Liferay 6.2-ce-ga5

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

Packages that use SocialRequestFeedEntry
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 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 BaseSocialRequestInterpreter.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 SocialRequestFeedEntry SocialRequestInterpreter.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.social.model.impl that return SocialRequestFeedEntry
 SocialRequestFeedEntry SocialRequestInterpreterImpl.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 SocialRequestInterpreterLocalService.interpret(SocialRequest request, ThemeDisplay themeDisplay)
          Creates a human readable request feed entry for the social request using an available compatible request interpreter.
 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.
 

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

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

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

Methods in com.liferay.portlet.social.util that return SocialRequestFeedEntry
protected  SocialRequestFeedEntry PortalRequestInterpreter.doInterpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 


Liferay 6.2-ce-ga5