|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BrowsingRequest
Represents a catalog browsing request.
| Nested Class Summary | |
|---|---|
static interface |
BrowsingRequest.FilterSeoUrl
Represent a simple bean which aggregate seo urls for a filter. |
| Nested classes/interfaces inherited from interface com.elasticpath.domain.catalogview.CatalogViewRequest |
|---|
CatalogViewRequest.FilterQueryString |
| Method Summary | |
|---|---|
java.util.List |
getFilterSeoUrls(Category category)
Composes and returns a list of FilterSeoUrls for all filters specified the search request based on the given category. |
java.lang.String |
getSeoUrl(Category category)
Returns the SEO(Search Engine Optimized) url based on the given category. |
java.lang.String |
getSeoUrl(Category category,
int pageNumber)
Returns the SEO(Search Engine Optimized) url based on the given category and page number. |
java.lang.String |
getTitle(Category category)
Composes and returns a title for the browsing page. |
| Methods inherited from interface com.elasticpath.domain.catalogview.CatalogViewRequest |
|---|
addFilter, compare, filterProducts, getCategoryUid, getCurrency, getFilterIds, getFilterQueryStrings, getFilters, getLocale, getMaxReturnNumber, getQueryString, getSorter, getSorterFactory, setCategoryUid, setCurrency, setFiltersIdStr, setLocale, setMaxReturnNumber, setSorterIdStr |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
java.util.List getFilterSeoUrls(Category category)
FilterSeoUrls for all filters specified the search request based on the given category. Notice
that the uidPk of the given category must match the one in the browsing request.
category - the category
FilterSeoUrlsjava.lang.String getSeoUrl(Category category)
category - the category
java.lang.String getSeoUrl(Category category,
int pageNumber)
category - the categorypageNumber - the page number
java.lang.String getTitle(Category category)
category - the category
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||