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

E36215-01

oracle.adfinternal.businesseditor.objects
Class GlobalFunctionImpl

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
      extended by oracle.adfinternal.businesseditor.objects.BusinessEditorObjectImpl
          extended by oracle.adfinternal.businesseditor.objects.FunctionImpl
              extended by oracle.adfinternal.businesseditor.objects.GlobalFunctionImpl
All Implemented Interfaces:
GlobalFunction, ObjectGroupOwner

public final class GlobalFunctionImpl
extends FunctionImpl
implements GlobalFunction

For internal framework use only. A global function.

For internal use only. Application developers should not use this

Constructor Summary
protected GlobalFunctionImpl(BusinessEditorManagerImpl manager, java.lang.String operId, java.lang.String functionName)
           
protected GlobalFunctionImpl(BusinessEditorManagerImpl manager, java.lang.String functionName, java.lang.String returnType, java.lang.String body)
           
 
Method Summary
protected  void cancelFlowForExistingObject()
           
protected  void cancelFlowForNewObject()
           
protected  void finishFlowForExistingObject()
           
protected  void finishFlowForNewObject()
           
protected  java.lang.String getParameterOwningDef()
           
protected  oracle.jbo.ViewObject getViewObjectBeingEdited()
           
protected  void initFlowForExistingObject()
           
protected  void initFlowForNewObject()
           
protected  void rename(java.lang.String oldName, java.lang.String newName)
           
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.FunctionImpl
addParameter, deleteParameter, getBody, getDescription, getExample, getId, getName, getObjectType, getParameters, getPrivileged, getReturnType, readObject, setBody, setDescription, setExample, setId, setName, setPrivileged, setReturnType, writeObject
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.BusinessEditorObjectImpl
getBusinessEditor, getBusinessEditorLogic, getBusinessEditorManager, getBusinessEditorViewLogic, getObjectKey, getProperty, setProperty
 
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.GlobalFunction
addParameter, deleteParameter, getBody, getDescription, getExample, getId, getName, getParameters, getPrivileged, getReturnType, setBody, setDescription, setExample, setName, setPrivileged, setReturnType
 

Constructor Detail

GlobalFunctionImpl

protected GlobalFunctionImpl(BusinessEditorManagerImpl manager,
                             java.lang.String operId,
                             java.lang.String functionName)

GlobalFunctionImpl

protected GlobalFunctionImpl(BusinessEditorManagerImpl manager,
                             java.lang.String functionName,
                             java.lang.String returnType,
                             java.lang.String body)
Method Detail

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

getViewObjectBeingEdited

protected oracle.jbo.ViewObject getViewObjectBeingEdited()
Overrides:
getViewObjectBeingEdited in class FunctionImpl

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

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

E36215-01

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