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

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

Uses of ObjectWithLocaleDependantFields in com.elasticpath.domain.catalog
 

Subinterfaces of ObjectWithLocaleDependantFields in com.elasticpath.domain.catalog
 interface Category
          A Category represents a collection of related Products.
 interface Product
          Product represents a merchandise product in Elastic Path.
 

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

Classes in com.elasticpath.domain.catalog.impl that implement ObjectWithLocaleDependantFields
 class CategoryImpl
          The default implementation of Category.
 class ProductImpl
          The default implementation of Product.