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