if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.ProducePriceSearch == "undefined") QiaoCWBW.ProducePriceSearch={};
QiaoCWBW.ProducePriceSearch_class = function() {};
Object.extend(QiaoCWBW.ProducePriceSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	show: function(size, index, sort, where) {
		return this.invoke("show", {"size":size, "index":index, "sort":sort, "where":where}, this.show.getArguments().slice(4));
	},
	BCountC: function(where) {
		return this.invoke("BCountC", {"where":where}, this.BCountC.getArguments().slice(1));
	},
	AllCity: function(cityID) {
		return this.invoke("AllCity", {"cityID":cityID}, this.AllCity.getArguments().slice(1));
	},
	AllClass: function(cityID) {
		return this.invoke("AllClass", {"cityID":cityID}, this.AllClass.getArguments().slice(1));
	},
	url: '/ajaxpro/QiaoCWBW.ProducePriceSearch,QiaoCWBW.ashx'
}));
QiaoCWBW.ProducePriceSearch = new QiaoCWBW.ProducePriceSearch_class();

