Class BTMobileNotificationLoad
java.lang.Object
overit.geocall.bl.BusinessTask<MobileNotificationLoadEvent>
overit.geocallapp.wfm.mobile.core.bl.notification.task.BTMobileNotificationLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(MobileNotificationLoadEvent.class)
public class BTMobileNotificationLoad
extends BusinessTask<MobileNotificationLoadEvent>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(MobileNotificationLoadEvent event, PoolKit pk) Writes the loaded notification into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTMobileNotificationLoad
public BTMobileNotificationLoad()
-
-
Method Details
-
body
protected void body(MobileNotificationLoadEvent event, PoolKit pk) throws DAException, DAValidateException Writes the loaded notification into the event journal.- Specified by:
bodyin classBusinessTask<MobileNotificationLoadEvent>- Parameters:
event- the eventpk- the pool kit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-