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