Liferay 7.0-ce-b4

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. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

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.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type AccountService
 void AccountServiceWrapper.setWrappedService(AccountService accountService)
           
 

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

Uses of AccountService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement AccountService
 class AccountServiceBaseImpl
          Provides the base implementation for the account remote service.
 

Fields in com.liferay.portal.service.base declared as AccountService
protected  AccountService GroupServiceBaseImpl.accountService
           
protected  AccountService AccountServiceBaseImpl.accountService
           
protected  AccountService CompanyServiceBaseImpl.accountService
           
 

Methods in com.liferay.portal.service.base that return AccountService
 AccountService GroupServiceBaseImpl.getAccountService()
          Returns the account remote service.
 AccountService AccountServiceBaseImpl.getAccountService()
          Returns the account remote service.
 AccountService CompanyServiceBaseImpl.getAccountService()
          Returns the account remote service.
 

Methods in com.liferay.portal.service.base with parameters of type AccountService
 void GroupServiceBaseImpl.setAccountService(AccountService accountService)
          Sets the account remote service.
 void AccountServiceBaseImpl.setAccountService(AccountService accountService)
          Sets the account remote service.
 void CompanyServiceBaseImpl.setAccountService(AccountService accountService)
          Sets the account remote service.
 

Uses of AccountService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement AccountService
 class AccountServiceImpl
           
 


Liferay 7.0-ce-b4