Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model
Interface SocialRequestInterpreter

All Known Implementing Classes:
BaseSocialRequestInterpreter

public interface SocialRequestInterpreter


Method Summary
 String[] getClassNames()
           
 SocialRequestFeedEntry interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 boolean processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
 boolean processRejection(SocialRequest request, ThemeDisplay themeDisplay)
           
 

Method Detail

getClassNames

String[] getClassNames()

interpret

SocialRequestFeedEntry interpret(SocialRequest request,
                                 ThemeDisplay themeDisplay)

processConfirmation

boolean processConfirmation(SocialRequest request,
                            ThemeDisplay themeDisplay)

processRejection

boolean processRejection(SocialRequest request,
                         ThemeDisplay themeDisplay)

Liferay 6.1.2-ce-ga3