Liferay 6.0.5

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

Packages that use Method
com.liferay.portal.kernel.portlet   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.xmlrpc   
com.liferay.portlet   
com.liferay.portlet.blogs.util   
 

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

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

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

Uses of Method in com.liferay.portal.xmlrpc
 

Methods in com.liferay.portal.xmlrpc that return Method
protected  Method XmlRpcServlet.getMethod(String token, String methodName)
           
 

Methods in com.liferay.portal.xmlrpc with parameters of type Method
static void XmlRpcServlet.registerMethod(Method method)
           
static void XmlRpcServlet.unregisterMethod(Method method)
           
 

Uses of Method in com.liferay.portlet
 

Methods in com.liferay.portlet that return Method
 Method PortletBagImpl.getXmlRpcMethodInstance()
           
 

Constructors in com.liferay.portlet with parameters of type Method
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, Indexer indexerInstance, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, SocialActivityInterpreter socialActivityInterpreterInstance, SocialRequestInterpreter socialRequestInterpreterInstance, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of Method in com.liferay.portlet.blogs.util
 

Classes in com.liferay.portlet.blogs.util that implement Method
 class PingbackMethodImpl
           
 


Liferay 6.0.5