Liferay 7.0-ce-b4

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

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

Uses of AddressLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement AddressLocalService
 class AddressLocalServiceWrapper
          Provides a wrapper for AddressLocalService.
 

Methods in com.liferay.portal.service that return AddressLocalService
static AddressLocalService AddressLocalServiceUtil.getService()
           
 AddressLocalService AddressLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type AddressLocalService
 void AddressLocalServiceWrapper.setWrappedService(AddressLocalService addressLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type AddressLocalService
AddressLocalServiceWrapper(AddressLocalService addressLocalService)
           
 


Liferay 7.0-ce-b4