public final class GlobalFunctionGroupHelper extends ObjectGroupHelper
| Modifier | Constructor and Description |
|---|---|
protected |
GlobalFunctionGroupHelper(BusinessEditorManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
commitDeleteChild(BusinessEditorBaseObjectImpl child) |
protected GlobalFunctionImpl |
createGlobalFunction(java.lang.String name, java.lang.String returnType, java.lang.String body) |
protected void |
deleteGlobalFunction(GlobalFunction function) |
protected GlobalFunction |
findGlobalFunction(java.lang.String name) |
protected java.util.Collection<GlobalFunction> |
getGlobalFunctions() |
protected void |
populateChildren() |
protected void |
renameGlobalFunction(GlobalFunction function, java.lang.String oldName, java.lang.String newName) |
addChild, addNewChild, canPopulateChildren, childExists, deleteChild, doCommit, doRollback, getChild, getChildren, getLocalizedString, renameChild, setPopulated, updateNonExistentChildrenprotected GlobalFunctionGroupHelper(BusinessEditorManagerImpl manager)
protected java.util.Collection<GlobalFunction> getGlobalFunctions()
protected GlobalFunction findGlobalFunction(java.lang.String name)
protected GlobalFunctionImpl createGlobalFunction(java.lang.String name, java.lang.String returnType, java.lang.String body)
protected void deleteGlobalFunction(GlobalFunction function)
protected void populateChildren()
populateChildren in class ObjectGroupHelperprotected void commitDeleteChild(BusinessEditorBaseObjectImpl child)
commitDeleteChild in class ObjectGroupHelperprotected void renameGlobalFunction(GlobalFunction function, java.lang.String oldName, java.lang.String newName)