if(typeof JewelryExchange == "undefined") JewelryExchange={};
if(typeof JewelryExchange.Web == "undefined") JewelryExchange.Web={};
if(typeof JewelryExchange.Web.DiamondResults == "undefined") JewelryExchange.Web.DiamondResults={};
JewelryExchange.Web.DiamondResults_class = function() {};
Object.extend(JewelryExchange.Web.DiamondResults_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDiamondDisplayList1: function(minDiamondCarat, maxDiamondCarat, diamondShapes, minDiamondColor, maxDiamondColor, minDiamondClarity, maxDiamondClarity, minDiamondCert, maxDiamondCert, minDiamondPrice, maxDiamondPrice, startIndex, records, sortField, order) {
		return this.invoke("GetDiamondDisplayList1", {"minDiamondCarat":minDiamondCarat, "maxDiamondCarat":maxDiamondCarat, "diamondShapes":diamondShapes, "minDiamondColor":minDiamondColor, "maxDiamondColor":maxDiamondColor, "minDiamondClarity":minDiamondClarity, "maxDiamondClarity":maxDiamondClarity, "minDiamondCert":minDiamondCert, "maxDiamondCert":maxDiamondCert, "minDiamondPrice":minDiamondPrice, "maxDiamondPrice":maxDiamondPrice, "startIndex":startIndex, "records":records, "sortField":sortField, "order":order}, this.GetDiamondDisplayList1.getArguments().slice(15));
	},
	GetDiamondByGenSearch: function(storeID, SKU, status, shortTitle, longTitle, carat, shape, color, clarity, cut, certifiedBy, startIndex, records, sortField, order) {
		return this.invoke("GetDiamondByGenSearch", {"storeID":storeID, "SKU":SKU, "status":status, "shortTitle":shortTitle, "longTitle":longTitle, "carat":carat, "shape":shape, "color":color, "clarity":clarity, "cut":cut, "certifiedBy":certifiedBy, "startIndex":startIndex, "records":records, "sortField":sortField, "order":order}, this.GetDiamondByGenSearch.getArguments().slice(15));
	},
	GetDiamondCaratPricesRange: function(shape) {
		return this.invoke("GetDiamondCaratPricesRange", {"shape":shape}, this.GetDiamondCaratPricesRange.getArguments().slice(1));
	},
	url: '/ajaxpro/JewelryExchange.Web.DiamondResults,App_Web_diamondresults.aspx.cdcab7d2.ashx'
}));
JewelryExchange.Web.DiamondResults = new JewelryExchange.Web.DiamondResults_class();

