Liferay 6.1.10-ee-ga1

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

Packages that use SocialRequestFeedEntry
com.liferay.portlet.social.model   
com.liferay.portlet.social.service This package defines the local and remote social related portlet service interfaces, utility and wrapper classes. 
 

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

Methods in com.liferay.portlet.social.model that return SocialRequestFeedEntry
protected abstract  SocialRequestFeedEntry BaseSocialRequestInterpreter.doInterpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 SocialRequestFeedEntry SocialRequestInterpreter.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 SocialRequestFeedEntry BaseSocialRequestInterpreter.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.social.service that return SocialRequestFeedEntry
 SocialRequestFeedEntry SocialRequestInterpreterLocalServiceWrapper.interpret(SocialRequest request, ThemeDisplay themeDisplay)
          Creates a human readable request feed entry for the social request using an available compatible request interpreter.
static SocialRequestFeedEntry SocialRequestInterpreterLocalServiceUtil.interpret(SocialRequest request, ThemeDisplay themeDisplay)
          Creates a human readable request feed entry for the social request using an available compatible request interpreter.
 SocialRequestFeedEntry SocialRequestInterpreterLocalService.interpret(SocialRequest request, ThemeDisplay themeDisplay)
          Creates a human readable request feed entry for the social request using an available compatible request interpreter.
 


Liferay 6.1.10-ee-ga1