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 ObjectGroupHelper

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.ObjectGroupHelper
Direct Known Subclasses:
AttributeTriggerGroupHelper, AttributeValidatorGroupHelper, BusinessObjectFunctionGroupHelper, BusinessObjectGroupHelper, BusinessObjectTriggerGroupHelper, BusinessObjectValidatorGroupHelper, CustomAttributeGroupHelper, GlobalFunctionGroupHelper, LookupCodeGroupHelper, LookupTypeGroupHelper, StandardAttributeGroupHelper

public abstract class ObjectGroupHelper
extends java.lang.Object

For internal framework use only. Base class used by all business editor objects. It supports all children related operation for a business object.

For internal use only. Application developers should not use this

Constructor Summary
protected ObjectGroupHelper(BaseManagerImpl manager, ObjectGroupOwner container)
           
 
Method Summary
protected  void addChild(BusinessEditorBaseObjectImpl child)
           
protected  void addNewChild(BusinessEditorBaseObjectImpl child)
           
protected  boolean canPopulateChildren()
           
protected  boolean childExists(java.lang.String name)
           
protected  void commitDeleteChild(BusinessEditorBaseObjectImpl child)
           
protected  void deleteChild(BusinessEditorBaseObjectImpl child)
           
protected  void doCommit()
           
protected  void doRollback()
           
protected  BusinessEditorBaseObjectImpl getChild(java.lang.String name)
           
protected  java.util.Collection getChildren()
           
protected  java.lang.String getLocalizedString(java.lang.String key, java.lang.Object... args)
           
protected  void populateChildren()
           
protected  void renameChild(java.lang.String oldName, java.lang.String newName)
           
protected  void setPopulated()
           
protected static void updateNonExistentChildren(java.util.Collection<BusinessEditorBaseObjectImpl> children)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectGroupHelper

protected ObjectGroupHelper(BaseManagerImpl manager,
                            ObjectGroupOwner container)
Method Detail

childExists

protected boolean childExists(java.lang.String name)

setPopulated

protected void setPopulated()

getChild

protected BusinessEditorBaseObjectImpl getChild(java.lang.String name)

addNewChild

protected void addNewChild(BusinessEditorBaseObjectImpl child)

addChild

protected void addChild(BusinessEditorBaseObjectImpl child)

deleteChild

protected void deleteChild(BusinessEditorBaseObjectImpl child)

getChildren

protected java.util.Collection getChildren()

updateNonExistentChildren

protected static void updateNonExistentChildren(java.util.Collection<BusinessEditorBaseObjectImpl> children)

renameChild

protected void renameChild(java.lang.String oldName,
                           java.lang.String newName)

doCommit

protected void doCommit()

doRollback

protected void doRollback()

canPopulateChildren

protected boolean canPopulateChildren()

commitDeleteChild

protected void commitDeleteChild(BusinessEditorBaseObjectImpl child)

populateChildren

protected void populateChildren()

getLocalizedString

protected java.lang.String getLocalizedString(java.lang.String key,
                                              java.lang.Object... args)

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.