Class DCTemplateVisibilityRuleHeaderUpdateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<BODCTemplateVisibilityRuleHeader,Void>
overit.geocall.bl.UpdateEvent<BODCTemplateVisibilityRuleHeader>
overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.event.DCTemplateVisibilityRuleHeaderUpdateEvent
public class DCTemplateVisibilityRuleHeaderUpdateEvent
extends UpdateEvent<BODCTemplateVisibilityRuleHeader>
Event for update template visibility rule
- Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDCTemplateVisibilityRuleHeaderUpdate(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 update 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.UpdateEvent
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
-
DCTemplateVisibilityRuleHeaderUpdateEvent
Instantiates a new template visibility rule update event.- Parameters:
input- theBODCTemplateVisibilityRuleHeader
-
-
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
-