Liferay 7.0-ce-b4

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 types with arguments of type Method
 List<Method> PortletBag.getXmlRpcMethodInstances()
           
 

Uses of Method in com.liferay.portal.model
 

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


Liferay 7.0-ce-b4