Class DataCollectionSheetCodeGenerationEvent
java.lang.Object
overit.geocall.bl.GenericEvent<String>
overit.geocall.bl.BusinessEvent<String>
overit.geocall.bl.SimpleBusinessEvent<BODataCollectionSheet,String>
overit.geocallapp.wfm.mobileforms.bl.sheet.event.DataCollectionSheetCodeGenerationEvent
public class DataCollectionSheetCodeGenerationEvent
extends SimpleBusinessEvent<BODataCollectionSheet,String>
Event to generate a code for a
The launcher must provide a valid
The listener generates a unique code based on the operation center code, current timestamp, and a random number.
BODataCollectionSheet. The launcher must provide a valid
BODataCollectionSheet with an operation center defined
in order to successfully call this event. The listener generates a unique code based on the operation center code, current timestamp, and a random number.
- Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDataCollectionSheetCodeGeneration(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
ConstructorsConstructorDescriptionInstantiates a new data collection sheet code generation 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
-
DataCollectionSheetCodeGenerationEvent
Instantiates a new data collection sheet code generation event.- Parameters:
input- theBODataCollectionSheet
-