public class OAuthUserServiceWrapper extends java.lang.Object implements OAuthUserService, com.liferay.portal.kernel.service.ServiceWrapper<OAuthUserService>
OAuthUserService.OAuthUserService| Constructor and Description |
|---|
OAuthUserServiceWrapper(OAuthUserService oAuthUserService) |
| Modifier and Type | Method and Description |
|---|---|
OAuthUser |
addOAuthUser(java.lang.String consumerKey,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
OAuthUser |
deleteOAuthUser(long oAuthApplicationId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
OAuthUserService |
getWrappedService() |
void |
setWrappedService(OAuthUserService oAuthUserService) |
public OAuthUserServiceWrapper(OAuthUserService oAuthUserService)
public OAuthUser addOAuthUser(java.lang.String consumerKey, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addOAuthUser in interface OAuthUserServicecom.liferay.portal.kernel.exception.PortalExceptionpublic OAuthUser deleteOAuthUser(long oAuthApplicationId) throws com.liferay.portal.kernel.exception.PortalException
deleteOAuthUser in interface OAuthUserServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface OAuthUserServicepublic OAuthUserService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<OAuthUserService>public void setWrappedService(OAuthUserService oAuthUserService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<OAuthUserService>