com.liferay.portlet.social.service.impl
Class SocialRequestServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.social.service.base.SocialRequestServiceBaseImpl
com.liferay.portlet.social.service.impl.SocialRequestServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.social.kernel.service.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 |
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
|
Method Summary |
com.liferay.social.kernel.model.SocialRequest |
updateRequest(long requestId,
int status,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
|
| 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 com.liferay.portal.kernel.service.BaseServiceImpl |
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialRequestServiceImpl
public SocialRequestServiceImpl()
updateRequest
public com.liferay.social.kernel.model.SocialRequest updateRequest(long requestId,
int status,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException