Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.9.1)

E67667-01


oracle.adfinternal.businesseditor.objects
Class BusinessEditorManagerImpl

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.BusinessEditorManagerImpl


public class BusinessEditorManagerImpl
extends java.lang.Object

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
protected  void addNewChildren(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)
           
 boolean canPopulateChildren()
           
 void commit()
           
protected  void commitNewObjects()
           
 oracle.adfinternal.businesseditor.objects.BusinessObjectImpl createBusinessObject(BusinessObject parent, java.lang.String name, CustomObjectInfo descriptor)
           
 oracle.adfinternal.businesseditor.objects.BusinessObjectImpl createBusinessObject(java.lang.String name, CustomObjectInfo descriptor)
           
 oracle.adfinternal.businesseditor.objects.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()
           
 void ensureVerified()
           
 BusinessObject findBusinessObject(java.lang.String name)
           
 GlobalFunction findGlobalFunction(java.lang.String name, java.lang.String... params)
           
 java.util.Collection<GlobalFunction> findGlobalFunctions(java.lang.String name)
           
protected  oracle.jbo.server.ApplicationModuleImpl getAM()
           
 oracle.adf.businesseditor.model.BusinessEditorImpl getBusinessEditor()
           
protected  oracle.adf.businesseditor.model.BusinessEditorLogic getBusinessEditorLogic()
           
 java.util.Collection<BusinessObject> getBusinessObjects()
           
 java.util.Collection<GlobalFunction> getGlobalFunctions()
           
 oracle.adfinternal.businesseditor.objects.ObjectGroupHelper getGroupHelper(oracle.adfinternal.businesseditor.objects.ObjectType type)
           
protected  LookupManagerImpl getLookupManager()
           
protected  boolean hasChild(BusinessObject parentBO)
           
 void populateChildren(oracle.adfinternal.businesseditor.objects.ObjectType type)
           
 void release()
           
protected  void removeNewChildren(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)
           
 void rollback()
           
 void setAM(oracle.jbo.server.ApplicationModuleImpl am)
           
 void setNeedToReleaseAM(boolean needToReleaseAM)
           
protected  void updateGlobalFunctionId(java.lang.String oldId, java.lang.String newId)
           

 

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 oracle.adfinternal.businesseditor.objects.BusinessObjectImpl createBusinessObject(java.lang.String name,
                                                                                         CustomObjectInfo descriptor)

createBusinessObject

public oracle.adfinternal.businesseditor.objects.BusinessObjectImpl createBusinessObject(BusinessObject parent,
                                                                                         java.lang.String name,
                                                                                         CustomObjectInfo descriptor)

deleteBusinessObject

public void deleteBusinessObject(BusinessObject bo)

getGlobalFunctions

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

findGlobalFunction

public GlobalFunction findGlobalFunction(java.lang.String name,
                                         java.lang.String... params)

findGlobalFunctions

public java.util.Collection<GlobalFunction> findGlobalFunctions(java.lang.String name)

createGlobalFunction

public oracle.adfinternal.businesseditor.objects.GlobalFunctionImpl createGlobalFunction(java.lang.String name,
                                                                                         java.lang.String returnType,
                                                                                         java.lang.String body)

deleteGlobalFunction

public void deleteGlobalFunction(GlobalFunction function)

commit

public void commit()

release

public void release()

getBusinessEditor

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

getGroupHelper

public oracle.adfinternal.businesseditor.objects.ObjectGroupHelper getGroupHelper(oracle.adfinternal.businesseditor.objects.ObjectType type)

updateGlobalFunctionId

protected void updateGlobalFunctionId(java.lang.String oldId,
                                      java.lang.String newId)

getBusinessEditorLogic

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

getLookupManager

protected LookupManagerImpl getLookupManager()

hasChild

protected boolean hasChild(BusinessObject parentBO)

doCommit

protected void doCommit()

doRollback

protected void doRollback()

canPopulateChildren

public boolean canPopulateChildren()

populateChildren

public void populateChildren(oracle.adfinternal.businesseditor.objects.ObjectType type)

ensureVerified

public void ensureVerified()

rollback

public void rollback()

setAM

public void setAM(oracle.jbo.server.ApplicationModuleImpl am)

setNeedToReleaseAM

public void setNeedToReleaseAM(boolean needToReleaseAM)

getAM

protected oracle.jbo.server.ApplicationModuleImpl getAM()

commitNewObjects

protected void commitNewObjects()

addNewChildren

protected void addNewChildren(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)

removeNewChildren

protected void removeNewChildren(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.9.1)

E67667-01


Copyright © 1997, 2016, Oracle. All rights reserved.