@ProviderType public class SocialRequestServiceWrapper extends java.lang.Object implements SocialRequestService, ServiceWrapper<SocialRequestService>
SocialRequestService.SocialRequestService| Constructor and Description |
|---|
SocialRequestServiceWrapper(SocialRequestService socialRequestService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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(java.lang.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) |
public SocialRequestServiceWrapper(SocialRequestService socialRequestService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface SocialRequestServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface SocialRequestServicebeanIdentifier - the Spring bean ID for this beanpublic SocialRequest updateRequest(long requestId, int status, ThemeDisplay themeDisplay) throws PortalException
updateRequest in interface SocialRequestServicePortalException@Deprecated public SocialRequestService getWrappedSocialRequestService()
getWrappedService()@Deprecated public void setWrappedSocialRequestService(SocialRequestService socialRequestService)
setWrappedService(com.liferay.portlet.social.service.SocialRequestService)public SocialRequestService getWrappedService()
getWrappedService in interface ServiceWrapper<SocialRequestService>public void setWrappedService(SocialRequestService socialRequestService)
setWrappedService in interface ServiceWrapper<SocialRequestService>