Liferay 6.2-ce-ga5

com.liferay.portlet.social.service
Class SocialRequestServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.social.service.SocialRequestServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<SocialRequestService>, SocialRequestService

@ProviderType
public class SocialRequestServiceWrapper
extends Object
implements SocialRequestService, ServiceWrapper<SocialRequestService>

Provides a wrapper for SocialRequestService.

See Also:
SocialRequestService

Constructor Summary
SocialRequestServiceWrapper(SocialRequestService socialRequestService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 SocialRequestService getWrappedService()
           
 SocialRequestService getWrappedSocialRequestService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(SocialRequestService socialRequestService)
           
 void setWrappedSocialRequestService(SocialRequestService socialRequestService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.social.service.SocialRequestService)
 SocialRequest updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRequestServiceWrapper

public SocialRequestServiceWrapper(SocialRequestService socialRequestService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface SocialRequestService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface SocialRequestService
Parameters:
beanIdentifier - the Spring bean ID for this bean

updateRequest

public SocialRequest updateRequest(long requestId,
                                   int status,
                                   ThemeDisplay themeDisplay)
                            throws PortalException,
                                   SystemException
Specified by:
updateRequest in interface SocialRequestService
Throws:
PortalException
SystemException

getWrappedSocialRequestService

public SocialRequestService getWrappedSocialRequestService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedSocialRequestService

public void setWrappedSocialRequestService(SocialRequestService socialRequestService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.social.service.SocialRequestService)


getWrappedService

public SocialRequestService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<SocialRequestService>

setWrappedService

public void setWrappedService(SocialRequestService socialRequestService)
Specified by:
setWrappedService in interface ServiceWrapper<SocialRequestService>

Liferay 6.2-ce-ga5