com.liferay.portlet.social.model.impl
Class SocialRequestInterpreterImpl
java.lang.Object
com.liferay.portlet.social.model.impl.SocialRequestInterpreterImpl
- All Implemented Interfaces:
- SocialRequestInterpreter
public class SocialRequestInterpreterImpl
- extends Object
- implements SocialRequestInterpreter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialRequestInterpreterImpl
public SocialRequestInterpreterImpl(String portletId,
SocialRequestInterpreter requestInterpreter)
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