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[]
boolean
hasClassName
(String className) interpret
(SocialRequest request, ThemeDisplay themeDisplay) boolean
processConfirmation
(SocialRequest request, ThemeDisplay themeDisplay) boolean
processRejection
(SocialRequest request, ThemeDisplay themeDisplay)
-
Constructor Details
-
SocialRequestInterpreterImpl
-
-
Method Details
-
getClassNames
- Specified by:
getClassNames
in interfaceSocialRequestInterpreter
-
getPortletId
-
hasClassName
-
interpret
- Specified by:
interpret
in interfaceSocialRequestInterpreter
-
processConfirmation
- Specified by:
processConfirmation
in interfaceSocialRequestInterpreter
-
processRejection
- Specified by:
processRejection
in interfaceSocialRequestInterpreter
-