com.elasticpath.domain.catalogview.browsing
Interface BrowsingFilterOption

All Superinterfaces:
EpDomain, FilterOption, java.io.Serializable, Transient
All Known Implementing Classes:
BrowsingFilterOptionImpl

public interface BrowsingFilterOption
extends FilterOption

Represents a filter option in a BrowsingResult.


Method Summary
 java.lang.String getSeoUrl(Category category)
          Returns the SEO(Search Engine Optimized) url based on the given category.
 
Methods inherited from interface com.elasticpath.domain.catalogview.FilterOption
getDisplayName, getHitsNumber, getQueryString, setCatalogViewRequest, setFilter, setHitsNumber
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Method Detail

getSeoUrl

java.lang.String getSeoUrl(Category category)
Returns the SEO(Search Engine Optimized) url based on the given category. Notice that the uidPk of the given category must match the one in the browsing request.

Parameters:
category - the category
Returns:
the SEO(Search Engine Optimized) url