Liferay 6.0.4

com.liferay.portal.kernel.util
Class PortletClassInvoker

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

public class PortletClassInvoker
extends Object


Constructor Summary
PortletClassInvoker()
           
 
Method Summary
static Object invoke(String portletId, String className, String methodName)
           
static Object invoke(String portletId, String className, String methodName, boolean newInstance)
           
static Object invoke(String portletId, String className, String methodName, Object arg)
           
static Object invoke(String portletId, String className, String methodName, Object[] args)
           
static Object invoke(String portletId, String className, String methodName, Object[] args, boolean newInstance)
           
static Object invoke(String portletId, String className, String methodName, Object arg, boolean newInstance)
           
static Object invoke(String portletId, String className, String methodName, Object arg1, Object arg2)
           
static Object invoke(String portletId, String className, String methodName, Object arg1, Object arg2, boolean newInstance)
           
static Object invoke(String portletId, String className, String methodName, Object arg1, Object arg2, Object arg3)
           
static Object invoke(String portletId, String className, String methodName, Object arg1, Object arg2, Object arg3, boolean newInstance)
           
static Object invoke(String portletId, String className, String methodName, Object arg1, Object arg2, Object arg3, Object arg4)
           
static Object invoke(String portletId, String className, String methodName, Object arg1, Object arg2, Object arg3, Object arg4, boolean newInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletClassInvoker

public PortletClassInvoker()
Method Detail

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            Object arg)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            Object arg1,
                            Object arg2)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            Object arg1,
                            Object arg2,
                            Object arg3)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            Object arg1,
                            Object arg2,
                            Object arg3,
                            Object arg4)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            Object[] args)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            boolean newInstance)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            Object arg,
                            boolean newInstance)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            Object arg1,
                            Object arg2,
                            boolean newInstance)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            Object arg1,
                            Object arg2,
                            Object arg3,
                            boolean newInstance)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            Object arg1,
                            Object arg2,
                            Object arg3,
                            Object arg4,
                            boolean newInstance)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(String portletId,
                            String className,
                            String methodName,
                            Object[] args,
                            boolean newInstance)
                     throws Exception
Throws:
Exception

Liferay 6.0.4