public abstract class BaseSocialNetworkingRequestInterpreter
extends com.liferay.social.kernel.model.BaseSocialRequestInterpreter
Constructor and Description |
---|
BaseSocialNetworkingRequestInterpreter() |
Modifier and Type | Method and Description |
---|---|
protected com.liferay.social.kernel.model.SocialRequestFeedEntry |
doInterpret(com.liferay.social.kernel.model.SocialRequest request,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
protected boolean |
doProcessConfirmation(com.liferay.social.kernel.model.SocialRequest request,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String[] |
getClassNames() |
protected abstract com.liferay.social.kernel.service.SocialActivityLocalService |
getSocialActivityLocalService() |
protected abstract com.liferay.social.kernel.service.SocialRelationLocalService |
getSocialRelationLocalService() |
protected abstract com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService() |
public BaseSocialNetworkingRequestInterpreter()
public java.lang.String[] getClassNames()
protected com.liferay.social.kernel.model.SocialRequestFeedEntry doInterpret(com.liferay.social.kernel.model.SocialRequest request, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
doInterpret
in class com.liferay.social.kernel.model.BaseSocialRequestInterpreter
java.lang.Exception
protected boolean doProcessConfirmation(com.liferay.social.kernel.model.SocialRequest request, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
doProcessConfirmation
in class com.liferay.social.kernel.model.BaseSocialRequestInterpreter
protected abstract com.liferay.social.kernel.service.SocialActivityLocalService getSocialActivityLocalService()
protected abstract com.liferay.social.kernel.service.SocialRelationLocalService getSocialRelationLocalService()
protected abstract com.liferay.portal.kernel.service.UserLocalService getUserLocalService()