Class DataCollectionTemplateStructureOutcomeRuleAlignInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.outcomerule.event.DataCollectionTemplateStructureOutcomeRuleAlignInput
Input object for the
DataCollectionTemplateStructureOutcomeRuleAlignEvent.- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the set of outcome reason IDs to delete.Returns the list of outcome rules to insert.Returns the list of outcome rules to update.Returns the data collection template structure.voidsetOutcomeReasonIdsToDelete(Set<Long> outcomeReasonIdsToDelete) Sets the set of outcome reason IDs to delete.voidsetOutcomeRulesToInsert(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToInsert) Sets the list of outcome rules to insert.voidsetOutcomeRulesToUpdate(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToUpdate) Sets the list of outcome rules to update.voidsetTemplateStructure(Long templateStructure) Sets the template structure id.
-
Constructor Details
-
DataCollectionTemplateStructureOutcomeRuleAlignInput
public DataCollectionTemplateStructureOutcomeRuleAlignInput()
-
-
Method Details
-
getTemplateStructure
Returns the data collection template structure.- Returns:
- the data collection template structure
-
setTemplateStructure
Sets the template structure id.- Parameters:
templateStructure- the template structure id
-
getOutcomeRulesToInsert
Returns the list of outcome rules to insert.- Returns:
- the list of outcome rules to insert
-
setOutcomeRulesToInsert
public void setOutcomeRulesToInsert(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToInsert) Sets the list of outcome rules to insert.- Parameters:
outcomeRulesToInsert- the list of outcome rules to insert
-
getOutcomeRulesToUpdate
Returns the list of outcome rules to update.- Returns:
- the list of outcome rules to update
-
setOutcomeRulesToUpdate
public void setOutcomeRulesToUpdate(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToUpdate) Sets the list of outcome rules to update.- Parameters:
outcomeRulesToUpdate- the list of outcome rules to update
-
getOutcomeReasonIdsToDelete
Returns the set of outcome reason IDs to delete.- Returns:
- the set of outcome reason IDs to delete
-
setOutcomeReasonIdsToDelete
Sets the set of outcome reason IDs to delete.- Parameters:
outcomeReasonIdsToDelete- the set of outcome reason IDs to delete
-