Class OrderTimeLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.order.server.logic.OrderTimeLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) voidcreateOrUpdateOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) voidcreateOrUpdateOrderTimeIfNotNull(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) voiddeleteOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, BasePK deletedBy) static OrderTimeLogicgetOrderTime(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) voidupdateOrderTime(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
-
Constructor Details
-
OrderTimeLogic
protected OrderTimeLogic()
-
-
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)
-