Liferay 6.1.2-ce-ga3

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

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

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

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


Liferay 6.1.2-ce-ga3