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 BusinessObjectGroupHelper

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

public final class BusinessObjectGroupHelper
extends ObjectGroupHelper

For internal framework use only. Helper class to manager the business Objects

For internal use only. Application developers should not use this

Constructor Summary
protected BusinessObjectGroupHelper(BusinessEditorManagerImpl manager)
           
 
Method Summary
protected  void commitDeleteChild(BusinessEditorBaseObjectImpl child)
           
protected  BusinessObjectImpl createBusinessObject(BusinessObject parent, java.lang.String name)
           
protected  void deleteBusinessObject(BusinessObject bo)
           
protected  BusinessObject findBusinessObject(java.lang.String name)
           
protected  java.util.Collection<BusinessObject> getBusinessObjects()
           
protected  void populateChildren()
           
protected  void renameBusinessObject(BusinessObjectImpl bo, 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

BusinessObjectGroupHelper

protected BusinessObjectGroupHelper(BusinessEditorManagerImpl manager)
Method Detail

getBusinessObjects

protected java.util.Collection<BusinessObject> getBusinessObjects()

findBusinessObject

protected BusinessObject findBusinessObject(java.lang.String name)

createBusinessObject

protected BusinessObjectImpl createBusinessObject(BusinessObject parent,
                                                  java.lang.String name)

deleteBusinessObject

protected void deleteBusinessObject(BusinessObject bo)

populateChildren

protected void populateChildren()
Overrides:
populateChildren in class ObjectGroupHelper

commitDeleteChild

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

renameBusinessObject

protected void renameBusinessObject(BusinessObjectImpl bo,
                                    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.