Class BTSchedulingAreaMicroclusterSearch
java.lang.Object
overit.geocall.bl.BusinessTask<SchedulingAreaMicroclusterSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<SchedulingAreaMicroclusterSearchEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<SchedulingAreaMicroclusterSearchEvent>
overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.task.BTSchedulingAreaMicroclusterSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(SchedulingAreaMicroclusterSearchEvent.class)
public class BTSchedulingAreaMicroclusterSearch
extends BTBundler<SchedulingAreaMicroclusterSearchEvent>
Business task in order to search a
When the
BOSchedulingAreaMicrocluster. When the
SchedulingAreaMicroclusterSearchEvent is launched
the BT notices the call and searches the BOSchedulingAreaMicrocluster basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(SchedulingAreaMicroclusterSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBOSchedulingAreaMicroclusterinto the event journal.Methods inherited from class overit.geocallapp.wfm.bundler.bl.task.BTBundler
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
-
BTSchedulingAreaMicroclusterSearch
public BTSchedulingAreaMicroclusterSearch()
-
-
Method Details
-
execute
protected void execute(SchedulingAreaMicroclusterSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof searchedBOSchedulingAreaMicroclusterinto the event journal.- Specified by:
executein classValidExecutionBusinessTask<SchedulingAreaMicroclusterSearchEvent>- Parameters:
event- theSchedulingAreaMicroclusterSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-