public class BusinessEditorManagerImpl
extends java.lang.Object
| Constructor and Description |
|---|
BusinessEditorManagerImpl(BusinessEditorManager bem) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public BusinessEditorManagerImpl(BusinessEditorManager bem)
public java.util.Collection<BusinessObject> getBusinessObjects()
public BusinessObject findBusinessObject(java.lang.String name)
public oracle.adfinternal.businesseditor.objects.BusinessObjectImpl createBusinessObject(java.lang.String name,
CustomObjectInfo descriptor)
public oracle.adfinternal.businesseditor.objects.BusinessObjectImpl createBusinessObject(BusinessObject parent, java.lang.String name, CustomObjectInfo descriptor)
public void deleteBusinessObject(BusinessObject bo)
public java.util.Collection<GlobalFunction> getGlobalFunctions()
public GlobalFunction findGlobalFunction(java.lang.String name, java.lang.String... params)
public java.util.Collection<GlobalFunction> findGlobalFunctions(java.lang.String name)
public oracle.adfinternal.businesseditor.objects.GlobalFunctionImpl createGlobalFunction(java.lang.String name,
java.lang.String returnType,
java.lang.String body)
public void deleteGlobalFunction(GlobalFunction function)
public void commit()
public void release()
public oracle.adf.businesseditor.model.BusinessEditorImpl getBusinessEditor()
public oracle.adfinternal.businesseditor.objects.ObjectGroupHelper getGroupHelper(oracle.adfinternal.businesseditor.objects.ObjectType type)
protected void updateGlobalFunctionId(java.lang.String oldId,
java.lang.String newId)
protected oracle.adf.businesseditor.model.BusinessEditorLogic getBusinessEditorLogic()
protected LookupManagerImpl getLookupManager()
protected boolean hasChild(BusinessObject parentBO)
protected void doCommit()
protected void doRollback()
public boolean canPopulateChildren()
public void populateChildren(oracle.adfinternal.businesseditor.objects.ObjectType type)
public void ensureVerified()
public void rollback()
public void setAM(oracle.jbo.server.ApplicationModuleImpl am)
public void setNeedToReleaseAM(boolean needToReleaseAM)
protected oracle.jbo.server.ApplicationModuleImpl getAM()
protected void commitNewObjects()
protected void addNewChildren(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)
protected void removeNewChildren(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)