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.mobileforms.bl.template.header.task.BTDataCollectionTemplateHeaderSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionTemplateHeaderSearchEvent.class)
public class BTDataCollectionTemplateHeaderSearch
extends BTDataCollection<DataCollectionTemplateHeaderSearchEvent>
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(DataCollectionTemplateHeaderSearchEvent event, PoolKit poolKit) 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()
-
-
Method Details
-
execute
protected void execute(DataCollectionTemplateHeaderSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof searchedBODataCollectionTemplateHeaderinto the event journal.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionTemplateHeaderSearchEvent>- Parameters:
event- theDataCollectionTemplateHeaderSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-