Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

oracle.adfinternal.businesseditor.objects
Class GlobalFunctionGroupHelper

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.ObjectGroupHelper
      extended by oracle.adfinternal.businesseditor.objects.GlobalFunctionGroupHelper

public final class GlobalFunctionGroupHelper
extends ObjectGroupHelper

For internal framework use only. Helper class to manager the global functions

For internal use only. Application developers should not use this

Constructor Summary
protected GlobalFunctionGroupHelper(BusinessEditorManagerImpl manager)
           
 
Method Summary
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)
           
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.ObjectGroupHelper
addChild, addNewChild, canPopulateChildren, childExists, deleteChild, doCommit, doRollback, getChild, getChildren, getLocalizedString, renameChild, setPopulated, updateNonExistentChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalFunctionGroupHelper

protected GlobalFunctionGroupHelper(BusinessEditorManagerImpl manager)
Method Detail

getGlobalFunctions

protected java.util.Collection<GlobalFunction> getGlobalFunctions()

findGlobalFunction

protected GlobalFunction findGlobalFunction(java.lang.String name)

createGlobalFunction

protected GlobalFunctionImpl createGlobalFunction(java.lang.String name,
                                                  java.lang.String returnType,
                                                  java.lang.String body)

deleteGlobalFunction

protected void deleteGlobalFunction(GlobalFunction function)

populateChildren

protected void populateChildren()
Overrides:
populateChildren in class ObjectGroupHelper

commitDeleteChild

protected void commitDeleteChild(BusinessEditorBaseObjectImpl child)
Overrides:
commitDeleteChild in class ObjectGroupHelper

renameGlobalFunction

protected void renameGlobalFunction(GlobalFunction function,
                                    java.lang.String oldName,
                                    java.lang.String newName)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

Copyright © 1997, 2013, Oracle. All rights reserved.