|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.service.impl.AbstractEpServiceImpl
com.elasticpath.service.catalogview.impl.FilterFactoryImpl
public class FilterFactoryImpl
Represet a default implementation of FilterFactory.
| Constructor Summary | |
|---|---|
FilterFactoryImpl()
|
|
| Method Summary | |
|---|---|
static AttributeValueFilter |
createAttributeFilter()
Construct the Attribute Range Filter. |
static AttributeRangeFilter |
createAttributeRangeFilter()
Construct the Attribute Range Filter. |
static PriceFilter |
createPriceFilter()
Construct the Price Range Filter with the given currency code. |
Filter |
getFilter(Filter filter)
Get the filter from the range filter cache with the given temporary filter. |
Filter |
getFilter(java.lang.String idStr)
Creates and returns a Filter based on the given identifier string. |
| Methods inherited from class com.elasticpath.service.impl.AbstractEpServiceImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Constructor Detail |
|---|
public FilterFactoryImpl()
| Method Detail |
|---|
public static AttributeValueFilter createAttributeFilter()
public static AttributeRangeFilter createAttributeRangeFilter()
public static PriceFilter createPriceFilter()
public Filter getFilter(Filter filter)
getFilter in interface FilterFactoryfilter - the temporary created filter.
public Filter getFilter(java.lang.String idStr)
throws EpCatalogViewRequestBindException
Filter based on the given identifier string.
getFilter in interface FilterFactoryidStr - the identifier string
Filter
EpCatalogViewRequestBindException - when the given identifier string is invalid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||