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