Liferay 6.0-ee-sp2

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

Packages that use AccountLocalService
com.liferay.portal.service   
 

Uses of AccountLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement AccountLocalService
 class AccountLocalServiceWrapper
           This class is a wrapper for AccountLocalService.
 

Methods in com.liferay.portal.service that return AccountLocalService
static AccountLocalService AccountLocalServiceUtil.getService()
           
 AccountLocalService AccountLocalServiceWrapper.getWrappedAccountLocalService()
           
 

Methods in com.liferay.portal.service with parameters of type AccountLocalService
 void AccountLocalServiceUtil.setService(AccountLocalService service)
           
 void AccountLocalServiceWrapper.setWrappedAccountLocalService(AccountLocalService accountLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type AccountLocalService
AccountLocalServiceWrapper(AccountLocalService accountLocalService)
           
 


Liferay 6.0-ee-sp2