Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.service.AccountService

Packages that use AccountService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of AccountService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement AccountService
 class AccountServiceWrapper
          Provides a wrapper for AccountService.
 

Methods in com.liferay.portal.service that return AccountService
static AccountService AccountServiceUtil.getService()
           
 AccountService AccountServiceWrapper.getWrappedAccountService()
          Deprecated. As of 6.1.0, replaced by AccountServiceWrapper.getWrappedService()
 AccountService AccountServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type AccountService
 void AccountServiceUtil.setService(AccountService service)
          Deprecated. As of 6.2.0
 void AccountServiceWrapper.setWrappedAccountService(AccountService accountService)
          Deprecated. As of 6.1.0, replaced by AccountServiceWrapper.setWrappedService(com.liferay.portal.service.AccountService)
 void AccountServiceWrapper.setWrappedService(AccountService accountService)
           
 

Constructors in com.liferay.portal.service with parameters of type AccountService
AccountServiceWrapper(AccountService accountService)
           
 


Liferay 6.2-ce-ga5