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 BusinessEditorManagerImpl

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.BaseManagerImpl
      extended by oracle.adfinternal.businesseditor.objects.BusinessEditorManagerImpl
All Implemented Interfaces:
ObjectGroupOwner

public class BusinessEditorManagerImpl
extends BaseManagerImpl

For internal framework use only. A logical container for the business objects.

For internal use only. Application developers should not use this

Constructor Summary
BusinessEditorManagerImpl(BusinessEditorManager bem)
           
 
Method Summary
 void commit()
           
 BusinessObjectImpl createBusinessObject(BusinessObject parent, java.lang.String name)
           
 BusinessObjectImpl createBusinessObject(java.lang.String name)
           
 GlobalFunctionImpl createGlobalFunction(java.lang.String name, java.lang.String returnType, java.lang.String body)
           
 void deleteBusinessObject(BusinessObject bo)
           
 void deleteGlobalFunction(GlobalFunction function)
           
protected  void doCommit()
           
protected  void doRollback()
           
 BusinessObject findBusinessObject(java.lang.String name)
           
 GlobalFunction findGlobalFunction(java.lang.String name)
           
protected  oracle.adf.businesseditor.model.BusinessEditorImpl getBusinessEditor()
           
protected  oracle.adf.businesseditor.model.BusinessEditorLogic getBusinessEditorLogic()
           
protected  oracle.adf.businesseditor.model.BusinessEditorViewLogic getBusinessEditorViewLogic()
           
 java.util.Collection<BusinessObject> getBusinessObjects()
           
 java.util.Collection<GlobalFunction> getGlobalFunctions()
           
 ObjectGroupHelper getGroupHelper(ObjectType type)
           
protected  LookupManagerImpl getLookupManager()
           
protected  boolean hasChild(BusinessObject parentBO)
           
 void release()
           
protected  void renameGlobalFunction(GlobalFunction function, java.lang.String oldName, java.lang.String newName)
           
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.BaseManagerImpl
addNewChildren, canPopulateChildren, commitNewObjects, ensureVerified, getAM, populateChildren, removeNewChildren, rollback, setAM, setNeedToReleaseAM
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessEditorManagerImpl

public BusinessEditorManagerImpl(BusinessEditorManager bem)
Method Detail

getBusinessObjects

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

findBusinessObject

public BusinessObject findBusinessObject(java.lang.String name)

createBusinessObject

public BusinessObjectImpl createBusinessObject(java.lang.String name)

createBusinessObject

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

deleteBusinessObject

public void deleteBusinessObject(BusinessObject bo)

getGlobalFunctions

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

findGlobalFunction

public GlobalFunction findGlobalFunction(java.lang.String name)

createGlobalFunction

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

deleteGlobalFunction

public void deleteGlobalFunction(GlobalFunction function)

commit

public void commit()
Overrides:
commit in class BaseManagerImpl

release

public void release()
Overrides:
release in class BaseManagerImpl

getGroupHelper

public ObjectGroupHelper getGroupHelper(ObjectType type)

renameGlobalFunction

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

getBusinessEditor

protected oracle.adf.businesseditor.model.BusinessEditorImpl getBusinessEditor()

getBusinessEditorLogic

protected oracle.adf.businesseditor.model.BusinessEditorLogic getBusinessEditorLogic()

getBusinessEditorViewLogic

protected oracle.adf.businesseditor.model.BusinessEditorViewLogic getBusinessEditorViewLogic()

getLookupManager

protected LookupManagerImpl getLookupManager()

hasChild

protected boolean hasChild(BusinessObject parentBO)

doCommit

protected void doCommit()
Specified by:
doCommit in class BaseManagerImpl

doRollback

protected void doRollback()
Specified by:
doRollback in class BaseManagerImpl

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.