程序包 | 说明 |
---|---|
com.ags.mes.server.api.domain | |
com.ags.mes.server.api.service | |
com.ags.mes.server.api.service.impl |
限定符和类型 | 方法和说明 |
---|---|
Unit |
UnitWIPWrapper.getUnit() |
Unit |
FailureEntry.getUnit() |
限定符和类型 | 方法和说明 |
---|---|
List<Unit> |
WorkOrderItem.getAllUnits() |
List<Unit> |
WorkOrder.getAllUnits() |
List<Unit> |
Lot.getAllUnits() |
List<Unit> |
RouteStep.getUnits() |
List<Unit> |
RMAWorkOrder.getUnits() |
List<Unit> |
RouteStep.getUnitsInProcess() |
List<Unit> |
RouteStep.getUnitsQueued() |
List<Unit> |
RouteQueue.getUnitsQueued() |
限定符和类型 | 方法和说明 |
---|---|
void |
UnitWIPWrapper.setUnit(Unit unit) |
void |
FailureEntry.setUnit(Unit unit) |
限定符和类型 | 方法和说明 |
---|---|
void |
RMAWorkOrder.setUnits(List<Unit> units) |
构造器和说明 |
---|
UnitWIPWrapper(Unit unit) |
限定符和类型 | 方法和说明 |
---|---|
Unit |
IUnitService.changeOrder(long unitId,
long lotId) |
Unit |
IUnitService.getBySerialNumber(String unitSN) |
Unit |
IUnitService.getTargetUnitByMaterialSN(String materialSN)
根据物料SN查找它对应的Unit,多层的情况(有半成品)返回最上层。
|
限定符和类型 | 方法和说明 |
---|---|
List<Unit> |
IUnitService.getByIds(List<Long> id) |
List<Unit> |
IUnitService.getByLotId(long lotId) |
List<Unit> |
IUnitService.getByWorkCenterAndOrder(String workCenterName,
String orderNumber) |
List<Unit> |
IUnitService.getByWorkorderAndSN(long id,
String sn)
根据orderId 再根据sn模糊查询
|
List<Unit> |
IUnitService.getByWorkOrderId(long id) |
List<Unit> |
IUnitService.getByWorkOrderItemId(long id) |
List<Unit> |
IUnitService.getCompletedUnitByWorkCenterAndOrder(String workCenterName,
String orderNumber) |
List<Unit> |
IUnitService.getCompletedUnitByWorkCenterAndOrder(String workCenterName,
String orderNumber,
int startPos,
int maxResult) |
List<Unit> |
IUnitService.getPrintedUnits(long workOrderId,
int quantity) |
List<Unit> |
IUnitService.getUnitByWorkOrderId(long workOrderId)
通过工单ID获取该工单所有的Unit
|
List<Unit> |
IUnitService.getUnits(long routeId,
long routeStepId)
返回已经在当前 Route Step完成,且还没有在其它 Route Step 上 Start 的Unit的清单。
|
List<Unit> |
IUnitService.getUnitsByRMAOrder(long rmaOrderId) |
List<Unit> |
IUnitService.getUnitsInProcess(long routeId,
long routeStepId)
返回已经在当前 Route Step上已经Start,且还没有Complete 的Unit的清单。
|
List<Unit> |
IUnitService.getUnitsQueued(long routeId,
long routeStepId)
返回WIP在当前Route Step对应的 Incoming Queue上的 Unit的清单。
|
List<Unit> |
IUnitService.getUnitsQueuedForRouteQueue(long routeId,
long routeQueueId)
返回WIP在当前Route Queue上的 Unit的清单。
|
List<Unit> |
IUnitService.getUnprinted(long orderId,
int quantity)
查询为打印的Unit
|
限定符和类型 | 方法和说明 |
---|---|
void |
IUnitService.completeTestUnit(Map<String,String> result,
Unit unit,
WorkStation workStation,
long routeStepId,
String errorCode) |
UnitWIPWrapper |
IWIPManagementService.wrapUnit(Unit unit) |
限定符和类型 | 方法和说明 |
---|---|
void |
IWIPManagementService.setOrderQty(long orderId,
List<SelectableObject<Unit>> units,
long reduceQty,
long tfMemo) |
限定符和类型 | 方法和说明 |
---|---|
Unit |
UnitService.changeOrder(long unitId,
long lotId) |
Unit |
UnitService.getTargetUnitByMaterialSN(String materialSN) |
限定符和类型 | 方法和说明 |
---|---|
List<Unit> |
UnitService.getByIds(List<Long> id) |
List<Unit> |
UnitService.getByLotId(long lotId) |
List<Unit> |
UnitService.getByOrderItemAndTrackingRule(long orderItemId,
String trackingRule) |
List<Unit> |
UnitService.getByWorkCenterAndOrder(String workCenterName,
String orderNumber) |
List<Unit> |
UnitService.getByWorkorderAndSN(long id,
String sn) |
List<Unit> |
UnitService.getByWorkOrderId(long id) |
List<Unit> |
UnitService.getByWorkOrderItemId(long id) |
List<Unit> |
UnitService.getCompletedUnitByWorkCenterAndOrder(String workCenterName,
String orderNumber) |
List<Unit> |
UnitService.getCompletedUnitByWorkCenterAndOrder(String workCenterName,
String orderNumber,
int startPos,
int maxResult) |
List<Unit> |
UnitService.getPrintedUnits(long workOrderId,
int quantity) |
List<Unit> |
UnitService.getProcessingByStepId(long routeStepId) |
List<Unit> |
UnitService.getUnitByWorkOrderId(long workOrderId) |
List<Unit> |
UnitService.getUnits(long routeId,
long routeStepId) |
List<Unit> |
UnitService.getUnitsByRMAOrder(long rmaOrderId) |
List<Unit> |
UnitService.getUnitsInProcess(long routeId,
long routeStepId) |
List<Unit> |
UnitService.getUnitsQueued(long routeId,
long routeStepId) |
List<Unit> |
UnitService.getUnitsQueuedForRouteQueue(long routeId,
long routeQueueId) |
List<Unit> |
UnitService.getUnprinted(long orderId,
int quantity) |
限定符和类型 | 方法和说明 |
---|---|
void |
UnitService.completeTestUnit(Map<String,String> result,
Unit unit,
WorkStation workStation,
long routeStepId,
String errorCode) |
UnitWIPWrapper |
WIPManagementService.wrapUnit(Unit unit) |
限定符和类型 | 方法和说明 |
---|---|
void |
WIPManagementService.setOrderQty(long orderId,
List<SelectableObject<Unit>> units,
long newQty,
long tfMemo) |
Copyright © 2019. All rights reserved.