Liferay 7.0-ce-a3

com.liferay.portal.service
Class AccountServiceWrapper

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

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

Provides 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 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)
           
 
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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface AccountService
Returns:
the OSGi service identifier

getWrappedAccountService

@Deprecated
public AccountService getWrappedAccountService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedAccountService

@Deprecated
public void setWrappedAccountService(AccountService accountService)
Deprecated. As of 6.1.0, replaced by 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 7.0-ce-a3