Liferay 6.1.10-ee-ga1

com.liferay.portal.service
Class AccountServiceWrapper

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

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

This class is a wrapper for AccountService.

See Also:
AccountService

Constructor Summary
AccountServiceWrapper(AccountService accountService)
           
 
Method Summary
 AccountService getWrappedAccountService()
          Deprecated. Renamed to getWrappedService()
 AccountService getWrappedService()
           
 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

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.10-ee-ga1