Uses of Interface
com.elasticpath.domain.misc.LocalizedProperties

Packages that use LocalizedProperties
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
com.elasticpath.domain.misc.impl   
com.elasticpath.domain.shipping   
com.elasticpath.domain.shipping.impl   
com.elasticpath.domain.skuconfiguration   
com.elasticpath.domain.skuconfiguration.impl   
com.elasticpath.domain.tax   
com.elasticpath.domain.tax.impl   
com.elasticpath.sfweb.ajax.bean.impl   
 

Uses of LocalizedProperties in com.elasticpath.domain.catalog
 

Methods in com.elasticpath.domain.catalog that return LocalizedProperties
 LocalizedProperties Brand.getLocalizedProperties()
          Returns the LocalizedProperties.
 

Uses of LocalizedProperties in com.elasticpath.domain.catalog.impl
 

Methods in com.elasticpath.domain.catalog.impl that return LocalizedProperties
 LocalizedProperties BrandImpl.getLocalizedProperties()
          Returns the LocalizedProperties.
 

Methods in com.elasticpath.domain.catalog.impl with parameters of type LocalizedProperties
 void BrandImpl.setLocalizedProperties(LocalizedProperties localizedProperties)
          Sets the LocalizedProperties.
 

Uses of LocalizedProperties in com.elasticpath.domain.misc.impl
 

Classes in com.elasticpath.domain.misc.impl that implement LocalizedProperties
 class LocalizedPropertiesImpl
          Represents a default implementation of LocalizedProperties.
 

Uses of LocalizedProperties in com.elasticpath.domain.shipping
 

Methods in com.elasticpath.domain.shipping that return LocalizedProperties
 LocalizedProperties ShippingServiceLevel.getLocalizedProperties()
          Returns the LocalizedProperties.
 

Uses of LocalizedProperties in com.elasticpath.domain.shipping.impl
 

Methods in com.elasticpath.domain.shipping.impl that return LocalizedProperties
 LocalizedProperties ShippingServiceLevelImpl.getLocalizedProperties()
          Returns the LocalizedProperties.
 

Methods in com.elasticpath.domain.shipping.impl with parameters of type LocalizedProperties
 void ShippingServiceLevelImpl.setLocalizedProperties(LocalizedProperties localizedProperties)
          Sets the LocalizedProperties.
 

Uses of LocalizedProperties in com.elasticpath.domain.skuconfiguration
 

Methods in com.elasticpath.domain.skuconfiguration that return LocalizedProperties
 LocalizedProperties SkuOptionValue.getLocalizedProperties()
          Returns the LocalizedProperties.
 LocalizedProperties SkuOption.getLocalizedProperties()
          Returns the LocalizedProperties.
 

Uses of LocalizedProperties in com.elasticpath.domain.skuconfiguration.impl
 

Methods in com.elasticpath.domain.skuconfiguration.impl that return LocalizedProperties
 LocalizedProperties SkuOptionImpl.getLocalizedProperties()
          Returns the LocalizedProperties.
 LocalizedProperties SkuOptionValueImpl.getLocalizedProperties()
          Returns the LocalizedProperties.
 

Methods in com.elasticpath.domain.skuconfiguration.impl with parameters of type LocalizedProperties
 void SkuOptionImpl.setLocalizedProperties(LocalizedProperties localizedProperties)
          Sets the LocalizedProperties.
 void SkuOptionValueImpl.setLocalizedProperties(LocalizedProperties localizedProperties)
          Sets the LocalizedProperties.
 

Uses of LocalizedProperties in com.elasticpath.domain.tax
 

Methods in com.elasticpath.domain.tax that return LocalizedProperties
 LocalizedProperties TaxCategory.getLocalizedProperties()
          Returns the LocalizedProperties, i.e.
 

Methods in com.elasticpath.domain.tax with parameters of type LocalizedProperties
 void TaxCategory.setLocalizedProperties(LocalizedProperties localizedProperties)
          Set the LocalizedProperties, i.e.
 

Uses of LocalizedProperties in com.elasticpath.domain.tax.impl
 

Methods in com.elasticpath.domain.tax.impl that return LocalizedProperties
 LocalizedProperties TaxCategoryImpl.getLocalizedProperties()
          Returns the LocalizedProperties, i.e.
 

Methods in com.elasticpath.domain.tax.impl with parameters of type LocalizedProperties
 void TaxCategoryImpl.setLocalizedProperties(LocalizedProperties localizedProperties)
          Set the LocalizedProperties, i.e.
 

Uses of LocalizedProperties in com.elasticpath.sfweb.ajax.bean.impl
 

Methods in com.elasticpath.sfweb.ajax.bean.impl that return LocalizedProperties
 LocalizedProperties ShippingServiceLevelBeanImpl.getLocalizedProperties()
          Returns the LocalizedProperties.