Class BTDataCollectionTemplateHeaderSearch
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionTemplateHeaderSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<DataCollectionTemplateHeaderSearchEvent>
overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollection<DataCollectionTemplateHeaderSearchEvent>
overit.geocallapp.wfm.core.bl.datacollection.template.task.BTDataCollectionTemplateHeaderSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionTemplateHeaderSearchEvent.class)
@Deprecated(forRemoval=true,
since="22.0")
public class BTDataCollectionTemplateHeaderSearch
extends BTDataCollection<DataCollectionTemplateHeaderSearchEvent>
Deprecated, for removal: This API element is subject to removal in a future version.
Business task in order to search a
When the
BODataCollectionTemplateHeader. When the
DataCollectionTemplateHeaderSearchEvent is launched the BT notices the call and searches the
BODataCollectionTemplateHeader basing on the event's input. - Since:
- 12.0
- See Also:
- GCApi:
- task
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(DataCollectionTemplateHeaderSearchEvent event, PoolKit poolKit) Deprecated, for removal: This API element is subject to removal in a future version.Writes thePageResponseof searchedBODataCollectionTemplateHeaderinto 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
-
BTDataCollectionTemplateHeaderSearch
public BTDataCollectionTemplateHeaderSearch()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
execute
protected void execute(DataCollectionTemplateHeaderSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Deprecated, for removal: This API element is subject to removal in a future version.Writes thePageResponseof searchedBODataCollectionTemplateHeaderinto the event journal.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionTemplateHeaderSearchEvent>- Parameters:
event- theDataCollectionTemplateHeaderSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-