Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for AccountService.
 

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

Methods in com.liferay.portal.service with parameters of type AccountService
 void AccountServiceUtil.setService(AccountService service)
          Deprecated.  
 void AccountServiceWrapper.setWrappedAccountService(AccountService accountService)
          Deprecated. Renamed to 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.1.2-ce-ga3