Skip navigation links
oracle.adfinternal.businesseditor.objects
Class BusinessEditorManagerImpl
java.lang.Object
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
| 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 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
Copyright © 1997, 2015, Oracle. All rights reserved.