if(typeof _Default == "undefined") _Default={};
_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPriceList: function(typeID, searchName, market, productArea, dtBegin, dtEnd, priceLow, priceHigh, pageIndex, pageSize) {
		return this.invoke("GetPriceList", {"typeID":typeID, "searchName":searchName, "market":market, "productArea":productArea, "dtBegin":dtBegin, "dtEnd":dtEnd, "priceLow":priceLow, "priceHigh":priceHigh, "pageIndex":pageIndex, "pageSize":pageSize}, this.GetPriceList.getArguments().slice(10));
	},
	GetPriceCount: function(typeID, searchName, market, productArea, dtBegin, dtEnd, priceLow, priceHigh) {
		return this.invoke("GetPriceCount", {"typeID":typeID, "searchName":searchName, "market":market, "productArea":productArea, "dtBegin":dtBegin, "dtEnd":dtEnd, "priceLow":priceLow, "priceHigh":priceHigh}, this.GetPriceCount.getArguments().slice(8));
	},
	GetPriceMarketList: function(typeID, searchName, productArea, dtBegin, dtEnd, priceLow, priceHigh) {
		return this.invoke("GetPriceMarketList", {"typeID":typeID, "searchName":searchName, "productArea":productArea, "dtBegin":dtBegin, "dtEnd":dtEnd, "priceLow":priceLow, "priceHigh":priceHigh}, this.GetPriceMarketList.getArguments().slice(7));
	},
	GetSearchClew: function(typeID, searchName) {
		return this.invoke("GetSearchClew", {"typeID":typeID, "searchName":searchName}, this.GetSearchClew.getArguments().slice(2));
	},
	GetString: function(key, id) {
		return this.invoke("GetString", {"key":key, "id":id}, this.GetString.getArguments().slice(2));
	},
	url: '/ajaxpro/_Default,App_Web_rwzx932t.ashx'
}));
_Default = new _Default_class();

