@ProviderType public class AnonymousUserServiceWrapper extends java.lang.Object implements AnonymousUserService, com.liferay.portal.kernel.service.ServiceWrapper<AnonymousUserService>
AnonymousUserService.AnonymousUserService| Constructor and Description |
|---|
AnonymousUserServiceWrapper(AnonymousUserService anonymousUserService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AnonymousUserService |
getWrappedService() |
void |
setWrappedService(AnonymousUserService anonymousUserService) |
public AnonymousUserServiceWrapper(AnonymousUserService anonymousUserService)
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AnonymousUserServicepublic AnonymousUserService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AnonymousUserService>public void setWrappedService(AnonymousUserService anonymousUserService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AnonymousUserService>