@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, saveAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countByFilter, createFilter, delete, deleteByIds, getByFilter, getById, getByIdAndEvict, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAll
protected IBaseEntityHandler<RouteEntity> getEntityHandler()
public Route create()
create
在接口中 IRouteService
public List<Route> getNotConfiguredByPartId(long partId)
getNotConfiguredByPartId
在接口中 IRouteService
public List<Route> getEffectiveRotes()
getEffectiveRotes
在接口中 IRouteService
public Route getByNameAndRev(String name, String rev)
getByNameAndRev
在接口中 IRouteService
public List<Route> getUnModifiableRoute()
getUnModifiableRoute
在接口中 IRouteService
public void deleteById(long routeId)
IBaseDomainObjectService
deleteById
在接口中 IBaseDomainObjectService<Route>
deleteById
在类中 AbstractBaseDomainObjectService<Route,RouteEntity>
public Route getByName(String routeName)
IRouteService
getByName
在接口中 IRouteService
public List<Route> getByProductionLineId(long productionLineId)
getByProductionLineId
在接口中 IRouteService
public List<Route> listByName(String routeName)
listByName
在接口中 IRouteService
public List<Route> getConfiguredByPartId(long partId)
getConfiguredByPartId
在接口中 IRouteService
public Route getByProductionLineAndPart(long productionLineId, long partId)
getByProductionLineAndPart
在接口中 IRouteService
public List<Route> getByPartId(long id)
getByPartId
在接口中 IRouteService
public boolean checkIsUsed(Route route)
checkIsUsed
在接口中 IRouteService
public List<RouteNameAndRev> getAllRouteName()
getAllRouteName
在接口中 IRouteService
public Route cloneRoute(long routeId)
cloneRoute
在接口中 IRouteService
Copyright © 2019. All rights reserved.