Class DCTemplateVisibilityRuleRowDeleteEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<Long,Void>
overit.geocall.bl.DeleteEvent<Void>
overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.event.DCTemplateVisibilityRuleRowDeleteEvent
Event for delete template visibility rule row
- Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDCTemplateVisibilityRuleRowDelete(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 delete 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.DeleteEvent
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
-
DCTemplateVisibilityRuleRowDeleteEvent
Instantiates a new template visibility rule row delete event.- Parameters:
id- the id of the template visibility rule row to delete
-
-
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
-