Skip navigation links
oracle.adfinternal.businesseditor.objects
Class BusinessEditorManagerImpl
java.lang.Object
oracle.adfinternal.businesseditor.objects.BaseManagerImpl
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusinessEditorManagerImpl
public BusinessEditorManagerImpl(BusinessEditorManager bem)
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
getBusinessEditor
public oracle.adf.businesseditor.model.BusinessEditorImpl getBusinessEditor()
getGroupHelper
public ObjectGroupHelper getGroupHelper(ObjectType type)
renameGlobalFunction
protected void renameGlobalFunction(GlobalFunction function,
java.lang.String oldName,
java.lang.String newName)
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
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.