Class LotTimeLogic
java.lang.Object
com.echothree.model.control.inventory.server.logic.LotTimeLogic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateOrUpdateLotTime(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) voidcreateOrUpdateLotTimeIfNotNull(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) voiddeleteLotTime(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, BasePK deletedBy) static LotTimeLogicgetLotTime(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName)
-
Constructor Details
-
LotTimeLogic
protected LotTimeLogic()
-
-
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)
-