Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.social.model.SocialActivityFeedEntry

Packages that use SocialActivityFeedEntry
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 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   
com.liferay.portlet.wiki.social   
 

Uses of SocialActivityFeedEntry in com.liferay.portlet.blogs.social
 

Methods in com.liferay.portlet.blogs.social that return SocialActivityFeedEntry
protected  SocialActivityFeedEntry BlogsActivityInterpreter.doInterpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.bookmarks.social that return SocialActivityFeedEntry
protected  SocialActivityFeedEntry BookmarksActivityInterpreter.doInterpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.calendar.social that return SocialActivityFeedEntry
protected  SocialActivityFeedEntry CalendarActivityInterpreter.doInterpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.documentlibrary.social that return SocialActivityFeedEntry
protected  SocialActivityFeedEntry DLActivityInterpreter.doInterpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.messageboards.social that return SocialActivityFeedEntry
protected  SocialActivityFeedEntry MBActivityInterpreter.doInterpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.social.model that return SocialActivityFeedEntry
protected abstract  SocialActivityFeedEntry BaseSocialActivityInterpreter.doInterpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 SocialActivityFeedEntry SocialActivityInterpreter.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 SocialActivityFeedEntry BaseSocialActivityInterpreter.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.social.model.impl that return SocialActivityFeedEntry
 SocialActivityFeedEntry SocialActivityInterpreterImpl.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.social.service that return SocialActivityFeedEntry
 SocialActivityFeedEntry SocialActivityInterpreterLocalService.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
          Creates a human readable activity feed entry for the activity using an available compatible activity interpreter.
 SocialActivityFeedEntry SocialActivityInterpreterLocalServiceWrapper.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
          Creates a human readable activity feed entry for the activity using an available compatible activity interpreter.
static SocialActivityFeedEntry SocialActivityInterpreterLocalServiceUtil.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
          Creates a human readable activity feed entry for the activity using an available compatible activity interpreter.
 

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

Methods in com.liferay.portlet.social.service.impl that return SocialActivityFeedEntry
 SocialActivityFeedEntry SocialActivityInterpreterLocalServiceImpl.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
          Creates a human readable activity feed entry for the activity using an available compatible activity interpreter.
 

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

Methods in com.liferay.portlet.social.util that return SocialActivityFeedEntry
protected  SocialActivityFeedEntry PortalActivityInterpreter.doInterpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.wiki.social that return SocialActivityFeedEntry
protected  SocialActivityFeedEntry WikiActivityInterpreter.doInterpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 


Liferay 6.1.2-ce-ga3