Class DCTemplateVisibilityRuleHeaderInsertEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<BODCTemplateVisibilityRuleHeader,Long>
overit.geocall.bl.InsertEvent<BODCTemplateVisibilityRuleHeader>
overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.event.DCTemplateVisibilityRuleHeaderInsertEvent
public class DCTemplateVisibilityRuleHeaderInsertEvent
extends InsertEvent<BODCTemplateVisibilityRuleHeader>
Event for insert template visibility rule
- Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDCTemplateVisibilityRuleHeaderInsert(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 header 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
-
DCTemplateVisibilityRuleHeaderInsertEvent
Instantiates a new template visibility rule header insert event.- Parameters:
input- the preparedBODCTemplateVisibilityRuleHeader
-
-
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
-