Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class AccountServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.AccountServiceWrapper
All Implemented Interfaces:
AccountService, BaseService, ServiceWrapper<AccountService>

public class AccountServiceWrapper
extends Object
implements AccountService, ServiceWrapper<AccountService>

This class is a wrapper for AccountService.

See Also:
AccountService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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

AccountServiceWrapper

public AccountServiceWrapper(AccountService accountService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface AccountService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface AccountService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getWrappedAccountService

public AccountService getWrappedAccountService()
Deprecated. Renamed to getWrappedService()


setWrappedAccountService

public void setWrappedAccountService(AccountService accountService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.AccountService)


getWrappedService

public AccountService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<AccountService>

setWrappedService

public void setWrappedService(AccountService accountService)
Specified by:
setWrappedService in interface ServiceWrapper<AccountService>

Liferay 6.1.2-ce-ga3