Liferay 7.0-ce-b4

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()
           
 void setWrappedService(SocialRequestService 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

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-b4