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.core.bl.datacollection.template.task.BTDataCollectionTemplateStructureReleaseSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionTemplateStructureReleaseSearchEvent.class)
@Deprecated(forRemoval=true,
since="22.0")
public class BTDataCollectionTemplateStructureReleaseSearch
extends BTDataCollection<DataCollectionTemplateStructureReleaseSearchEvent>
Deprecated, for removal: This API element is subject to removal in a future version.
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(DataCollectionTemplateStructureReleaseSearchEvent event, PoolKit poolKit) Deprecated, for removal: This API element is subject to removal in a future version.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()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
execute
protected void execute(DataCollectionTemplateStructureReleaseSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Deprecated, for removal: This API element is subject to removal in a future version.Writes thePageResponseof searchedBODataCollectionTemplateStructureReleaseinto the event journal.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionTemplateStructureReleaseSearchEvent>- Parameters:
event- theDataCollectionTemplateStructureReleaseSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-