程序包 | 说明 |
---|---|
com.ags.mes.server.api.domain | |
com.ags.mes.server.api.entity | |
com.ags.mes.server.api.handler | |
com.ags.mes.server.api.service.impl |
构造器和说明 |
---|
Route(RouteEntity objectEntity) |
限定符和类型 | 方法和说明 |
---|---|
List<RouteEntity> |
ProductionLineEntity.getRoutes() |
限定符和类型 | 方法和说明 |
---|---|
void |
ProductionLineEntity.setRoutes(List<RouteEntity> routes) |
限定符和类型 | 方法和说明 |
---|---|
RouteEntity |
IRouteHandler.cloneRoute(long routeId) |
RouteEntity |
IRouteHandler.create() |
RouteEntity |
IRouteHandler.getByName(String name) |
RouteEntity |
IRouteHandler.getByNameAndRev(String name,
String rev) |
RouteEntity |
IRouteHandler.getByProductionLineAndPart(long productionLineId,
long partId) |
限定符和类型 | 方法和说明 |
---|---|
List<RouteEntity> |
IRouteHandler.getByPartId(long id) |
List<RouteEntity> |
IRouteHandler.getByProductionLineId(long productionLineId) |
List<RouteEntity> |
IRouteHandler.getConfiguredByPartId(long partId) |
List<RouteEntity> |
IRouteHandler.getEffectiveRotes() |
List<RouteEntity> |
IRouteHandler.getNotConfiguredByPartId(long partId) |
List<RouteEntity> |
IRouteHandler.getUnModifiableRoute() |
List<RouteEntity> |
IRouteHandler.listByName(String routeName) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
IRouteHandler.checkIsUsed(RouteEntity route) |
void |
IProductConfigurationHandler.copyConsumptionConfiguration(List<ConsumptionConfigurationEntity> consumptionConfEntities,
long copyedProductConfEntityId,
long toPartBOMId,
RouteEntity newRoute) |
List<OperationEntity> |
IOperationHandler.getOperations(RouteEntity routeEntity) |
限定符和类型 | 方法和说明 |
---|---|
protected IBaseEntityHandler<RouteEntity> |
RouteService.getEntityHandler() |
限定符和类型 | 方法和说明 |
---|---|
void |
ProductConfigurationService.copyConsumptionConfiguration(List<ConsumptionConfigurationEntity> consumptionConfEntities,
long copyedProductConfEntityId,
long toPartBOMId,
RouteEntity newRoute) |
Copyright © 2019. All rights reserved.