Liferay 6.0-ee-sp2

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

Packages that use AccountService
com.liferay.portal.service   
 

Uses of AccountService in com.liferay.portal.service
 

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

Methods in com.liferay.portal.service that return AccountService
static AccountService AccountServiceUtil.getService()
           
 AccountService AccountServiceWrapper.getWrappedAccountService()
           
 

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

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


Liferay 6.0-ee-sp2