Class BTDataCollectionSheetSearch
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionSheetSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<DataCollectionSheetSearchEvent>
overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollection<DataCollectionSheetSearchEvent>
overit.geocallapp.wfm.mobileforms.bl.sheet.task.BTDataCollectionSheetSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionSheetSearchEvent.class)
public class BTDataCollectionSheetSearch
extends BTDataCollection<DataCollectionSheetSearchEvent>
Business task in order to search a
BODataCollectionSheet. - Since:
- 22.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(DataCollectionSheetSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionSheetinto 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
-
BTDataCollectionSheetSearch
public BTDataCollectionSheetSearch()
-
-
Method Details
-
execute
protected void execute(DataCollectionSheetSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof searchedBODataCollectionSheetinto the event journal.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionSheetSearchEvent>- Parameters:
event- theDataCollectionSheetSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-