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