Class SocialRequestInterpreterImpl
Object
com.liferay.social.kernel.model.impl.SocialRequestInterpreterImpl
- All Implemented Interfaces:
SocialRequestInterpreter
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
ConstructorsConstructorDescriptionSocialRequestInterpreterImpl(String portletId, SocialRequestInterpreter requestInterpreter) -
Method Summary
Modifier and TypeMethodDescriptionString[]booleanhasClassName(String className) interpret(SocialRequest request, ThemeDisplay themeDisplay) booleanprocessConfirmation(SocialRequest request, ThemeDisplay themeDisplay) booleanprocessRejection(SocialRequest request, ThemeDisplay themeDisplay)
-
Constructor Details
-
SocialRequestInterpreterImpl
-
-
Method Details
-
getClassNames
- Specified by:
getClassNamesin interfaceSocialRequestInterpreter
-
getPortletId
-
hasClassName
-
interpret
- Specified by:
interpretin interfaceSocialRequestInterpreter
-
processConfirmation
- Specified by:
processConfirmationin interfaceSocialRequestInterpreter
-
processRejection
- Specified by:
processRejectionin interfaceSocialRequestInterpreter
-