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