Class BTNotifiableUserSearch
java.lang.Object
overit.geocall.bl.BusinessTask<NotifiableUserSearchEvent>
overit.geocallapp.wfm.core.bl.notification.task.BTNotifiableUserSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(NotifiableUserSearchEvent.class)
public class BTNotifiableUserSearch
extends BusinessTask<NotifiableUserSearchEvent>
Business task in order to search a
When the
BONotifiableUser. When the
NotifiableUserSearchEvent is launched
the BT notices the call and searches the BONotifiableUser basing on the event's input. - Since:
- 14.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(NotifiableUserSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBONotifiableUserinto the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTNotifiableUserSearch
public BTNotifiableUserSearch()
-
-
Method Details
-
body
protected void body(NotifiableUserSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof searchedBONotifiableUserinto the event journal.- Specified by:
bodyin classBusinessTask<NotifiableUserSearchEvent>- Parameters:
event- the NotifiableUserSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-