Class BTDataCollectionTemplateAlignWorkingCopyToRelease
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionTemplateAlignWorkingCopyToReleaseEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<DataCollectionTemplateAlignWorkingCopyToReleaseEvent>
overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollection<DataCollectionTemplateAlignWorkingCopyToReleaseEvent>
overit.geocallapp.wfm.mobileforms.bl.template.task.BTDataCollectionTemplateAlignWorkingCopyToRelease
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionTemplateAlignWorkingCopyToReleaseEvent.class)
public class BTDataCollectionTemplateAlignWorkingCopyToRelease
extends BTDataCollection<DataCollectionTemplateAlignWorkingCopyToReleaseEvent>
Business task in order to align the
When the
DataCollectionTemplateWorkingCopy to the release. When the
DataCollectionTemplateAlignWorkingCopyToReleaseEvent is launched
the BT notices the call and aligns the DataCollectionTemplateWorkingCopy basing on the event's input. Visibility:
- templates that belong to the same current user's operation center
- releases that belong to the same current user's operation center
- working copies that belong to the same current user's operation center
- Since:
- 12.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(DataCollectionTemplateAlignWorkingCopyToReleaseEvent event, PoolKit poolKit) Aligns the working copy to the release.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
-
BTDataCollectionTemplateAlignWorkingCopyToRelease
public BTDataCollectionTemplateAlignWorkingCopyToRelease()
-
-
Method Details
-
execute
protected void execute(DataCollectionTemplateAlignWorkingCopyToReleaseEvent event, PoolKit poolKit) throws DAException, DAValidateException Aligns the working copy to the release.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionTemplateAlignWorkingCopyToReleaseEvent>- Parameters:
event- theDataCollectionTemplateAlignWorkingCopyToReleaseEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-