com.liferay.portlet.social.service.impl
Class SocialRequestInterpreterLocalServiceImpl
java.lang.Object
com.liferay.portlet.social.service.base.SocialRequestInterpreterLocalServiceBaseImpl
com.liferay.portlet.social.service.impl.SocialRequestInterpreterLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.social.service.SocialRequestInterpreterLocalService
public class SocialRequestInterpreterLocalServiceImpl
- extends SocialRequestInterpreterLocalServiceBaseImpl
View
Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.social.service.base.SocialRequestInterpreterLocalServiceBaseImpl |
counterLocalService, counterService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, socialActivityFinder, socialActivityInterpreterLocalService, socialActivityLocalService, socialActivityPersistence, socialRelationLocalService, socialRelationPersistence, socialRequestInterpreterLocalService, socialRequestLocalService, socialRequestPersistence, userFinder, userLocalService, userPersistence, userService |
Method Summary |
void |
addRequestInterpreter(com.liferay.portlet.social.model.SocialRequestInterpreter requestInterpreter)
|
void |
deleteRequestInterpreter(com.liferay.portlet.social.model.SocialRequestInterpreter requestInterpreter)
|
com.liferay.portlet.social.model.SocialRequestFeedEntry |
interpret(com.liferay.portlet.social.model.SocialRequest request,
com.liferay.portal.theme.ThemeDisplay themeDisplay)
|
void |
processConfirmation(com.liferay.portlet.social.model.SocialRequest request,
com.liferay.portal.theme.ThemeDisplay themeDisplay)
|
void |
processRejection(com.liferay.portlet.social.model.SocialRequest request,
com.liferay.portal.theme.ThemeDisplay themeDisplay)
|
Methods inherited from class com.liferay.portlet.social.service.base.SocialRequestInterpreterLocalServiceBaseImpl |
getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSocialActivityFinder, getSocialActivityInterpreterLocalService, getSocialActivityLocalService, getSocialActivityPersistence, getSocialRelationLocalService, getSocialRelationPersistence, getSocialRequestInterpreterLocalService, getSocialRequestLocalService, getSocialRequestPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setCounterService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSocialActivityFinder, setSocialActivityInterpreterLocalService, setSocialActivityLocalService, setSocialActivityPersistence, setSocialRelationLocalService, setSocialRelationPersistence, setSocialRequestInterpreterLocalService, setSocialRequestLocalService, setSocialRequestPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialRequestInterpreterLocalServiceImpl
public SocialRequestInterpreterLocalServiceImpl()
addRequestInterpreter
public void addRequestInterpreter(com.liferay.portlet.social.model.SocialRequestInterpreter requestInterpreter)
deleteRequestInterpreter
public void deleteRequestInterpreter(com.liferay.portlet.social.model.SocialRequestInterpreter requestInterpreter)
interpret
public com.liferay.portlet.social.model.SocialRequestFeedEntry interpret(com.liferay.portlet.social.model.SocialRequest request,
com.liferay.portal.theme.ThemeDisplay themeDisplay)
processConfirmation
public void processConfirmation(com.liferay.portlet.social.model.SocialRequest request,
com.liferay.portal.theme.ThemeDisplay themeDisplay)
processRejection
public void processRejection(com.liferay.portlet.social.model.SocialRequest request,
com.liferay.portal.theme.ThemeDisplay themeDisplay)