Liferay 6.2-ce-ga5

com.liferay.portlet.social.model.impl
Class SocialRequestInterpreterImpl

java.lang.Object
  extended by com.liferay.portlet.social.model.impl.SocialRequestInterpreterImpl
All Implemented Interfaces:
SocialRequestInterpreter

public class SocialRequestInterpreterImpl
extends Object
implements SocialRequestInterpreter


Constructor Summary
SocialRequestInterpreterImpl(String portletId, SocialRequestInterpreter requestInterpreter)
           
 
Method Summary
 String[] getClassNames()
           
 String getPortletId()
           
 boolean hasClassName(String className)
           
 SocialRequestFeedEntry interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 boolean processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
 boolean processRejection(SocialRequest request, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRequestInterpreterImpl

public SocialRequestInterpreterImpl(String portletId,
                                    SocialRequestInterpreter requestInterpreter)
Method Detail

getClassNames

public String[] getClassNames()
Specified by:
getClassNames in interface SocialRequestInterpreter

getPortletId

public String getPortletId()

hasClassName

public boolean hasClassName(String className)

interpret

public SocialRequestFeedEntry interpret(SocialRequest request,
                                        ThemeDisplay themeDisplay)
Specified by:
interpret in interface SocialRequestInterpreter

processConfirmation

public boolean processConfirmation(SocialRequest request,
                                   ThemeDisplay themeDisplay)
Specified by:
processConfirmation in interface SocialRequestInterpreter

processRejection

public boolean processRejection(SocialRequest request,
                                ThemeDisplay themeDisplay)
Specified by:
processRejection in interface SocialRequestInterpreter

Liferay 6.2-ce-ga5