Class SocialRequestServiceImpl
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
Provides the remote service for updating social requests. Its methods include
permission checks.
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portlet.social.service.base.SocialRequestServiceBaseImpl
counterLocalService, socialRequestLocalService, socialRequestPersistence, socialRequestService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.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, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getSocialRequestLocalService, getSocialRequestPersistence, getSocialRequestService, runSQL, setCounterLocalService, setSocialRequestLocalService, setSocialRequestPersistence, setSocialRequestService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
SocialRequestServiceImpl
public SocialRequestServiceImpl()
-
-
Method Details
-
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
-