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. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.xmlrpc   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
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 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.
 

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

Methods in com.liferay.portal.model.impl that return Method
 Method PortletImpl.getXmlRpcMethodInstance()
          Returns 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, List<Indexer> indexerInstances, 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<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, 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.1.2-ce-ga3