Uses of Interface
com.elasticpath.domain.catalogview.LeafNode

Packages that use LeafNode
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
com.elasticpath.domain.catalogview   
com.elasticpath.domain.catalogview.impl   
 

Uses of LeafNode in com.elasticpath.domain.catalog
 

Subinterfaces of LeafNode in com.elasticpath.domain.catalog
 interface Product
          Product represents a merchandise product in Elastic Path.
 

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

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

Uses of LeafNode in com.elasticpath.domain.catalogview
 

Subinterfaces of LeafNode in com.elasticpath.domain.catalogview
 interface ProductAdaptorForAttributeRangeFilter
          Represents an adaptor of a Product to a LeafNode, which can be put under AttributeFilter.
 interface ProductAdaptorForFilter
          Represents an adaptor of a Product to a LeafNode, which can be put under Filter.
 interface ProductAdaptorForPriceFilter
          Represents an adaptor of a Product to a LeafNode, which can be put under PriceFilter.
 

Uses of LeafNode in com.elasticpath.domain.catalogview.impl
 

Classes in com.elasticpath.domain.catalogview.impl that implement LeafNode
 class AbstractProductAdaptorForFilterImpl
          This is a default implementation of ProductAdaptorForPriceFilter.
 class ProductAdaptorForAttributeRangeFilterImpl
          This is a default implementation of ProductAdaptorForAttributeFilter.
 class ProductAdaptorForPriceFilterImpl
          This is a default implementation of ProductAdaptorForPriceFilter.