Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.jbo.server
Class OperationDefinitionImpl

java.lang.Object
  extended by oracle.jbo.server.OperationDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, DefPersistable, PersistentDefinition

public class OperationDefinitionImpl
extends java.lang.Object
implements java.io.Serializable, DefPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface oracle.jbo.mom.xml.DefPersistable
XML_STATEMENT
 
Constructor Summary
OperationDefinitionImpl()
          Deprecated.  
OperationDefinitionImpl(java.lang.String tag)
          Deprecated.  
OperationDefinitionImpl(java.lang.String uniqueid, java.lang.String name, java.lang.String returnType, java.util.LinkedHashMap<java.lang.String,java.lang.String> params, java.lang.String body)
          Deprecated.  
 
Method Summary
 void addParameter(OperationParamImpl param)
          Deprecated.  
 OperationDefinitionImpl clone()
          Deprecated.  
 boolean equals(OperationDefinitionImpl opDef)
           
 ExprEval.Privilege getAccess()
          Deprecated.  
 java.lang.String getAccessStr()
          Deprecated.  
 java.lang.String getCategory()
          Deprecated.  
 java.lang.String getDefXMLElementTag()
          Deprecated.  
 java.lang.String getDefXMLNameSpace()
          Deprecated.  
 java.lang.String getExample()
          Deprecated.  
 java.lang.String getFullName()
          Deprecated.  
 java.lang.String getHelpText()
          Deprecated.  
 java.lang.String getId()
          Deprecated.  
 java.lang.String getInsertText()
          Deprecated.  
 java.lang.Class getJavaReturnType()
          Deprecated.  
 java.lang.String getMethodBody()
          Deprecated.  
 java.lang.String getMethodName()
          Deprecated.  
 java.lang.String getMethodText()
          Deprecated.  
 java.lang.String getMethodType()
          Deprecated.  
 DefPersistable getOrigObject()
          Deprecated.  
 java.util.HashMap<java.lang.String,java.lang.String> getParameters()
          Deprecated.  
 java.lang.Class[] getParameterTypes()
          Deprecated.  
 java.lang.String getReturnType()
          Deprecated.  
 java.lang.String getSignature()
          Deprecated.  
 java.lang.String getXMLElementTag()
          Deprecated.  
 boolean isDirty()
          Deprecated.  
 boolean isGroovy()
          Deprecated.  
 boolean isNew()
          Deprecated.  
 void loadXMLContents(DefElement xmlElement, java.lang.String fullName)
          Deprecated.  
 OperationParamImpl lookupParameter(java.lang.String name)
          Deprecated.  
 void removeParameter(java.lang.String paramId)
          Deprecated.  
 void setAccess(ExprEval.Privilege priv)
          Deprecated.  
 void setAccess(java.lang.String priv)
          Deprecated.  
 void setCategory(java.lang.String category)
          Deprecated.  
 void setDirty(boolean dirty)
          Deprecated.  
 void setExample(java.lang.String example)
          Deprecated.  
 void setHelpText(java.lang.String helpText)
          Deprecated.  
 void setId(java.lang.String id)
          Deprecated.  
 void setInsertText(java.lang.String insertText)
          Deprecated.  
 void setMethodBody(java.lang.String methodBody)
          Deprecated.  
 void setMethodName(java.lang.String methodName)
          Deprecated.  
 void setMethodType(java.lang.String typ)
          Deprecated.  
 void setNew(boolean newness)
          Deprecated.  
 void setOrigObject(DefPersistable oldObj)
          Deprecated.  
 void setParameters(java.util.LinkedHashMap<java.lang.String,OperationParamImpl> parameters)
          Deprecated.  
 void setReturnType(java.lang.String typStr)
          Deprecated.  
 void writeChildren(DefWriter jos)
          Deprecated.  
 void writeContents(DefWriter jos)
          Deprecated.  
 void writeObject(DefWriter jos)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationDefinitionImpl

public OperationDefinitionImpl()
Deprecated. 

For internal framework use only.


OperationDefinitionImpl

public OperationDefinitionImpl(java.lang.String tag)
Deprecated. 

For internal framework use only.


OperationDefinitionImpl

public OperationDefinitionImpl(java.lang.String uniqueid,
                               java.lang.String name,
                               java.lang.String returnType,
                               java.util.LinkedHashMap<java.lang.String,java.lang.String> params,
                               java.lang.String body)
Deprecated. 

For internal framework use only.

Method Detail

isDirty

public boolean isDirty()
Deprecated. 

For internal framework use only.

Specified by:
isDirty in interface DefPersistable
Returns:
Returns true if the Object is dirty. Returns false otherwise.

setDirty

public void setDirty(boolean dirty)
Deprecated. 

For internal framework use only.

Specified by:
setDirty in interface DefPersistable
Parameters:
dirty - If true the Object is marked Dirty.

isNew

public boolean isNew()
Deprecated. 

For internal framework use only.

Specified by:
isNew in interface DefPersistable
Returns:
true if the Object is previously persisted. Returns false otherwise.

setNew

public void setNew(boolean newness)
Deprecated. 

For internal framework use only.

Specified by:
setNew in interface DefPersistable
Parameters:
newness - If true the Object is marked as new object.

getDefXMLElementTag

public java.lang.String getDefXMLElementTag()
Deprecated. 

