Liferay 6.0.5

com.liferay.portal.kernel.util
Class PortalClassInvoker

java.lang.Object
  extended by com.liferay.portal.kernel.util.PortalClassInvoker

public class PortalClassInvoker
extends Object


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

PortalClassInvoker

public PortalClassInvoker()
Method Detail

invoke

public static Object invoke(boolean newInstance,
                            MethodKey methodKey,
                            Object... arguments)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(boolean newInstance,
                            String className,
                            String methodName,
                            String[] parameterTypeNames,
                            Object... arguments)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            Object arg)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            Object arg1,
                            Object arg2)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            Object arg1,
                            Object arg2,
                            Object arg3)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            Object[] args)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            boolean newInstance)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            Object arg,
                            boolean newInstance)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            Object arg1,
                            Object arg2,
                            boolean newInstance)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            Object arg1,
                            Object arg2,
                            Object arg3,
                            boolean newInstance)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            Object arg1,
                            Object arg2,
                            Object arg3,
                            Object arg4,
                            boolean newInstance)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            Object arg1,
                            Object arg2,
                            Object arg3,
                            Object arg4,
                            Object arg5,
                            boolean newInstance)
                     throws Exception
Deprecated. 

Throws:
Exception

invoke

public static Object invoke(String className,
                            String methodName,
                            Object[] args,
                            boolean newInstance)
                     throws Exception
Deprecated. 

Throws:
Exception

Liferay 6.0.5