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 CustomAttributeGroupHelper

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

public final class CustomAttributeGroupHelper
extends ObjectGroupHelper

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

For internal use only. Application developers should not use this

Constructor Summary
protected CustomAttributeGroupHelper(BusinessObjectImpl bo)
           
 
Method Summary
protected  void commitDeleteChild(BusinessEditorBaseObjectImpl child)
           
protected  CustomAttributeImpl createCustomAttribute(java.lang.String name, java.lang.String type)
           
protected  void deleteCustomAttribute(CustomAttribute attr)
           
protected  CustomAttributeImpl findCustomAttribute(java.lang.String name)
           
protected  java.util.Collection<CustomAttribute> getCustomAttributes()
           
protected  void populateChildren()
           
 
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

CustomAttributeGroupHelper

protected CustomAttributeGroupHelper(BusinessObjectImpl bo)
Method Detail

getCustomAttributes

protected java.util.Collection<CustomAttribute> getCustomAttributes()

findCustomAttribute

protected CustomAttributeImpl findCustomAttribute(java.lang.String name)

createCustomAttribute

protected CustomAttributeImpl createCustomAttribute(java.lang.String name,
                                                    java.lang.String type)

deleteCustomAttribute

protected void deleteCustomAttribute(CustomAttribute attr)

populateChildren

protected void populateChildren()
Overrides:
populateChildren in class ObjectGroupHelper

commitDeleteChild

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

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.