public abstract class ObjectGroupHelper
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectGroupHelper(BaseManagerImpl manager, ObjectGroupOwner container) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChild(BusinessEditorBaseObjectImpl child) |
protected void |
addNewChild(BusinessEditorBaseObjectImpl child) |
protected boolean |
canPopulateChildren() |
protected boolean |
childExists(java.lang.String name) |
protected void |
commitDeleteChild(BusinessEditorBaseObjectImpl child) |
protected void |
deleteChild(BusinessEditorBaseObjectImpl child) |
protected void |
doCommit() |
protected void |
doRollback() |
protected BusinessEditorBaseObjectImpl |
getChild(java.lang.String name) |
protected java.util.Collection |
getChildren() |
protected java.lang.String |
getLocalizedString(java.lang.String key, java.lang.Object... args) |
protected void |
populateChildren() |
protected void |
renameChild(java.lang.String oldName, java.lang.String newName) |
protected void |
setPopulated() |
protected static void |
updateNonExistentChildren(java.util.Collection<BusinessEditorBaseObjectImpl> children) |
protected ObjectGroupHelper(BaseManagerImpl manager, ObjectGroupOwner container)
protected boolean childExists(java.lang.String name)
protected void setPopulated()
protected BusinessEditorBaseObjectImpl getChild(java.lang.String name)
protected void addNewChild(BusinessEditorBaseObjectImpl child)
protected void addChild(BusinessEditorBaseObjectImpl child)
protected void deleteChild(BusinessEditorBaseObjectImpl child)
protected java.util.Collection getChildren()
protected static void updateNonExistentChildren(java.util.Collection<BusinessEditorBaseObjectImpl> children)
protected void renameChild(java.lang.String oldName,
java.lang.String newName)
protected void doCommit()
protected void doRollback()
protected boolean canPopulateChildren()
protected void commitDeleteChild(BusinessEditorBaseObjectImpl child)
protected void populateChildren()
protected java.lang.String getLocalizedString(java.lang.String key,
java.lang.Object... args)