程序包 | 说明 |
---|---|
com.ags.mes.server.api.handler | |
com.ags.mes.server.api.service | |
com.ags.mes.server.api.service.impl |
限定符和类型 | 方法和说明 |
---|---|
List<WIPWrapper> |
ILotHandler.getLotInStepByStepId(long workCenterId) |
List<WIPWrapper> |
ILotHandler.getLotToProductByRouteStepId(long workCenterId) |
List<WIPWrapper> |
ILotHandler.getLotToProductByRouteStepId(long workCenterId,
Date currentDate) |
List<WIPWrapper> |
IUnitHandler.getStartedUnitByWorkCenterId(long workCenterId) |
Collection<? extends WIPWrapper> |
IUnitHandler.getUnitInStep(long stepId,
long productionLineId) |
List<WIPWrapper> |
IUnitHandler.getUnitInStepByWorkCenterId(long workCenterId) |
List<WIPWrapper> |
IUnitHandler.getUnitInStepByWorkCenterId(long workCenterId,
int startPosition,
int maxResult) |
List<WIPWrapper> |
IUnitHandler.getUnitToProductByPage(Map<String,Object> params,
int startPosition,
int maxCount) |
List<WIPWrapper> |
IUnitHandler.getUnitToProductByWorkCenterId(long workCenterId) |
限定符和类型 | 方法和说明 |
---|---|
List<WIPWrapper> |
ILotService.getLotInStepByStepId(long workCenterId)
查询在正在工作中心上生产的批次
|
List<WIPWrapper> |
ILotService.getLotToProductByRouteStepId(long workCenterId)
查询在工作中心上待生产的批次, 包含前面费必过站上的批次
|
List<WIPWrapper> |
IUnitService.getStartedUnitByWorkCenterId(long workCenterId) |
Collection<? extends WIPWrapper> |
IUnitService.getUnitInStep(long stepId,
long productionLineId) |
List<WIPWrapper> |
IUnitService.getUnitInStepByWorkCenterId(long workCenterId) |
List<WIPWrapper> |
IUnitService.getUnitInStepByWorkCenterId(long workCenterId,
int startPosition,
int maxResult) |
List<WIPWrapper> |
IUnitService.getUnitToProductByPage(Map<String,Object> params,
int startPosition,
int maxCount) |
List<WIPWrapper> |
IUnitService.getUnitToProductByWorkCenterId(long workCenterId) |
限定符和类型 | 方法和说明 |
---|---|
List<WIPWrapper> |
LotService.getLotInStepByStepId(long workCenterId) |
List<WIPWrapper> |
LotService.getLotToProductByRouteStepId(long workCenterId) |
List<WIPWrapper> |
UnitService.getStartedUnitByWorkCenterId(long workCenterId) |
Collection<? extends WIPWrapper> |
UnitService.getUnitInStep(long stepId,
long productionLineId) |
List<WIPWrapper> |
UnitService.getUnitInStepByWorkCenterId(long workCenterId) |
List<WIPWrapper> |
UnitService.getUnitInStepByWorkCenterId(long workCenterId,
int startPosition,
int maxResult) |
List<WIPWrapper> |
UnitService.getUnitToProductByPage(Map<String,Object> params,
int startPosition,
int maxCount) |
List<WIPWrapper> |
UnitService.getUnitToProductByWorkCenterId(long workCenterId) |
Copyright © 2019. All rights reserved.