public interface IRouteHandler extends IBaseEntityHandler<RouteEntity>
限定符和类型 | 方法和说明 |
---|---|
boolean |
checkIsUsed(RouteEntity route) |
RouteEntity |
cloneRoute(long routeId) |
RouteEntity |
create() |
List<RouteNameAndRev> |
getAllRouteName() |
RouteEntity |
getByName(String name) |
RouteEntity |
getByNameAndRev(String name,
String rev) |
List<RouteEntity> |
getByPartId(long id) |
RouteEntity |
getByProductionLineAndPart(long productionLineId,
long partId) |
List<RouteEntity> |
getByProductionLineId(long productionLineId) |
List<RouteEntity> |
getConfiguredByPartId(long partId) |
List<RouteEntity> |
getEffectiveRotes() |
List<RouteEntity> |
getNotConfiguredByPartId(long partId) |
List<RouteEntity> |
getUnModifiableRoute() |
List<RouteEntity> |
listByName(String routeName) |
countByFilter, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, list, listByFilter, listSimpleData, paging, pagingByFilter, save, saveAll
RouteEntity getByName(String name)
RouteEntity getByNameAndRev(String name, String rev)
List<RouteEntity> getNotConfiguredByPartId(long partId)
RouteEntity create()
List<RouteEntity> getEffectiveRotes()
List<RouteEntity> getUnModifiableRoute()
List<RouteEntity> getByProductionLineId(long productionLineId)
List<RouteEntity> listByName(String routeName)
List<RouteEntity> getConfiguredByPartId(long partId)
RouteEntity getByProductionLineAndPart(long productionLineId, long partId)
List<RouteEntity> getByPartId(long id)
boolean checkIsUsed(RouteEntity route)
List<RouteNameAndRev> getAllRouteName()
RouteEntity cloneRoute(long routeId)
Copyright © 2019. All rights reserved.