Class LotTimeLogic
java.lang.Object
com.echothree.model.control.inventory.server.logic.LotTimeLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createOrUpdateLotTime
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) void
createOrUpdateLotTimeIfNotNull
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) void
deleteLotTime
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, BasePK deletedBy) static LotTimeLogic
getLotTime
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName)
-
Method Details
-
getInstance
-
createOrUpdateLotTimeIfNotNull
public void createOrUpdateLotTimeIfNotNull(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) -
createOrUpdateLotTime
public void createOrUpdateLotTime(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) -
getLotTime
-
deleteLotTime
public void deleteLotTime(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, BasePK deletedBy)
-