Class ShipmentTimeLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.shipment.server.logic.ShipmentTimeLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateOrUpdateShipmentTime(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, Long time, BasePK partyPK) voidcreateOrUpdateShipmentTimeIfNotNull(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, Long time, BasePK partyPK) voiddeleteShipmentTime(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, BasePK deletedBy) static ShipmentTimeLogicgetShipmentTime(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)
-