@ProviderType public class SocialRequestServiceWrapper extends Object implements SocialRequestService, ServiceWrapper<SocialRequestService>
SocialRequestService.SocialRequestService| Constructor and Description |
|---|
SocialRequestServiceWrapper(SocialRequestService socialRequestService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
SocialRequestService |
getWrappedService() |
void |
setWrappedService(SocialRequestService socialRequestService) |
SocialRequest |
updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay) |
public SocialRequestServiceWrapper(SocialRequestService socialRequestService)
public SocialRequest updateRequest(long requestId, int status, ThemeDisplay themeDisplay) throws PortalException
updateRequest in interface SocialRequestServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SocialRequestServicepublic SocialRequestService getWrappedService()
getWrappedService in interface ServiceWrapper<SocialRequestService>public void setWrappedService(SocialRequestService socialRequestService)
setWrappedService in interface ServiceWrapper<SocialRequestService>