Liferay 7.0-ce-b1

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
SocialRequestServiceWrapper(SocialRequestService socialRequestService)
           
 
Method Summary
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 SocialRequestService getWrappedService()
           
 SocialRequestService getWrappedSocialRequestService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface SocialRequestService
Returns:
the OSGi service identifier

updateRequest

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

getWrappedSocialRequestService

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


setWrappedSocialRequestService

@Deprecated
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 7.0-ce-b1