Uses of Interface
com.elasticpath.domain.catalog.LocaleDependantFields

Packages that use LocaleDependantFields
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
 

Uses of LocaleDependantFields in com.elasticpath.domain.catalog
 

Methods in com.elasticpath.domain.catalog that return LocaleDependantFields
 LocaleDependantFields LocaleDependantFields.createFallBackLdf(java.lang.String fallBackValue)
          Creates and returns a LocaleDependantFields which contains fallback values.
 LocaleDependantFields ObjectWithLocaleDependantFields.getLocaleDependantFields(java.util.Locale locale)
          Returns the LocaleDependantFields instance of the given locale.
 LocaleDependantFields ObjectWithLocaleDependantFields.getLocaleDependantFieldsWithoutFallBack(java.util.Locale locale)
          Returns the LocaleDependantFields of the given locale without fallback values.
 

Methods in com.elasticpath.domain.catalog with parameters of type LocaleDependantFields
 void ObjectWithLocaleDependantFields.addOrUpdateLocaleDependantFields(LocaleDependantFields ldf)
          Adds or updates the given LocaleDependantFields.
 

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

Classes in com.elasticpath.domain.catalog.impl that implement LocaleDependantFields
 class LocaleDependantFieldsImpl
          This is a default implementation of LocaleDependantFields.
 

Methods in com.elasticpath.domain.catalog.impl that return LocaleDependantFields
 LocaleDependantFields LocaleDependantFieldsImpl.createFallBackLdf(java.lang.String fallBackValue)
          Creates and returns a LocaleDependantFields which contains fall back values.
 LocaleDependantFields CategoryImpl.getLocaleDependantFields(java.util.Locale locale)
          Returns the LocaleDependantFields of the given locale.
 LocaleDependantFields ProductImpl.getLocaleDependantFields(java.util.Locale locale)
          Returns the LocaleDependantFields of the given locale.
 LocaleDependantFields CategoryImpl.getLocaleDependantFieldsWithoutFallBack(java.util.Locale locale)
          Returns the LocaleDependantFields of the given locale without a fallback.
 LocaleDependantFields ProductImpl.getLocaleDependantFieldsWithoutFallBack(java.util.Locale locale)
          Returns the LocaleDependantFields of the given locale without fallback.
 

Methods in com.elasticpath.domain.catalog.impl with parameters of type LocaleDependantFields
 void CategoryImpl.addOrUpdateLocaleDependantFields(LocaleDependantFields ldf)
          Sets the LocaleDependantFields.
 void ProductImpl.addOrUpdateLocaleDependantFields(LocaleDependantFields ldf)
          Sets the LocaleDependantFields.