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