public class CatalogSearchResult extends Result implements java.io.Serializable
Constructor and Description |
---|
CatalogSearchResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getCatalogs()
This can be used to paint the left panel.
|
java.util.HashMap |
getCategoryCount()
This can be used to paint the right panel where we show the Category and result for that count
|
java.lang.Integer |
getTotalResulCount()
This can be used to get the total result returned for the catalog serahc
|
void |
setCatalogs(java.util.List catalogs) |
void |
setCategoryCount(java.util.HashMap categoryCount) |
void |
setTotalResulCount(java.lang.Integer totalResulCount) |
getException, getKey, getMessage, getNoOfRowsEffected, isStatusFlag, setException, setKey, setMessage, setNoOfRowsEffected, setStatusFlag
public java.lang.Integer getTotalResulCount()
public void setTotalResulCount(java.lang.Integer totalResulCount)
public java.util.HashMap getCategoryCount()
public void setCategoryCount(java.util.HashMap categoryCount)
public java.util.List getCatalogs()
Catalog
public void setCatalogs(java.util.List catalogs)