Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo.script
Class ScriptHelper

java.lang.Object
  extended by oracle.jbo.script.ScriptHelper


Deprecated.

public class ScriptHelper
extends java.lang.Object

For internal framework use only.

For internal use only. Application developers should not use this

Constructor Summary
ScriptHelper()
          Deprecated.  

 

Method Summary
static org.codehaus.groovy.ast.MethodNode getMethodNodeForOperation(org.codehaus.groovy.ast.ClassNode node, OperationDefinitionImpl operDef)
          Deprecated.  
static OperationDefinitionImpl getOperationDefinitionForMethod(OperationDefinitionsImpl operDefs, java.lang.reflect.Method method)
          Deprecated.  
static OperationDefinitionImpl getOperationDefinitionForName(OperationDefinitionsImpl operDefs, java.lang.String name, java.lang.Class... params)
          Deprecated.  
static OperationDefinitionImpl getOperationDefinitionForName(OperationDefinitionsImpl operDefs, java.lang.String name, java.lang.String... params)
          Deprecated.  
static void throwMissingMethodException(java.lang.String method, java.lang.Object object, java.lang.Object args)
          Deprecated.  

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ScriptHelper

public ScriptHelper()
Deprecated. 

Method Detail

throwMissingMethodException

public static void throwMissingMethodException(java.lang.String method,
                                               java.lang.Object object,
                                               java.lang.Object args)
Deprecated. 
For internal framework use only.
Parameters:
method - The name of the method
object - The target object of the method
args - The arguments of the method Throw a custom missing method exception given the supplied inputs.
For internal use only. Application developers should not use this

getMethodNodeForOperation

public static org.codehaus.groovy.ast.MethodNode getMethodNodeForOperation(org.codehaus.groovy.ast.ClassNode node,
                                                                           OperationDefinitionImpl operDef)
Deprecated. 
For internal use only. Application developers should not use this

getOperationDefinitionForMethod

public static OperationDefinitionImpl getOperationDefinitionForMethod(OperationDefinitionsImpl operDefs,
                                                                      java.lang.reflect.Method method)
Deprecated. 
For internal use only. Application developers should not use this

getOperationDefinitionForName

public static OperationDefinitionImpl getOperationDefinitionForName(OperationDefinitionsImpl operDefs,
                                                                    java.lang.String name,
                                                                    java.lang.String... params)
Deprecated. 
For internal use only. Application developers should not use this

getOperationDefinitionForName

public static OperationDefinitionImpl getOperationDefinitionForName(OperationDefinitionsImpl operDefs,
                                                                    java.lang.String name,
                                                                    java.lang.Class... params)
Deprecated. 
For internal use only. Application developers should not use this

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


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