Class AccountLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOAccount>
overit.geocall.bl.BusinessEvent<BOAccount>
overit.geocall.bl.SimpleBusinessEvent<Long,BOAccount>
overit.geocall.bl.GenericLoadEvent<Long,BOAccount>
overit.geocall.bl.LoadEvent<BOAccount>
overit.geocallapp.wfm.accounts.bl.account.event.AccountLoadEvent
Event to load a
The launcher must provide a valid account's id in order to successfully call this event.
The listener loads all the
BOAccount. The launcher must provide a valid account's id in order to successfully call this event.
The listener loads all the
BOAccount components starting from the event input,
i.e. the given account's id. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAccountLoad(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.bl.GenericLoadEvent
getEventOptionsMethods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
AccountLoadEvent
Instantiates a new account load event.- Parameters:
input- the account's id
-