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