public final class CustomAttributeGroupHelper extends ObjectGroupHelper
| Modifier | Constructor and Description |
|---|---|
protected |
CustomAttributeGroupHelper(BusinessObjectImpl bo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
commitDeleteChild(BusinessEditorBaseObjectImpl child) |
protected CustomAttributeImpl |
createCustomAttribute(java.lang.String name, java.lang.String type) |
protected void |
deleteCustomAttribute(CustomAttribute attr) |
protected CustomAttributeImpl |
findCustomAttribute(java.lang.String name) |
protected java.util.Collection<CustomAttribute> |
getCustomAttributes() |
protected void |
populateChildren() |
addChild, addNewChild, canPopulateChildren, childExists, deleteChild, doCommit, doRollback, getChild, getChildren, getLocalizedString, renameChild, setPopulated, updateNonExistentChildrenprotected CustomAttributeGroupHelper(BusinessObjectImpl bo)
protected java.util.Collection<CustomAttribute> getCustomAttributes()
protected CustomAttributeImpl findCustomAttribute(java.lang.String name)
protected CustomAttributeImpl createCustomAttribute(java.lang.String name, java.lang.String type)
protected void deleteCustomAttribute(CustomAttribute attr)
protected void populateChildren()
populateChildren in class ObjectGroupHelperprotected void commitDeleteChild(BusinessEditorBaseObjectImpl child)
commitDeleteChild in class ObjectGroupHelper