Liferay 7.0-ce-b8 portal-service

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

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

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

Methods in com.liferay.portal.kernel.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.
 

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()
           
 


Liferay 7.0-ce-b8 portal-service