Hashtable<String, Object> queryHash,
Hashtable<String, Object> productTypeHash,
int pageNum) throws CatalogException {
ProductType type = XmlRpcStructFactory
.getProductTypeFromXmlRpc(productTypeHash);
Query query = XmlRpcStructFactory.getQueryFromXmlRpc(queryHash);
ProductPage prodPage = null;
try {
prodPage = catalog.pagedQuery(this.getCatalogQuery(query, type), type, pageNum);