Class DCTemplateVisibilityRuleRowInsertEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<BODCTemplateVisibilityRuleRow,Long>
overit.geocall.bl.InsertEvent<BODCTemplateVisibilityRuleRow>
overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.event.DCTemplateVisibilityRuleRowInsertEvent
public class DCTemplateVisibilityRuleRowInsertEvent
extends InsertEvent<BODCTemplateVisibilityRuleRow>
Event for insert d c template visibility rule row
- Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDCTemplateVisibilityRuleRowInsert(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 template visibility rule row insert event. -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if is notify data collection template.voidsetNotifyDataCollectionTemplate(boolean notifyDataCollectionTemplate) Sets the notify data collection template.Methods inherited from class overit.geocall.bl.InsertEvent
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
-
DCTemplateVisibilityRuleRowInsertEvent
Instantiates a new template visibility rule row insert event.- Parameters:
input- the input
-
-
Method Details
-
isNotifyDataCollectionTemplate
public boolean isNotifyDataCollectionTemplate()Checks if is notify data collection template.- Returns:
- true, if is notify data collection template
-
setNotifyDataCollectionTemplate
public void setNotifyDataCollectionTemplate(boolean notifyDataCollectionTemplate) Sets the notify data collection template.- Parameters:
notifyDataCollectionTemplate- the new notify data collection template
-