Liferay 6.1.10-ee-ga1

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

Packages that use SocialActivityInterpreter
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 and classes, including SOAP and wrapper classes. 
com.liferay.portal.model.impl   
com.liferay.portlet   
com.liferay.portlet.blogs.social   
com.liferay.portlet.bookmarks.social   
com.liferay.portlet.calendar.social   
com.liferay.portlet.documentlibrary.social   
com.liferay.portlet.messageboards.social   
com.liferay.portlet.social.model   
com.liferay.portlet.social.model.impl   
com.liferay.portlet.social.service This package defines the local and remote social related portlet service interfaces, utility and wrapper classes. 
com.liferay.portlet.social.service.impl This package defines the local social related portlet service implementations. 
com.liferay.portlet.social.util   
com.liferay.portlet.wiki.social   
 

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

Methods in com.liferay.portal.kernel.portlet that return SocialActivityInterpreter
 SocialActivityInterpreter PortletBag.getSocialActivityInterpreterInstance()
           
 

Uses of SocialActivityInterpreter in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return SocialActivityInterpreter
 SocialActivityInterpreter PortletWrapper.getSocialActivityInterpreterInstance()
          Returns the name of the social activity interpreter instance of the portlet.
 SocialActivityInterpreter Portlet.getSocialActivityInterpreterInstance()
          Returns the name of the social activity interpreter instance of the portlet.
 

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

Methods in com.liferay.portal.model.impl that return SocialActivityInterpreter
 SocialActivityInterpreter PortletImpl.getSocialActivityInterpreterInstance()
          Returns the name of the social activity interpreter instance of the portlet.
 

Uses of SocialActivityInterpreter in com.liferay.portlet
 

Methods in com.liferay.portlet that return SocialActivityInterpreter
 SocialActivityInterpreter PortletBagImpl.getSocialActivityInterpreterInstance()
           
protected  SocialActivityInterpreter PortletBagFactory.initSocialActivityInterpreterInstance(Portlet portlet)
           
 

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

Classes in com.liferay.portlet.blogs.social that implement SocialActivityInterpreter
 class BlogsActivityInterpreter
           
 

Uses of SocialActivityInterpreter in com.liferay.portlet.bookmarks.social
 

Classes in com.liferay.portlet.bookmarks.social that implement SocialActivityInterpreter
 class BookmarksActivityInterpreter
           
 

Uses of SocialActivityInterpreter in com.liferay.portlet.calendar.social
 

Classes in com.liferay.portlet.calendar.social that implement SocialActivityInterpreter
 class CalendarActivityInterpreter
           
 

Uses of SocialActivityInterpreter in com.liferay.portlet.documentlibrary.social
 

Classes in com.liferay.portlet.documentlibrary.social that implement SocialActivityInterpreter
 class DLActivityInterpreter
           
 

Uses of SocialActivityInterpreter in com.liferay.portlet.messageboards.social
 

Classes in com.liferay.portlet.messageboards.social that implement SocialActivityInterpreter
 class MBActivityInterpreter
           
 

Uses of SocialActivityInterpreter in com.liferay.portlet.social.model
 

Classes in com.liferay.portlet.social.model that implement SocialActivityInterpreter
 class BaseSocialActivityInterpreter
           
 

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

Classes in com.liferay.portlet.social.model.impl that implement SocialActivityInterpreter
 class SocialActivityInterpreterImpl
           
 

Constructors in com.liferay.portlet.social.model.impl with parameters of type SocialActivityInterpreter
SocialActivityInterpreterImpl(String portletId, SocialActivityInterpreter activityInterpreter)
           
 

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

Methods in com.liferay.portlet.social.service with parameters of type SocialActivityInterpreter
 void SocialActivityInterpreterLocalServiceWrapper.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
          Adds the activity interpreter to the list of available interpreters.
static void SocialActivityInterpreterLocalServiceUtil.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
          Adds the activity interpreter to the list of available interpreters.
 void SocialActivityInterpreterLocalService.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
          Adds the activity interpreter to the list of available interpreters.
 void SocialActivityInterpreterLocalServiceWrapper.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
          Removes the activity interpreter from the list of available interpreters.
static void SocialActivityInterpreterLocalServiceUtil.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
          Removes the activity interpreter from the list of available interpreters.
 void SocialActivityInterpreterLocalService.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
          Removes the activity interpreter from the list of available interpreters.
 

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

Methods in com.liferay.portlet.social.service.impl with parameters of type SocialActivityInterpreter
 void SocialActivityInterpreterLocalServiceImpl.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
          Adds the activity interpreter to the list of available interpreters.
 void SocialActivityInterpreterLocalServiceImpl.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
          Removes the activity interpreter from the list of available interpreters.
 

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

Classes in com.liferay.portlet.social.util that implement SocialActivityInterpreter
 class PortalActivityInterpreter
           
 

Uses of SocialActivityInterpreter in com.liferay.portlet.wiki.social
 

Classes in com.liferay.portlet.wiki.social that implement SocialActivityInterpreter
 class WikiActivityInterpreter
           
 


Liferay 6.1.10-ee-ga1