Liferay 6.0.5

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   
com.liferay.portlet.social.service.impl   
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 SocialRequestInterpreter.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 SocialRequestFeedEntry BaseSocialRequestInterpreter.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 SocialRequestInterpreterLocalServiceWrapper.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
static SocialRequestFeedEntry SocialRequestInterpreterLocalServiceUtil.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 SocialRequestFeedEntry SocialRequestInterpreterLocalService.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 

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)
           
 

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.0.5