程序包 | 说明 |
---|---|
com.ags.mes.server.api.domain | |
com.ags.mes.server.api.domain.report | |
com.ags.mes.server.api.handler | |
com.ags.mes.server.api.service.impl |
构造器和说明 |
---|
Lot(LotEntity entity) |
构造器和说明 |
---|
PackageTrackDto(LotEntity lot) |
限定符和类型 | 方法和说明 |
---|---|
LotEntity |
ILotHandler.cancelLot(long lotId,
String reason) |
LotEntity |
ILotHandler.closeLot(long lotId,
String reason) |
LotEntity |
ILotHandler.createWithType() |
LotEntity |
ILotHandler.getByName(String name) |
LotEntity |
ILotHandler.getLotBySN(String lotSN) |
LotEntity |
ILotHandler.holdLot(long lotId,
String reason) |
LotEntity |
ILotHandler.populateLotPropertiesForRelease(LotEntity lot,
long orderItemId,
long lineId,
long routeId) |
LotEntity |
ILotHandler.saveWithOrderItem(LotEntity lot,
long orderItemId,
com.ags.mes.extension.aps.dto.ScheduleDetail scheduleDetail,
boolean snLotGenerated,
boolean snUnitGenerated) |
LotEntity |
ILotHandler.unCloseLot(long lotId,
String reason) |
LotEntity |
ILotHandler.unHoldLot(long lotId,
String reason) |
限定符和类型 | 方法和说明 |
---|---|
List<LotEntity> |
ILotHandler.getByOrderItemAndTrackingRule(long orderItemId,
String trackingRule) |
List<LotEntity> |
ILotHandler.getByProductionLineId(long productionLineId) |
List<LotEntity> |
ILotHandler.getByWorkOrderId(long workOrderId) |
List<LotEntity> |
ILotHandler.getByWorkOrderItemId(long orderItemId) |
List<LotEntity> |
ILotHandler.getLotByWorkOrderId(long workOrderId) |
List<LotEntity> |
ILotHandler.getLots(long routeId,
long routeStepId) |
List<LotEntity> |
ILotHandler.getLotsByWorkorderAndSN(long workOrderId,
String sn) |
List<LotEntity> |
ILotHandler.getLotsInProcess(long routeId,
long routeStepId) |
List<LotEntity> |
ILotHandler.getLotsQueued(long routeId,
long routeStepId) |
List<LotEntity> |
ILotHandler.getLotsQueuedForRouteQueue(long routeId,
long routeQueueId) |
List<LotEntity> |
ILotHandler.getProcessingByStepId(long routeStepId) |
List<LotEntity> |
ILotHandler.getUnprintedLot(long workOrderId) |
限定符和类型 | 方法和说明 |
---|---|
void |
ILotHandler.changeInProcessQuantity(WorkOrderItemEntity workOrderItemEntity,
LotEntity lot) |
LotEntity |
ILotHandler.populateLotPropertiesForRelease(LotEntity lot,
long orderItemId,
long lineId,
long routeId) |
LotEntity |
ILotHandler.saveWithOrderItem(LotEntity lot,
long orderItemId,
com.ags.mes.extension.aps.dto.ScheduleDetail scheduleDetail,
boolean snLotGenerated,
boolean snUnitGenerated) |
限定符和类型 | 方法和说明 |
---|---|
protected IWIPHandler<LotEntity> |
LotService.getEntityHandler() |
Copyright © 2019. All rights reserved.