Class OrderTimeLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.order.server.logic.OrderTimeLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) void
createOrUpdateOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) void
createOrUpdateOrderTimeIfNotNull
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) void
deleteOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, BasePK deletedBy) static OrderTimeLogic
getOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName) getOrderTimeTransfer
(ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, String orderTimeTypeName) getOrderTimeTransfersByOrder
(ExecutionErrorAccumulator eea, UserVisit userVisit, Order order) getOrderTimeTypeByName
(ExecutionErrorAccumulator eea, OrderType orderType, String orderTimeTypeName) void
updateOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
getOrderTimeTypeByName
public OrderTimeType getOrderTimeTypeByName(ExecutionErrorAccumulator eea, OrderType orderType, String orderTimeTypeName) -
createOrderTime
public void createOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) -
updateOrderTime
public void updateOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) -
createOrUpdateOrderTimeIfNotNull
public void createOrUpdateOrderTimeIfNotNull(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) -
createOrUpdateOrderTime
public void createOrUpdateOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) -
getOrderTime
-
getOrderTimeTransfer
public OrderTimeTransfer getOrderTimeTransfer(ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, String orderTimeTypeName) -
getOrderTimeTransfersByOrder
public List<OrderTimeTransfer> getOrderTimeTransfersByOrder(ExecutionErrorAccumulator eea, UserVisit userVisit, Order order) -
deleteOrderTime
public void deleteOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, BasePK deletedBy)
-