Liferay 6.1.2-ce-ga3

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

Packages that use Method
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

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 Portlet.getXmlRpcMethodInstance()
          Returns the name of the XML-RPC method instance of the portlet.
 Method PortletWrapper.getXmlRpcMethodInstance()
          Returns the name of the XML-RPC method instance of the portlet.
 


Liferay 6.1.2-ce-ga3