@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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
AccountService |
getWrappedAccountService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AccountService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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 getBeanIdentifier()
getBeanIdentifier in interface AccountServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AccountServicebeanIdentifier - the Spring bean ID for this bean@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>