Class ShipmentTimeLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.shipment.server.logic.ShipmentTimeLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createOrUpdateShipmentTime
(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, Long time, BasePK partyPK) void
createOrUpdateShipmentTimeIfNotNull
(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, Long time, BasePK partyPK) void
deleteShipmentTime
(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, BasePK deletedBy) static ShipmentTimeLogic
getShipmentTime
(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
createOrUpdateShipmentTimeIfNotNull
public void createOrUpdateShipmentTimeIfNotNull(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, Long time, BasePK partyPK) -
createOrUpdateShipmentTime
public void createOrUpdateShipmentTime(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, Long time, BasePK partyPK) -
getShipmentTime
public Long getShipmentTime(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName) -
deleteShipmentTime
public void deleteShipmentTime(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, BasePK deletedBy)
-