Liferay 6.0-ee

Uses of Interface
com.liferay.portlet.social.model.SocialRequestInterpreter

Packages that use SocialRequestInterpreter
com.liferay.portal.kernel.portlet   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portlet   
com.liferay.portlet.social.model   
com.liferay.portlet.social.model.impl   
com.liferay.portlet.social.service   
com.liferay.portlet.social.service.impl   
com.liferay.portlet.social.util   
 

Uses of SocialRequestInterpreter in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return SocialRequestInterpreter
 SocialRequestInterpreter PortletBag.getSocialRequestInterpreterInstance()
           
 

Uses of SocialRequestInterpreter in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return SocialRequestInterpreter
 SocialRequestInterpreter PortletWrapper.getSocialRequestInterpreterInstance()
          Gets the name of the social request interpreter instance of the portlet.
 SocialRequestInterpreter Portlet.getSocialRequestInterpreterInstance()
          Gets the name of the social request interpreter instance of the portlet.
 

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

Methods in com.liferay.portal.model.impl that return SocialRequestInterpreter
 SocialRequestInterpreter PortletImpl.getSocialRequestInterpreterInstance()
          Gets the name of the social request interpreter instance of the portlet.
 

Uses of SocialRequestInterpreter in com.liferay.portlet
 

Methods in com.liferay.portlet that return SocialRequestInterpreter
 SocialRequestInterpreter PortletBagImpl.getSocialRequestInterpreterInstance()
           
 

Constructors in com.liferay.portlet with parameters of type SocialRequestInterpreter
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 SocialRequestInterpreter in com.liferay.portlet.social.model
 

Classes in com.liferay.portlet.social.model that implement SocialRequestInterpreter
 class BaseSocialRequestInterpreter
           
 

Uses of SocialRequestInterpreter in com.liferay.portlet.social.model.impl
 

Classes in com.liferay.portlet.social.model.impl that implement SocialRequestInterpreter
 class SocialRequestInterpreterImpl
           
 

Constructors in com.liferay.portlet.social.model.impl with parameters of type SocialRequestInterpreter
SocialRequestInterpreterImpl(String portletId, SocialRequestInterpreter requestInterpreter)
           
 

Uses of SocialRequestInterpreter in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service with parameters of type SocialRequestInterpreter
 void SocialRequestInterpreterLocalServiceWrapper.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
static void SocialRequestInterpreterLocalServiceUtil.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
 void SocialRequestInterpreterLocalService.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
 void SocialRequestInterpreterLocalServiceWrapper.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
static void SocialRequestInterpreterLocalServiceUtil.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
 void SocialRequestInterpreterLocalService.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
 

Uses of SocialRequestInterpreter in com.liferay.portlet.social.service.impl
 

Methods in com.liferay.portlet.social.service.impl with parameters of type SocialRequestInterpreter
 void SocialRequestInterpreterLocalServiceImpl.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
 void SocialRequestInterpreterLocalServiceImpl.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
 

Uses of SocialRequestInterpreter in com.liferay.portlet.social.util
 

Classes in com.liferay.portlet.social.util that implement SocialRequestInterpreter
 class PortalRequestInterpreter
           
 


Liferay 6.0-ee