程序包 | 说明 |
---|---|
com.ags.mes.server.api.domain | |
com.ags.mes.server.api.domain.base | |
com.ags.mes.server.api.service | |
com.ags.mes.server.api.service.impl |
限定符和类型 | 方法和说明 |
---|---|
Route |
WorkOrderItem.getPlannedRoute() |
Route |
RouteStep.getRoute() |
Route |
RouteQueue.getRoute() |
Route |
RMAWorkOrder.getRoute() |
Route |
ProductConfiguration.getRoute() |
Route |
ObjectStatusCurrent.getRoute() |
Route |
Note.getRoute() |
Route |
FailureEntry.getRoute() |
Route |
RouteStep.getSubRoute() |
限定符和类型 | 方法和说明 |
---|---|
List<Route> |
ProductionLine.getRoutes() |
限定符和类型 | 方法和说明 |
---|---|
void |
ProductionLine.addRoute(Route route) |
RouteStep |
Route.addStep(Route item) |
void |
ProductionLine.removeRoute(Route route) |
void |
WorkOrderItem.setPlannedRoute(Route route) |
void |
RMAWorkOrder.setRoute(Route route) |
void |
ProductConfiguration.setRoute(Route route) |
void |
ObjectStatusCurrent.setRoute(Route route) |
void |
Note.setRoute(Route route) |
void |
FailureEntry.setRoute(Route route) |
限定符和类型 | 方法和说明 |
---|---|
Route |
WIP.getRoute() |
限定符和类型 | 方法和说明 |
---|---|
Route |
IRouteService.cloneRoute(long routeId) |
Route |
IRouteService.create() |
Route |
IRouteService.getByName(String routeName)
根据routeName取得Route
|
Route |
IRouteService.getByNameAndRev(String name,
String rev) |
Route |
IRouteService.getByProductionLineAndPart(long productionLineId,
long partId) |
限定符和类型 | 方法和说明 |
---|---|
List<Route> |
IRouteService.getByPartId(long id) |
List<Route> |
IRouteService.getByProductionLineId(long productionLineId) |
List<Route> |
IRouteService.getConfiguredByPartId(long partId) |
List<Route> |
IRouteService.getEffectiveRotes() |
List<Route> |
IRouteService.getNotConfiguredByPartId(long partId) |
List<Route> |
IRouteService.getUnModifiableRoute() |
List<Route> |
IRouteService.listByName(String routeName) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
IRouteService.checkIsUsed(Route route) |
限定符和类型 | 方法和说明 |
---|---|
Route |
RouteService.cloneRoute(long routeId) |
Route |
RouteService.create() |
Route |
RouteService.getByName(String routeName) |
Route |
RouteService.getByNameAndRev(String name,
String rev) |
Route |
RouteService.getByProductionLineAndPart(long productionLineId,
long partId) |
限定符和类型 | 方法和说明 |
---|---|
List<Route> |
RouteService.getByPartId(long id) |
List<Route> |
RouteService.getByProductionLineId(long productionLineId) |
List<Route> |
RouteService.getConfiguredByPartId(long partId) |
List<Route> |
RouteService.getEffectiveRotes() |
List<Route> |
RouteService.getNotConfiguredByPartId(long partId) |
List<Route> |
RouteService.getUnModifiableRoute() |
List<Route> |
RouteService.listByName(String routeName) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
RouteService.checkIsUsed(Route route) |
Copyright © 2019. All rights reserved.