|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.adf.model.binding.DCInvokeMethodDef
Implements metadata and logic to invoke a custom action binding method.
Internal: Applications should not use this class.
Constructor Summary | |
DCInvokeMethodDef(java.lang.String instName,
java.lang.String mthName,
DCMethodParameterDef[] params,
java.lang.String retName,
java.lang.String sInstClassName,
java.lang.Boolean bIsViewObjectMethod,
java.lang.Boolean bIsLocalObjectReference)
Internal: Applications should not use this constructor. |
|
DCInvokeMethodDef(java.lang.String instName,
java.lang.String mthName,
java.lang.String[] types,
java.lang.String[] vals,
java.lang.String[] options,
java.lang.String retName,
java.lang.String sInstClassName,
java.lang.Boolean bIsViewObjectMethod,
java.lang.Boolean bIsLocalObjectReference)
Internal: Applications should not use this constructor. |
Method Summary | |
java.lang.Object |
callMethod(DCDataControl dc,
java.util.ArrayList params)
|
java.lang.Object |
clone()
Internal: Applications should not use this method. |
java.lang.String[] |
getArgTypes()
Internal: Applications should not use this method. |
java.lang.String[] |
getArgVals()
Internal: Applications should not use this method. |
java.lang.String |
getClassName()
Internal: Applications should not use this method. |
java.lang.String |
getInstanceName()
Internal: Applications should not use this method. |
boolean |
getIsLocalObjectReference()
|
boolean |
getIsViewObjectMethod()
Internal: Applications should not use this method. |
java.lang.String |
getMethodName()
Internal: Applications should not use this method. |
DCMethodParameterDef[] |
getParameters()
Internal: Applications should not use this method. |
java.lang.String |
getReturnName()
Internal: Applications should not use this method. |
void |
setArguments(DCMethodParameterDef[] props)
Internal: Applications should not use this method. |
void |
setArgumentTypes(java.lang.String[] types)
Internal: Applications should not use this method. |
void |
setArgumentValues(java.lang.String[] vals)
Internal: Applications should not use this method. |
void |
setBindingContainer(DCBindingContainer bc)
|
void |
setIsViewObjectMethod(boolean bSet)
Internal: Applications should not use this method. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DCInvokeMethodDef(java.lang.String instName, java.lang.String mthName, java.lang.String[] types, java.lang.String[] vals, java.lang.String[] options, java.lang.String retName, java.lang.String sInstClassName, java.lang.Boolean bIsViewObjectMethod, java.lang.Boolean bIsLocalObjectReference)
public DCInvokeMethodDef(java.lang.String instName, java.lang.String mthName, DCMethodParameterDef[] params, java.lang.String retName, java.lang.String sInstClassName, java.lang.Boolean bIsViewObjectMethod, java.lang.Boolean bIsLocalObjectReference)
Method Detail |
public void setIsViewObjectMethod(boolean bSet)
public boolean getIsLocalObjectReference()
public boolean getIsViewObjectMethod()
public void setArguments(DCMethodParameterDef[] props)
public void setBindingContainer(DCBindingContainer bc)
public void setArgumentTypes(java.lang.String[] types)
public void setArgumentValues(java.lang.String[] vals)
public java.lang.Object callMethod(DCDataControl dc, java.util.ArrayList params)
public final java.lang.String getInstanceName()
public final java.lang.String getMethodName()
public final java.lang.String getReturnName()
public final DCMethodParameterDef[] getParameters()
public final java.lang.String[] getArgTypes()
public final java.lang.String[] getArgVals()
public final java.lang.String getClassName()
public java.lang.Object clone()
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.