Class BTSchedulingRemovalProposalSearch
java.lang.Object
overit.geocall.bl.BusinessTask<SchedulingRemovalProposalSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<SchedulingRemovalProposalSearchEvent>
overit.geocallapp.wfm.core.bl.schedulingproposal.task.BTSchedulingProposal<SchedulingRemovalProposalSearchEvent>
overit.geocallapp.wfm.core.bl.schedulingproposal.removal.task.BTSchedulingRemovalProposalSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(SchedulingRemovalProposalSearchEvent.class)
public class BTSchedulingRemovalProposalSearch
extends BTSchedulingProposal<SchedulingRemovalProposalSearchEvent>
Business task in order to search a
BOSchedulingRemovalProposal.
When the SchedulingRemovalProposalSearchEvent is launched
the BT notices the call and searches the BOSchedulingRemovalProposal basing on the event's input.
- Since:
- 14.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(SchedulingRemovalProposalSearchEvent 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
-
BTSchedulingRemovalProposalSearch
public BTSchedulingRemovalProposalSearch()
-
-
Method Details
-
execute
protected void execute(SchedulingRemovalProposalSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Description copied from class:ValidExecutionBusinessTaskExecutes the actual business logic after validation has passed.- Specified by:
executein classValidExecutionBusinessTask<SchedulingRemovalProposalSearchEvent>- Parameters:
event- the input event to processpoolKit- thePoolKit- Throws:
DAException- if a data access error occurs during executionDAValidateException- if validation fails during execution
-