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