Liferay 6.2-ce-ga5

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.getWrappedAccountLocalService()
          Deprecated. As of 6.1.0, replaced by AccountLocalServiceWrapper.getWrappedService()
 AccountLocalService AccountLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type AccountLocalService
 void AccountLocalServiceUtil.setService(AccountLocalService service)
          Deprecated. As of 6.2.0
 void AccountLocalServiceWrapper.setWrappedAccountLocalService(AccountLocalService accountLocalService)
          Deprecated. As of 6.1.0, replaced by 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.2-ce-ga5