Class BTDataCollectionTemplateHeaderNotification
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionTemplateHeaderNotificationEvent>
overit.geocallapp.wfm.mobileforms.bl.template.header.task.BTDataCollectionTemplateHeaderNotification
- All Implemented Interfaces:
Serializable,Tool
@Event(DataCollectionTemplateHeaderNotificationEvent.class)
public class BTDataCollectionTemplateHeaderNotification
extends BusinessTask<DataCollectionTemplateHeaderNotificationEvent>
Task that listen the
DataCollectionTemplateHeaderNotificationEvent that is launched when there is a change in the entity
BODataCollectionTemplateHeader.- Since:
- 22.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(DataCollectionTemplateHeaderNotificationEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDataCollectionTemplateHeaderNotification
public BTDataCollectionTemplateHeaderNotification()
-
-
Method Details
-
body
protected void body(DataCollectionTemplateHeaderNotificationEvent event, PoolKit poolKit) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<DataCollectionTemplateHeaderNotificationEvent>- Parameters:
event- the object upon which the task will works onpoolKit- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-