|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.kernel.util.PortalClassInvoker
public class PortalClassInvoker
Constructor Summary | |
---|---|
PortalClassInvoker()
|
Method Summary | |
---|---|
static Object |
invoke(boolean newInstance,
MethodKey methodKey,
Object... arguments)
|
static Object |
invoke(boolean newInstance,
String className,
String methodName,
String[] parameterTypeNames,
Object... arguments)
|
static Object |
invoke(String className,
String methodName)
Deprecated. |
static Object |
invoke(String className,
String methodName,
boolean newInstance)
Deprecated. |
static Object |
invoke(String className,
String methodName,
Object arg)
Deprecated. |
static Object |
invoke(String className,
String methodName,
Object[] args)
Deprecated. |
static Object |
invoke(String className,
String methodName,
Object[] args,
boolean newInstance)
Deprecated. |
static Object |
invoke(String className,
String methodName,
Object arg,
boolean newInstance)
Deprecated. |
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2)
Deprecated. |
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2,
boolean newInstance)
Deprecated. |
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3)
Deprecated. |
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3,
boolean newInstance)
Deprecated. |
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3,
Object arg4,
boolean newInstance)
Deprecated. |
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3,
Object arg4,
Object arg5,
boolean newInstance)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortalClassInvoker()
Method Detail |
---|
public static Object invoke(boolean newInstance, MethodKey methodKey, Object... arguments) throws Exception
Exception
public static Object invoke(boolean newInstance, String className, String methodName, String[] parameterTypeNames, Object... arguments) throws Exception
Exception
public static Object invoke(String className, String methodName) throws Exception
Exception
public static Object invoke(String className, String methodName, Object arg) throws Exception
Exception
public static Object invoke(String className, String methodName, Object arg1, Object arg2) throws Exception
Exception
public static Object invoke(String className, String methodName, Object arg1, Object arg2, Object arg3) throws Exception
Exception
public static Object invoke(String className, String methodName, Object[] args) throws Exception
Exception
public static Object invoke(String className, String methodName, boolean newInstance) throws Exception
Exception
public static Object invoke(String className, String methodName, Object arg, boolean newInstance) throws Exception
Exception
public static Object invoke(String className, String methodName, Object arg1, Object arg2, boolean newInstance) throws Exception
Exception
public static Object invoke(String className, String methodName, Object arg1, Object arg2, Object arg3, boolean newInstance) throws Exception
Exception
public static Object invoke(String className, String methodName, Object arg1, Object arg2, Object arg3, Object arg4, boolean newInstance) throws Exception
Exception
public static Object invoke(String className, String methodName, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, boolean newInstance) throws Exception
Exception
public static Object invoke(String className, String methodName, Object[] args, boolean newInstance) throws Exception
Exception
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |