Class BTDataCollectionTemplateConversionLoadOldTemplateHeader
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionTemplateConversionLoadOldTemplateHeaderEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<DataCollectionTemplateConversionLoadOldTemplateHeaderEvent>
overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollection<DataCollectionTemplateConversionLoadOldTemplateHeaderEvent>
overit.geocallapp.wfm.core.bl.datacollection.converter.template.task.BTDataCollectionTemplateConversionLoadOldTemplateHeader
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionTemplateConversionLoadOldTemplateHeaderEvent.class)
public class BTDataCollectionTemplateConversionLoadOldTemplateHeader
extends BTDataCollection<DataCollectionTemplateConversionLoadOldTemplateHeaderEvent>
Business task that load a
When the
HashGetter containing old template header information. When the
DataCollectionTemplateConversionLoadOldTemplateHeaderEvent is launched
the BT notices the call and loads the old template header information. - Since:
- 13.0
- See Also:
- GCApi:
- task
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(DataCollectionTemplateConversionLoadOldTemplateHeaderEvent event, PoolKit poolKit) Starting from the given id, it loads the corresponding header data and writes it into the event journal.protected TeacherMethods 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
-
Field Details
-
teacherDuty
-
-
Constructor Details
-
BTDataCollectionTemplateConversionLoadOldTemplateHeader
public BTDataCollectionTemplateConversionLoadOldTemplateHeader()
-
-
Method Details
-
execute
protected void execute(DataCollectionTemplateConversionLoadOldTemplateHeaderEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the given id, it loads the corresponding header data and writes it into the event journal.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionTemplateConversionLoadOldTemplateHeaderEvent>- Parameters:
event- theDataCollectionTemplateConversionLoadOldTemplateHeaderEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
getTeacher
-