@ProviderType public class AccountServiceWrapper extends java.lang.Object implements AccountService, ServiceWrapper<AccountService>
AccountService.AccountService| Constructor and Description |
|---|
AccountServiceWrapper(AccountService accountService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountService |
getWrappedAccountService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AccountService |
getWrappedService() |
void |
setWrappedAccountService(AccountService accountService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.AccountService) |
void |
setWrappedService(AccountService accountService) |
public AccountServiceWrapper(AccountService accountService)
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AccountService@Deprecated public AccountService getWrappedAccountService()
getWrappedService()@Deprecated public void setWrappedAccountService(AccountService accountService)
setWrappedService(com.liferay.portal.service.AccountService)public AccountService getWrappedService()
getWrappedService in interface ServiceWrapper<AccountService>public void setWrappedService(AccountService accountService)
setWrappedService in interface ServiceWrapper<AccountService>