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

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

Uses of BranchNode in com.elasticpath.domain.catalog
 

Subinterfaces of BranchNode in com.elasticpath.domain.catalog
 interface Category
          A Category represents a collection of related Products.
 

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

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

Methods in com.elasticpath.domain.catalog.impl that return BranchNode
 BranchNode ProductImpl.getBranchNode()
          Returns the branch node.
 

Uses of BranchNode in com.elasticpath.domain.catalogview
 

Subinterfaces of BranchNode in com.elasticpath.domain.catalogview
 interface AttributeRangeFilter
          The AttributeRangeFilter represents the attribute filter with a range predefined.
 interface PriceFilter
          Represents a filter on product price.
 interface RangeFilter
          This defines the filter which has a range value.
 

Methods in com.elasticpath.domain.catalogview that return BranchNode
 BranchNode LeafNode.getBranchNode()
          Returns the branch node.
 

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

Classes in com.elasticpath.domain.catalogview.impl that implement BranchNode
 class AbstractRangeFilterImpl
          The abstract range filter implement.
 class AttributeRangeFilterImpl
          The attribute filter with a range defined.
 class PriceFilterImpl
          This class is a filter implementation on the product price.
 

Methods in com.elasticpath.domain.catalogview.impl that return BranchNode
abstract  BranchNode AbstractProductAdaptorForFilterImpl.getBranchNode()
          Returns the branch node.
 BranchNode ProductAdaptorForPriceFilterImpl.getBranchNode()
          Returns the branch node.
 BranchNode ProductAdaptorForAttributeRangeFilterImpl.getBranchNode()
          Returns the branch node.