|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.AccountServiceWrapper
public class AccountServiceWrapper
This class is a wrapper for AccountService
.
AccountService
Constructor Summary | |
---|---|
AccountServiceWrapper(AccountService accountService)
|
Method Summary | |
---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
AccountService |
getWrappedAccountService()
Deprecated. Renamed to getWrappedService() |
AccountService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedAccountService(AccountService accountService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.AccountService) |
void |
setWrappedService(AccountService accountService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccountServiceWrapper(AccountService accountService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface AccountService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface AccountService
beanIdentifier
- the Spring bean ID for this beanpublic AccountService getWrappedAccountService()
getWrappedService()
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>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |