Liferay 7.0-ce-b4

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

Packages that use SocialRequestInterpreter
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.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.social.model   
com.liferay.portlet.social.model.impl   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.impl This package defines the social related portlet local service implementations. 
com.liferay.portlet.social.util   
 

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

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type SocialRequestInterpreter
 List<SocialRequestInterpreter> PortletBag.getSocialRequestInterpreterInstances()
           
 

Uses of SocialRequestInterpreter in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return SocialRequestInterpreter
 SocialRequestInterpreter PortletWrapper.getSocialRequestInterpreterInstance()
          Returns the name of the social request interpreter instance of the portlet.
 SocialRequestInterpreter Portlet.getSocialRequestInterpreterInstance()
          Returns 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()
          Returns 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 types with arguments of type SocialRequestInterpreter
 List<SocialRequestInterpreter> PortletBagImpl.getSocialRequestInterpreterInstances()
           
protected  List<SocialRequestInterpreter> PortletBagFactory.newSocialRequestInterpreterInstances(Portlet portlet, com.liferay.registry.Filter filter, Map<String,Object> properties)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type SocialRequestInterpreter
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer<?>> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEventMessageListener> schedulerEventMessageListeners, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory<?>> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 

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 SocialRequestInterpreterLocalService.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
          Adds the social request interpreter to the list of available interpreters.
 void SocialRequestInterpreterLocalServiceWrapper.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
          Adds the social request interpreter to the list of available interpreters.
static void SocialRequestInterpreterLocalServiceUtil.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
          Adds the social request interpreter to the list of available interpreters.
 void SocialRequestInterpreterLocalService.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
          Removes the social request interpreter from the list of available interpreters.
 void SocialRequestInterpreterLocalServiceWrapper.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
          Removes the social request interpreter from the list of available interpreters.
static void SocialRequestInterpreterLocalServiceUtil.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
          Removes the social request interpreter from the list of available interpreters.
 

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)
          Adds the social request interpreter to the list of available interpreters.
 void SocialRequestInterpreterLocalServiceImpl.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
          Removes the social request interpreter from the list of available interpreters.
 

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

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


Liferay 7.0-ce-b4