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

Packages that use RangeFilter
com.elasticpath.domain.catalogview   
com.elasticpath.domain.catalogview.impl   
 

Uses of RangeFilter in com.elasticpath.domain.catalogview
 

Subinterfaces of RangeFilter 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.
 

Methods in com.elasticpath.domain.catalogview that return RangeFilter
 RangeFilter RangeFilter.getParent()
          Get the parent filter of this filter.
 

Methods in com.elasticpath.domain.catalogview with parameters of type RangeFilter
 void RangeFilter.addChild(RangeFilter childFilter)
          Add the given filter as a child.
 boolean RangeFilter.contains(RangeFilter filter)
          Returns true if this filter contains the given filter.
 void RangeFilter.setParent(RangeFilter parent)
          Set the parent filter of this filter.
 

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

Classes in com.elasticpath.domain.catalogview.impl that implement RangeFilter
 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 RangeFilter
 RangeFilter AbstractRangeFilterImpl.getParent()
          Get the parent filter of this filter.
 

Methods in com.elasticpath.domain.catalogview.impl with parameters of type RangeFilter
 void AbstractRangeFilterImpl.addChild(RangeFilter childFilter)
          Add the given filter as a child.
 boolean AbstractRangeFilterImpl.contains(RangeFilter rangeFilter)
          Returns true if this price filter contains the given price filter.
 void AbstractRangeFilterImpl.setParent(RangeFilter parent)
          Set the parent filter of this filter.