public class ScriptClassGroupHelper
extends java.lang.Object
BusinessEditorConstants.ObjectModeLOOKUP_CODE, LOOKUP_TYPE, SET_ID| Constructor and Description |
|---|
ScriptClassGroupHelper(BusinessEditorManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChild(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child) |
protected void |
addNewChild(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child) |
protected boolean |
canPopulateChildren() |
protected boolean |
childExists(java.lang.String name) |
protected void |
commitDeleteChild(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child) |
ScriptClass |
createScriptClass(java.lang.String code) |
ScriptClass |
createScriptClass(java.lang.String fullClassName,
java.lang.String code) |
protected void |
deleteChild(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child) |
void |
deleteScriptClass(ScriptClass scriptClass) |
protected void |
doCommit() |
protected void |
doRollback() |
protected ScriptClass |
findScriptClass(java.lang.String className) |
protected oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl |
getChild(java.lang.String name) |
protected oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl |
getChildNoLoad(java.lang.String name) |
protected java.util.Collection |
getChildren() |
protected java.lang.String |
getLocalizedString(java.lang.String key,
java.lang.Object... args) |
protected int |
getRowLimit() |
protected java.util.Collection<ScriptClass> |
getScriptClasses() |
protected java.util.Collection |
getSortedChildren() |
protected ScriptClassImpl |
populateChild(java.lang.String fullname) |
protected void |
populateChildren() |
protected void |
setPopulated() |
protected void |
updateKey(java.lang.String oldKey,
java.lang.String newKey) |
protected static void |
updateNonExistentChildren(java.util.Collection<oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl> children) |
public ScriptClassGroupHelper(BusinessEditorManagerImpl manager)
protected java.util.Collection<ScriptClass> getScriptClasses()
protected ScriptClass findScriptClass(java.lang.String className)
public ScriptClass createScriptClass(java.lang.String code)
public ScriptClass createScriptClass(java.lang.String fullClassName, java.lang.String code)
public void deleteScriptClass(ScriptClass scriptClass)
protected void populateChildren()
protected ScriptClassImpl populateChild(java.lang.String fullname)
protected void commitDeleteChild(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)
protected boolean childExists(java.lang.String name)
protected void setPopulated()
protected oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl getChild(java.lang.String name)
protected oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl getChildNoLoad(java.lang.String name)
protected void addNewChild(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)
protected void addChild(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)
protected void deleteChild(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)
protected java.util.Collection getSortedChildren()
protected java.util.Collection getChildren()
protected static void updateNonExistentChildren(java.util.Collection<oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl> children)
protected void updateKey(java.lang.String oldKey,
java.lang.String newKey)
protected void doCommit()
protected void doRollback()
protected boolean canPopulateChildren()
protected int getRowLimit()
protected java.lang.String getLocalizedString(java.lang.String key,
java.lang.Object... args)