Liferay 7.0-ce-b4

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

Packages that use AddressService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of AddressService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement AddressService
 class AddressServiceWrapper
          Provides a wrapper for AddressService.
 

Methods in com.liferay.portal.service that return AddressService
static AddressService AddressServiceUtil.getService()
           
 AddressService AddressServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type AddressService
 void AddressServiceWrapper.setWrappedService(AddressService addressService)
           
 

Constructors in com.liferay.portal.service with parameters of type AddressService
AddressServiceWrapper(AddressService addressService)
           
 

Uses of AddressService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement AddressService
 class AddressServiceBaseImpl
          Provides the base implementation for the address remote service.
 

Fields in com.liferay.portal.service.base declared as AddressService
protected  AddressService AddressServiceBaseImpl.addressService
           
protected  AddressService ContactServiceBaseImpl.addressService
           
protected  AddressService OrganizationServiceBaseImpl.addressService
           
 

Methods in com.liferay.portal.service.base that return AddressService
 AddressService AddressServiceBaseImpl.getAddressService()
          Returns the address remote service.
 AddressService ContactServiceBaseImpl.getAddressService()
          Returns the address remote service.
 AddressService OrganizationServiceBaseImpl.getAddressService()
          Returns the address remote service.
 

Methods in com.liferay.portal.service.base with parameters of type AddressService
 void AddressServiceBaseImpl.setAddressService(AddressService addressService)
          Sets the address remote service.
 void ContactServiceBaseImpl.setAddressService(AddressService addressService)
          Sets the address remote service.
 void OrganizationServiceBaseImpl.setAddressService(AddressService addressService)
          Sets the address remote service.
 

Uses of AddressService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement AddressService
 class AddressServiceImpl
           
 


Liferay 7.0-ce-b4