Uses of Interface
com.elasticpath.service.misc.PropertyService

Packages that use PropertyService
com.elasticpath.service.misc.impl   
com.elasticpath.service.shipping   
com.elasticpath.service.shipping.impl   
 

Uses of PropertyService in com.elasticpath.service.misc.impl
 

Classes in com.elasticpath.service.misc.impl that implement PropertyService
 class PropertyServiceImpl
          This service provides domain objects relating to system properties.
 

Uses of PropertyService in com.elasticpath.service.shipping
 

Methods in com.elasticpath.service.shipping that return PropertyService
 PropertyService ShippingRegionService.getPropertyService()
          Return the propertyService singleton.
 

Methods in com.elasticpath.service.shipping with parameters of type PropertyService
 void ShippingRegionService.setPropertyService(PropertyService propertyService)
          Set the propertyService singleton.
 

Uses of PropertyService in com.elasticpath.service.shipping.impl
 

Methods in com.elasticpath.service.shipping.impl that return PropertyService
 PropertyService ShippingRegionServiceImpl.getPropertyService()
          Return the propertyService singleton.
 

Methods in com.elasticpath.service.shipping.impl with parameters of type PropertyService
 void ShippingRegionServiceImpl.setPropertyService(PropertyService propertyService)
          Set the propertyService singleton.