|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.sfweb.viewbean.impl.EpViewBeanImpl
com.elasticpath.sfweb.viewbean.impl.CatalogViewResultBeanImpl
public class CatalogViewResultBeanImpl
Represents a bean implementation for catalog view view.
| Constructor Summary | |
|---|---|
CatalogViewResultBeanImpl()
|
|
| Method Summary | |
|---|---|
CatalogViewResultHistory |
getCatalogViewResultHistory()
Returns the catalog view result history. |
CatalogViewResult |
getCurrentCatalogViewResult()
Returns the current catalog view result. |
int |
getCurrentPageNumber()
Returns the page number. |
SearchResult |
getCurrentSearchResult()
Returns the current search result. |
java.util.List |
getProducts(int inPageNumber)
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 page number. |
| Methods inherited from class com.elasticpath.sfweb.viewbean.impl.EpViewBeanImpl |
|---|
getElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.sfweb.viewbean.EpViewBean |
|---|
getElasticPath |
| Constructor Detail |
|---|
public CatalogViewResultBeanImpl()
| Method Detail |
|---|
public CatalogViewResultHistory getCatalogViewResultHistory()
getCatalogViewResultHistory in interface CatalogViewResultBeanpublic CatalogViewResult getCurrentCatalogViewResult()
getCurrentCatalogViewResult in interface CatalogViewResultBeanpublic int getCurrentPageNumber()
getCurrentPageNumber in interface CatalogViewResultBeanpublic SearchResult getCurrentSearchResult()
getCurrentSearchResult in interface CatalogViewResultBeanpublic java.util.List getProducts(int inPageNumber)
getProducts in interface CatalogViewResultBeaninPageNumber - the page number
public int getTotalPageNumber()
getTotalPageNumber in interface CatalogViewResultBeanpublic void setCatalogViewResultHistory(CatalogViewResultHistory catalogViewResults)
setCatalogViewResultHistory in interface CatalogViewResultBeancatalogViewResults - the catalog view result history to setpublic void setCurrentCatalogViewResult(CatalogViewResult catalogViewResult)
setCurrentCatalogViewResult in interface CatalogViewResultBeancatalogViewResult - the current catalog view resultpublic void setCurrentPageNumber(int pageNumber)
setCurrentPageNumber in interface CatalogViewResultBeanpageNumber - the page number
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||