Liferay 7.0-ce-b8 portal-service

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

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

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)
           
 


Liferay 7.0-ce-b8 portal-service