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 BusinessObjectFunctionGroupHelper

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

public final class BusinessObjectFunctionGroupHelper
extends ObjectGroupHelper

For internal framework use only. Helper class to manager the functions for a business objects

For internal use only. Application developers should not use this

Constructor Summary
protected BusinessObjectFunctionGroupHelper(BusinessObjectImpl bo)
           
 
Method Summary
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)
           
 
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

BusinessObjectFunctionGroupHelper

protected BusinessObjectFunctionGroupHelper(BusinessObjectImpl bo)
Method Detail

getFunctions

protected java.util.Collection<BusinessObjectFunction> getFunctions()

findFunction

protected BusinessObjectFunctionImpl findFunction(java.lang.String name)

createFunction

protected BusinessObjectFunction createFunction(java.lang.String name,
                                                java.lang.String returnType,
                                                java.lang.String body)

deleteFunction

protected void deleteFunction(BusinessObjectFunction function)

populateChildren

protected void populateChildren()
Overrides:
populateChildren in class ObjectGroupHelper

commitDeleteChild

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

renameFunction

protected void renameFunction(BusinessObjectFunctionImpl 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.