Class WorkEffortLogic
java.lang.Object
com.echothree.model.control.workeffort.server.logic.WorkEffortLogic
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWorkEffort(WorkEffortLogic.PreparedWorkEffort preparedWorkEffort, EntityInstance owningEntityInstance, BasePK createdBy) voiddeleteWorkEffort(WorkEffort workEffort, BasePK deletedBy) static WorkEffortLogicprepareForWorkEffort(ExecutionErrorAccumulator ema, WorkEffortScope workEffortScope, Long scheduledTime, Long estimatedTimeAllowed, Long maximumTimeAllowed)
-
Constructor Details
-
WorkEffortLogic
protected WorkEffortLogic()
-
-
Method Details
-
getInstance
-
prepareForWorkEffort
public WorkEffortLogic.PreparedWorkEffort prepareForWorkEffort(ExecutionErrorAccumulator ema, WorkEffortScope workEffortScope, Long scheduledTime, Long estimatedTimeAllowed, Long maximumTimeAllowed) -
createWorkEffort
public WorkEffort createWorkEffort(WorkEffortLogic.PreparedWorkEffort preparedWorkEffort, EntityInstance owningEntityInstance, BasePK createdBy) -
deleteWorkEffort
-