Class BTSchedulingCreationProposalLoad
java.lang.Object
overit.geocall.bl.BusinessTask<SchedulingCreationProposalLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<SchedulingCreationProposalLoadEvent>
overit.geocallapp.wfm.core.bl.schedulingproposal.task.BTSchedulingProposal<SchedulingCreationProposalLoadEvent>
overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task.BTSchedulingCreationProposalLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(SchedulingCreationProposalLoadEvent.class)
public class BTSchedulingCreationProposalLoad
extends BTSchedulingProposal<SchedulingCreationProposalLoadEvent>
Business task in order to load a
When the
BOSchedulingCreationProposal. When the
SchedulingProposalLoadEvent is launched
the BT notices the call and loads the BOSchedulingCreationProposal basing on the event's input. Required fields:
- Scheduling Proposal id
- Since:
- 14.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(SchedulingCreationProposalLoadEvent event, PoolKit poolKit) Executes the actual business logic after validation has passed.Methods inherited from class overit.geocallapp.wfm.core.bl.schedulingproposal.task.BTSchedulingProposal
getException, isValidExecution, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask
body, checkValidExecution, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSchedulingCreationProposalLoad
public BTSchedulingCreationProposalLoad()
-
-
Method Details
-
execute
protected void execute(SchedulingCreationProposalLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Description copied from class:ValidExecutionBusinessTaskExecutes the actual business logic after validation has passed.- Specified by:
executein classValidExecutionBusinessTask<SchedulingCreationProposalLoadEvent>- Parameters:
event- the input event to processpoolKit- thePoolKit- Throws:
DAException- if a data access error occurs during executionDAValidateException- if validation fails during execution
-