Class BTDataCollectionSheetExtendedSearch
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionSheetSearchExtendedEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<DataCollectionSheetSearchExtendedEvent>
overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollection<DataCollectionSheetSearchExtendedEvent>
overit.geocallapp.wfm.core.bl.datacollection.sheet.task.BTDataCollectionSheetExtendedSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionSheetSearchExtendedEvent.class)
public class BTDataCollectionSheetExtendedSearch
extends BTDataCollection<DataCollectionSheetSearchExtendedEvent>
Business task in order to search a
When the
BODataCollectionSheet. When the
DataCollectionSheetSearchExtendedEvent is launched
the BT notices the call and searches the BODataCollectionSheet basing on the event's input. Visibility:
- creation users that belong to the same current user's operation center
- template structures that belong to the same current user's operation center
- scheduling users that belong to the same current user's operation center
- Since:
- 12.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(DataCollectionSheetSearchExtendedEvent 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
-
BTDataCollectionSheetExtendedSearch
public BTDataCollectionSheetExtendedSearch()
-
-
Method Details
-
execute
protected void execute(DataCollectionSheetSearchExtendedEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof searchedBODataCollectionSheetinto the event journal.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionSheetSearchExtendedEvent>- Parameters:
event- theDataCollectionSheetSearchExtendedEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-