Class CatalogCodeLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOCatalogCode>
overit.geocall.bl.BusinessEvent<BOCatalogCode>
overit.geocall.bl.SimpleBusinessEvent<Long,BOCatalogCode>
overit.geocall.bl.GenericLoadEvent<Long,BOCatalogCode>
overit.geocall.bl.LoadEvent<BOCatalogCode>
overit.geocallapp.wfm.catalogs.bl.catalogcode.event.CatalogCodeLoadEvent
Event to load a
The launcher must provide a valid catalog code id in order to successfully call this event.
The listener loads the
BOCatalogCode. The launcher must provide a valid catalog code id in order to successfully call this event.
The listener loads the
BOCatalogCode components starting from the event input,
i.e. catalog code id. - Since:
- 20.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCatalogCodeLoad(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
ConstructorsConstructorDescriptionCatalogCodeLoadEvent(Long input) Instantiates a new catalog code load event. -
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
-
CatalogCodeLoadEvent
Instantiates a new catalog code load event.- Parameters:
input- the catalog code id
-