public final class BusinessObjectValidatorGroupHelper extends ObjectGroupHelper
| Modifier | Constructor and Description |
|---|---|
protected |
BusinessObjectValidatorGroupHelper(BusinessObjectImpl bo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
commitDeleteChild(BusinessEditorBaseObjectImpl child) |
protected BusinessObjectValidatorImpl |
createValidator(java.lang.String name, java.lang.String ruleDefinition, java.lang.String errorMessage) |
protected void |
deleteValidator(BusinessObjectValidator validator) |
protected BusinessObjectValidatorImpl |
findValidator(java.lang.String name) |
protected java.util.Collection<BusinessObjectValidator> |
getValidators() |
protected void |
populateChildren() |
protected void |
renameValidator(BusinessObjectValidatorImpl validator, java.lang.String oldName, java.lang.String newName) |
addChild, addNewChild, canPopulateChildren, childExists, deleteChild, doCommit, doRollback, getChild, getChildren, getLocalizedString, renameChild, setPopulated, updateNonExistentChildrenprotected BusinessObjectValidatorGroupHelper(BusinessObjectImpl bo)
protected java.util.Collection<BusinessObjectValidator> getValidators()
protected BusinessObjectValidatorImpl findValidator(java.lang.String name)
protected BusinessObjectValidatorImpl createValidator(java.lang.String name, java.lang.String ruleDefinition, java.lang.String errorMessage)
protected void deleteValidator(BusinessObjectValidator validator)
protected void populateChildren()
populateChildren in class ObjectGroupHelperprotected void commitDeleteChild(BusinessEditorBaseObjectImpl child)
commitDeleteChild in class ObjectGroupHelperprotected void renameValidator(BusinessObjectValidatorImpl validator, java.lang.String oldName, java.lang.String newName)