Liferay 7.0-ce-b4

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

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

Uses of AccountLocalService in com.liferay.portal.service
 

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

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

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

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


Liferay 7.0-ce-b4