|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CatalogViewResultBean
Represents a bean for catalog view.
| Method Summary | |
|---|---|
CatalogViewResultHistory |
getCatalogViewResultHistory()
Returns the catalog view result history. |
CatalogViewResult |
getCurrentCatalogViewResult()
Returns the current catalog view result. |
int |
getCurrentPageNumber()
Returns the current page number. |
SearchResult |
getCurrentSearchResult()
Returns the current search result. |
java.util.List |
getProducts(int pageNumber)
Returns products at the page of the given page number. |
int |
getTotalPageNumber()
Returns the total page number. |
void |
setCatalogViewResultHistory(CatalogViewResultHistory catalogViewResults)
Sets the catalog view result history. |
void |
setCurrentCatalogViewResult(CatalogViewResult catalogViewResult)
Sets the current catalog view result. |
void |
setCurrentPageNumber(int pageNumber)
Sets the current page number. |
| Methods inherited from interface com.elasticpath.sfweb.viewbean.EpViewBean |
|---|
getElasticPath |
| Method Detail |
|---|
CatalogViewResultHistory getCatalogViewResultHistory()
CatalogViewResult getCurrentCatalogViewResult()
int getCurrentPageNumber()
SearchResult getCurrentSearchResult()
java.util.List getProducts(int pageNumber)
pageNumber - the page number
int getTotalPageNumber()
void setCatalogViewResultHistory(CatalogViewResultHistory catalogViewResults)
catalogViewResults - the catalog view result history to setvoid setCurrentCatalogViewResult(CatalogViewResult catalogViewResult)
catalogViewResult - the current catalog view resultvoid setCurrentPageNumber(int pageNumber)
pageNumber - the current page number
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||