|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.social.service.SocialRequestServiceWrapper
@ProviderType public class SocialRequestServiceWrapper
Provides a wrapper for SocialRequestService
.
SocialRequestService
Constructor Summary | |
---|---|
SocialRequestServiceWrapper(SocialRequestService socialRequestService)
|
Method Summary | |
---|---|
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(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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SocialRequestServiceWrapper(SocialRequestService socialRequestService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface SocialRequestService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface SocialRequestService
beanIdentifier
- the Spring bean ID for this beanpublic SocialRequest updateRequest(long requestId, int status, ThemeDisplay themeDisplay) throws PortalException, SystemException
updateRequest
in interface SocialRequestService
PortalException
SystemException
public SocialRequestService getWrappedSocialRequestService()
getWrappedService()
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>
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |