public final class BusinessObjectFunctionGroupHelper extends ObjectGroupHelper
| Modifier | Constructor and Description |
|---|---|
protected |
BusinessObjectFunctionGroupHelper(BusinessObjectImpl bo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
commitDeleteChild(BusinessEditorBaseObjectImpl child) |
protected BusinessObjectFunction |
createFunction(java.lang.String name, java.lang.String returnType, java.lang.String body) |
protected void |
deleteFunction(BusinessObjectFunction function) |
protected BusinessObjectFunctionImpl |
findFunction(java.lang.String name) |
protected java.util.Collection<BusinessObjectFunction> |
getFunctions() |
protected void |
populateChildren() |
protected void |
renameFunction(BusinessObjectFunctionImpl function, java.lang.String oldName, java.lang.String newName) |
addChild, addNewChild, canPopulateChildren, childExists, deleteChild, doCommit, doRollback, getChild, getChildren, getLocalizedString, renameChild, setPopulated, updateNonExistentChildrenprotected BusinessObjectFunctionGroupHelper(BusinessObjectImpl bo)
protected java.util.Collection<BusinessObjectFunction> getFunctions()
protected BusinessObjectFunctionImpl findFunction(java.lang.String name)
protected BusinessObjectFunction createFunction(java.lang.String name, java.lang.String returnType, java.lang.String body)
protected void deleteFunction(BusinessObjectFunction function)
protected void populateChildren()
populateChildren in class ObjectGroupHelperprotected void commitDeleteChild(BusinessEditorBaseObjectImpl child)
commitDeleteChild in class ObjectGroupHelperprotected void renameFunction(BusinessObjectFunctionImpl function, java.lang.String oldName, java.lang.String newName)