Skip navigation links
oracle.adfinternal.businesseditor.objects
Class BusinessObjectFunctionImpl
java.lang.Object
oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
oracle.adfinternal.businesseditor.objects.BusinessEditorObjectImpl
oracle.adfinternal.businesseditor.objects.FunctionImpl
oracle.adfinternal.businesseditor.objects.BusinessObjectFunctionImpl
- All Implemented Interfaces:
- BusinessObjectFunction, ObjectGroupOwner
-
public final class BusinessObjectFunctionImpl
- extends FunctionImpl
- implements BusinessObjectFunction
For internal framework use only. A function for a business object.
- For internal use only. Application developers should not use this
| Methods inherited from class oracle.adfinternal.businesseditor.objects.FunctionImpl |
addParameter, deleteParameter, getBody, getDescription, getExample, getId, getName, getObjectType, getParameters, getPrivileged, getReturnType, getViewObjectBeingEdited, readObject, setBody, setDescription, setExample, setId, setName, setPrivileged, setReturnType, writeObject |
| Methods inherited from class oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl |
canPopulateChildren, checkLoadObject, containsProperty, doCommit, doRollback, ensureVerified, getContainer, getGroupHelper, getLocalizedString, getPropertyNoLoad, initialize, isLoaded, isNew, isNotVerified, populateChildren, postCommit, preCommit, removeProperty, setDirty, setNew, setNotExist, setPropertyNoLoad, setVerified, valuesDiffer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.adf.businesseditor.objects.BusinessObjectFunction |
addParameter, deleteParameter, getBody, getDescription, getExample, getId, getName, getParameters, getPrivileged, getReturnType, setBody, setDescription, setExample, setName, setPrivileged, setReturnType |
BusinessObjectFunctionImpl
protected BusinessObjectFunctionImpl(BusinessObjectImpl bo,
java.lang.String operId,
java.lang.String functionName)
BusinessObjectFunctionImpl
protected BusinessObjectFunctionImpl(BusinessObjectImpl bo,
java.lang.String functionName,
java.lang.String returnType,
java.lang.String body)
initFlowForNewObject
protected void initFlowForNewObject()
-
- Specified by:
initFlowForNewObject in class BusinessEditorBaseObjectImpl
initFlowForExistingObject
protected void initFlowForExistingObject()
-
- Specified by:
initFlowForExistingObject in class BusinessEditorBaseObjectImpl
finishFlowForNewObject
protected void finishFlowForNewObject()
-
- Specified by:
finishFlowForNewObject in class BusinessEditorBaseObjectImpl
finishFlowForExistingObject
protected void finishFlowForExistingObject()
-
- Specified by:
finishFlowForExistingObject in class BusinessEditorBaseObjectImpl
cancelFlowForNewObject
protected void cancelFlowForNewObject()
-
- Specified by:
cancelFlowForNewObject in class BusinessEditorBaseObjectImpl
cancelFlowForExistingObject
protected void cancelFlowForExistingObject()
-
- Specified by:
cancelFlowForExistingObject in class BusinessEditorBaseObjectImpl
rename
protected void rename(java.lang.String oldName,
java.lang.String newName)
-
- Specified by:
rename in class FunctionImpl
getParameterOwningDef
protected java.lang.String getParameterOwningDef()
-
- Specified by:
getParameterOwningDef in class FunctionImpl
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.