@Service @Primary public class RouteService extends AbstractBaseDomainObjectService<Route,RouteEntity> implements IRouteService
domainObjectClass, entityClass| 构造器和说明 |
|---|
RouteService() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkIsUsed(Route route) |
Route |
cloneRoute(long routeId) |
Route |
create() |
void |
deleteById(long routeId)
通过ID删除对象
|
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() |
protected IBaseEntityHandler<RouteEntity> |
getEntityHandler() |
List<Route> |
getNotConfiguredByPartId(long partId) |
List<Route> |
getUnModifiableRoute() |
List<Route> |
listByName(String routeName) |
countByFilter, createClientObject, createClientObject, createClientObjects, createClientObjects, createFilter, delete, deleteByIds, getByFilter, getById, getByIdAndEvict, getInternalEntities, getInternalEntity, getObjectType, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountByFilter, createFilter, delete, deleteByIds, getByFilter, getById, getByIdAndEvict, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAllprotected IBaseEntityHandler<RouteEntity> getEntityHandler()
public Route create()
create 在接口中 IRouteServicepublic List<Route> getNotConfiguredByPartId(long partId)
getNotConfiguredByPartId 在接口中 IRouteServicepublic List<Route> getEffectiveRotes()
getEffectiveRotes 在接口中 IRouteServicepublic Route getByNameAndRev(String name, String rev)
getByNameAndRev 在接口中 IRouteServicepublic List<Route> getUnModifiableRoute()
getUnModifiableRoute 在接口中 IRouteServicepublic void deleteById(long routeId)
IBaseDomainObjectServicedeleteById 在接口中 IBaseDomainObjectService<Route>deleteById 在类中 AbstractBaseDomainObjectService<Route,RouteEntity>public Route getByName(String routeName)
IRouteServicegetByName 在接口中 IRouteServicepublic List<Route> getByProductionLineId(long productionLineId)
getByProductionLineId 在接口中 IRouteServicepublic List<Route> listByName(String routeName)
listByName 在接口中 IRouteServicepublic List<Route> getConfiguredByPartId(long partId)
getConfiguredByPartId 在接口中 IRouteServicepublic Route getByProductionLineAndPart(long productionLineId, long partId)
getByProductionLineAndPart 在接口中 IRouteServicepublic List<Route> getByPartId(long id)
getByPartId 在接口中 IRouteServicepublic boolean checkIsUsed(Route route)
checkIsUsed 在接口中 IRouteServicepublic List<RouteNameAndRev> getAllRouteName()
getAllRouteName 在接口中 IRouteServicepublic Route cloneRoute(long routeId)
cloneRoute 在接口中 IRouteServiceCopyright © 2019. All rights reserved.