Liferay 7.0-ga1 portal-impl

com.liferay.portlet.social.service.impl
Class SocialRequestServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portlet.social.service.base.SocialRequestServiceBaseImpl
          extended by 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.


Field Summary
 
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
 
Constructor Summary
SocialRequestServiceImpl()
           
 
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
 

Constructor Detail

SocialRequestServiceImpl

public SocialRequestServiceImpl()
Method Detail

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

Liferay 7.0-ga1 portal-impl