Liferay 7.0-ce-m3

Uses of Class
com.liferay.portal.kernel.util.MethodKey

Packages that use MethodKey
com.liferay.portal.kernel.test   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.test   
 

Uses of MethodKey in com.liferay.portal.kernel.test
 

Methods in com.liferay.portal.kernel.test that return types with arguments of type MethodKey
protected static List<MethodKey> NewEnvTestRule.getMethodKeys(Class<?> targetClass, Class<? extends Annotation> annotationClass)
           
 

Methods in com.liferay.portal.kernel.test with parameters of type MethodKey
protected static void NewEnvTestRule.invoke(ClassLoader classLoader, MethodKey methodKey, Object object)
           
protected  ProcessCallable<Serializable> NewEnvTestRule.processProcessCallable(ProcessCallable<Serializable> processCallable, MethodKey testMethodKey)
           
 

Uses of MethodKey in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return MethodKey
 MethodKey MethodHandler.getMethodKey()
           
 MethodKey MethodKey.transform(ClassLoader classLoader)
           
 

Methods in com.liferay.portal.kernel.util with parameters of type MethodKey
protected static Method MethodCache.get(MethodKey methodKey)
           
static Object PortalClassInvoker.invoke(boolean newInstance, MethodKey methodKey, Object... arguments)
          Deprecated. As of 7.0.0, replaced by PortalClassInvoker.invoke(MethodKey, Object...)
static Object PortletClassInvoker.invoke(boolean newInstance, String portletId, MethodKey methodKey, Object... arguments)
          Deprecated. As of 7.0.0, replaced by PortletClassInvoker.invoke(String, MethodKey, Object...)
static Object PortalClassInvoker.invoke(MethodKey methodKey, Object... arguments)
           
static Object PortletClassInvoker.invoke(String portletId, MethodKey methodKey, Object... arguments)
           
 

Constructors in com.liferay.portal.kernel.util with parameters of type MethodKey
MethodHandler(MethodKey methodKey, Object... arguments)
           
 

Uses of MethodKey in com.liferay.portal.test
 

Methods in com.liferay.portal.test with parameters of type MethodKey
protected  ProcessCallable<Serializable> AspectJNewEnvTestRule.processProcessCallable(ProcessCallable<Serializable> processCallable, MethodKey methodKey)
           
 


Liferay 7.0-ce-m3