public class SocialRequestServiceWrapper extends Object implements ServiceWrapper<SocialRequestService>, 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 String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SocialRequestServicepublic SocialRequest updateRequest(long requestId, int status, ThemeDisplay themeDisplay) throws PortalException
updateRequest in interface SocialRequestServicePortalExceptionpublic SocialRequestService getWrappedService()
getWrappedService in interface ServiceWrapper<SocialRequestService>public void setWrappedService(SocialRequestService socialRequestService)
setWrappedService in interface ServiceWrapper<SocialRequestService>