com.liferay.portlet.social.service.impl
Class SocialRequestServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.social.service.base.SocialRequestServiceBaseImpl
com.liferay.portlet.social.service.impl.SocialRequestServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, SocialRequestService
public class SocialRequestServiceImpl
- extends SocialRequestServiceBaseImpl
Provides the remote service for updating social requests. Its methods include
permission checks.
| Fields inherited from class com.liferay.portlet.social.service.base.SocialRequestServiceBaseImpl |
classNameLocalService, classNamePersistence, classNameService, counterLocalService, socialRequestInterpreterLocalService, socialRequestLocalService, socialRequestPersistence, socialRequestService, userFinder, userLocalService, userPersistence, userService |
| Methods inherited from class com.liferay.portlet.social.service.base.SocialRequestServiceBaseImpl |
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getSocialRequestInterpreterLocalService, getSocialRequestLocalService, getSocialRequestPersistence, getSocialRequestService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setSocialRequestInterpreterLocalService, setSocialRequestLocalService, setSocialRequestPersistence, setSocialRequestService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialRequestServiceImpl
public SocialRequestServiceImpl()
updateRequest
public SocialRequest updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
throws PortalException
- Throws:
PortalException