Class ContactsLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<BOContact>>
overit.geocall.bl.BusinessEvent<List<BOContact>>
overit.geocall.bl.SimpleBusinessEvent<Long,List<BOContact>>
overit.geocallapp.wfm.core.bl.technicalobject.contact.event.ContactsLoadEvent
Event to load the
The launcher must provide a valid customer id in order to successfully call this event.
The listener loads all the
BOContact of a customer. The launcher must provide a valid customer id in order to successfully call this event.
The listener loads all the
BOContact related to the given customer. - Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTContactsLoad(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
ConstructorsConstructorDescriptionContactsLoadEvent(Long customerId) Instantiates a new customer's contacts load event -
Method Summary
Methods 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
-
ContactsLoadEvent
Instantiates a new customer's contacts load event- Parameters:
customerId- the id of the customer for which load the contacts
-