Class BTSchedulingProposalDetailLoad
java.lang.Object
overit.geocall.bl.BusinessTask<SchedulingProposalDetailLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<SchedulingProposalDetailLoadEvent>
overit.geocallapp.wfm.core.bl.schedulingproposal.task.BTSchedulingProposal<SchedulingProposalDetailLoadEvent>
overit.geocallapp.wfm.core.bl.schedulingproposal.detail.task.BTSchedulingProposalDetailLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(SchedulingProposalDetailLoadEvent.class)
public class BTSchedulingProposalDetailLoad
extends BTSchedulingProposal<SchedulingProposalDetailLoadEvent>
Business task in order to load a
SchedulingProposalDetail.
When the SchedulingProposalDetailLoadEvent is launched
the BT notices the call and loads the SchedulingProposalDetail basing on the event's input.
- Since:
- 14.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(SchedulingProposalDetailLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingSchedulingProposalDetailand writes it into the event journal.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
-
BTSchedulingProposalDetailLoad
public BTSchedulingProposalDetailLoad()
-
-
Method Details
-
execute
protected void execute(SchedulingProposalDetailLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the given id, it loads the correspondingSchedulingProposalDetailand writes it into the event journal.- Specified by:
executein classValidExecutionBusinessTask<SchedulingProposalDetailLoadEvent>- Parameters:
event- theSchedulingProposalDetailLoadEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-