Class SalesOrderTimeLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.sales.server.logic.SalesOrderTimeLogic
-
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 createdBy) voidcreateOrderTime(ExecutionErrorAccumulator eea, String orderName, String orderTimeTypeName, Long time, BasePK createdBy) voiddeleteOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, BasePK deletedBy) voiddeleteOrderTime(ExecutionErrorAccumulator eea, String orderName, String orderTimeTypeName, BasePK deletedBy) static SalesOrderTimeLogicgetOrderTimeTransfer(ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, String orderTimeTypeName) getOrderTimeTransfer(ExecutionErrorAccumulator eea, UserVisit userVisit, String orderName, String orderTimeTypeName) getOrderTimeTransfersByOrder(ExecutionErrorAccumulator eea, UserVisit userVisit, String orderName) voidupdateOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK updatedBy) voidupdateOrderTime(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
-
Constructor Details
-
SalesOrderTimeLogic
protected SalesOrderTimeLogic()
-
-
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)
-