Class BTAccountNotification
java.lang.Object
overit.geocall.bl.BusinessTask<AccountNotificationEvent>
overit.geocallapp.wfm.accounts.bl.account.task.BTAccountNotification
- All Implemented Interfaces:
Serializable,Tool
@Event(AccountNotificationEvent.class)
public class BTAccountNotification
extends BusinessTask<AccountNotificationEvent>
Task that listen the
AccountNotificationEvent that is launched when there is a change in the
entity BOAccount
This task depending on the AccountNotificationEvent does the login
needed by the action done on the entity.
- Since:
- 21.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(AccountNotificationEvent 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
-
BTAccountNotification
public BTAccountNotification()
-
-
Method Details
-
body
protected void body(AccountNotificationEvent 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<AccountNotificationEvent>- 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
-