For internal framework use only.

Specified by:
getDefXMLElementTag in interface PersistentDefinition

getXMLElementTag

public java.lang.String getXMLElementTag()
Deprecated. 

For internal framework use only.

Specified by:
getXMLElementTag in interface PersistentDefinition
Returns:
returns the Statement required to store in Persitent Storage. Incase of XML, it just returns the String. In the case of SQL a JDBC PreparedStatement is returned.

getOrigObject

public DefPersistable getOrigObject()
Deprecated. 

For internal framework use only.

Specified by:
getOrigObject in interface DefPersistable

setOrigObject

public void setOrigObject(DefPersistable oldObj)
Deprecated. 

For internal framework use only.

Specified by:
setOrigObject in interface DefPersistable

getId

public java.lang.String getId()
Deprecated. 

For internal framework use only.


setId

public void setId(java.lang.String id)
Deprecated. 

For internal framework use only.


getFullName

public java.lang.String getFullName()
Deprecated. 

For internal framework use only.

Specified by:
getFullName in interface DefPersistable
Returns:
the Persistence Reference of the object

getDefXMLNameSpace

public java.lang.String getDefXMLNameSpace()
Deprecated. 

For internal framework use only.

Specified by:
getDefXMLNameSpace in interface PersistentDefinition

writeObject

public void writeObject(DefWriter jos)
Deprecated. 

For internal framework use only.

Specified by:
writeObject in interface PersistentDefinition
Parameters:
jos - the Output storage for persistence

writeContents

public void writeContents(DefWriter jos)
Deprecated. 

For internal framework use only.

Specified by:
writeContents in interface PersistentDefinition
Parameters:
jos - the Output storage for persistence

writeChildren

public void writeChildren(DefWriter jos)
Deprecated. 

For internal framework use only.

Specified by:
writeChildren in interface PersistentDefinition
Parameters:
jos - the Output storage for persistence

clone

public OperationDefinitionImpl clone()
Deprecated. 

For internal framework use only.

Overrides:
clone in class java.lang.Object

loadXMLContents

public void loadXMLContents(DefElement xmlElement,
                            java.lang.String fullName)
Deprecated. 

For internal framework use only.


getCategory

public java.lang.String getCategory()
Deprecated. 

For internal framework use only.


setCategory

public void setCategory(java.lang.String category)
Deprecated. 

For internal framework use only.


getMethodName

public java.lang.String getMethodName()
Deprecated. 

For internal framework use only.


getSignature

public java.lang.String getSignature()
Deprecated. 

For internal framework use only.


isGroovy

public boolean isGroovy()
Deprecated. 

For internal framework use only.


getReturnType

public java.lang.String getReturnType()
Deprecated. 

For internal framework use only.


setReturnType

public void setReturnType(java.lang.String typStr)
Deprecated. 

For internal framework use only.


getParameters

public java.util.HashMap<java.lang.String,java.lang.String> getParameters()
Deprecated. 

For internal framework use only.


lookupParameter

public OperationParamImpl lookupParameter(java.lang.String name)
Deprecated. 

For internal framework use only.


setParameters

public void setParameters(java.util.LinkedHashMap<java.lang.String,OperationParamImpl> parameters)
Deprecated. 

For internal framework use only.


addParameter

public void addParameter(OperationParamImpl param)
Deprecated. 

For internal framework use only.


removeParameter

public void removeParameter(java.lang.String paramId)
Deprecated. 

For internal framework use only.


getParameterTypes

public java.lang.Class[] getParameterTypes()
Deprecated. 

For internal framework use only.


getJavaReturnType

public java.lang.Class getJavaReturnType()
Deprecated. 

For internal framework use only.


getMethodBody

public java.lang.String getMethodBody()
Deprecated. 

For internal framework use only.


getMethodText

public java.lang.String getMethodText()
Deprecated. 

For internal framework use only.


setInsertText

public void setInsertText(java.lang.String insertText)
Deprecated. 

For internal framework use only.


getInsertText

public java.lang.String getInsertText()
Deprecated. 

For internal framework use only.


setHelpText

public void setHelpText(java.lang.String helpText)
Deprecated. 

For internal framework use only.


getHelpText

public java.lang.String getHelpText()
Deprecated. 

For internal framework use only.


setExample

public void setExample(java.lang.String example)
Deprecated. 

For internal framework use only.


getExample

public java.lang.String getExample()
Deprecated. 

For internal framework use only.


setAccess

public void setAccess(ExprEval.Privilege priv)
Deprecated. 

For internal framework use only.


setAccess

public void setAccess(java.lang.String priv)
Deprecated. 

For internal framework use only.


getAccess

public ExprEval.Privilege getAccess()
Deprecated. 

For internal framework use only.


getAccessStr

public java.lang.String getAccessStr()
Deprecated. 

For internal framework use only.


equals

public boolean equals(OperationDefinitionImpl opDef)

setMethodName

public void setMethodName(java.lang.String methodName)
Deprecated. 

For internal framework use only.


getMethodType

public java.lang.String getMethodType()
Deprecated. 

For internal framework use only.


setMethodType

public void setMethodType(java.lang.String typ)
Deprecated. 

For internal framework use only.


setMethodBody

public void setMethodBody(java.lang.String methodBody)
Deprecated. 

For internal framework use only.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

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