Class MunicipalityLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOMunicipality>
overit.geocall.bl.BusinessEvent<BOMunicipality>
overit.geocall.bl.SimpleBusinessEvent<Long,BOMunicipality>
overit.geocall.bl.GenericLoadEvent<Long,BOMunicipality>
overit.geocall.bl.LoadEvent<BOMunicipality>
overit.geocallapp.wfm.locations.bl.municipality.event.MunicipalityLoadEvent
Event to load a
The launcher must provide a valid municipality id in order to successfully call this event.
The listener loads all the
BOMunicipality. The launcher must provide a valid municipality id in order to successfully call this event.
The listener loads all the
BOMunicipality components starting from the event input,
i.e. the given municipality id. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTMunicipalityLoad(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
-
MunicipalityLoadEvent
Instantiates a new municipality load event.- Parameters:
id- the municipality id
-