Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portal.kernel.xmlrpc.Method

Packages that use Method
com.liferay.portal.kernel.portlet   
com.liferay.portal.model   
 

Uses of Method in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return Method
 Method PortletBag.getXmlRpcMethodInstance()
           
 

Uses of Method in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return Method
 Method PortletWrapper.getXmlRpcMethodInstance()
          Gets the name of the XML-RPC method instance of the portlet.
 Method Portlet.getXmlRpcMethodInstance()
          Gets the name of the XML-RPC method instance of the portlet.
 


Liferay 6.0-ee-sp2