Uses of Class
com.elasticpath.domain.catalogview.CatalogViewRequestUnmatchException

Packages that use CatalogViewRequestUnmatchException
com.elasticpath.domain.catalogview   
com.elasticpath.domain.catalogview.browsing.impl   
com.elasticpath.domain.catalogview.search.impl   
 

Uses of CatalogViewRequestUnmatchException in com.elasticpath.domain.catalogview
 

Methods in com.elasticpath.domain.catalogview that throw CatalogViewRequestUnmatchException
 int CatalogViewRequest.compare(CatalogViewRequest searchRequest)
          Compares this search requet with the given search request.
 

Uses of CatalogViewRequestUnmatchException in com.elasticpath.domain.catalogview.browsing.impl
 

Methods in com.elasticpath.domain.catalogview.browsing.impl that throw CatalogViewRequestUnmatchException
 int BrowsingRequestImpl.compare(CatalogViewRequest browsingRequest)
          Compares this search requet with the given search request.
 

Uses of CatalogViewRequestUnmatchException in com.elasticpath.domain.catalogview.search.impl
 

Methods in com.elasticpath.domain.catalogview.search.impl that throw CatalogViewRequestUnmatchException
 int SearchRequestImpl.compare(CatalogViewRequest searchRequest)
          Compares this search requet with the given search request.