if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.UserSearchResult == "undefined") QiaoCWBW.UserSearchResult={};
QiaoCWBW.UserSearchResult_class = function() {};
Object.extend(QiaoCWBW.UserSearchResult_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	All_class: function(fid) {
		return this.invoke("All_class", {"fid":fid}, this.All_class.getArguments().slice(1));
	},
	All_city: function(fid) {
		return this.invoke("All_city", {"fid":fid}, this.All_city.getArguments().slice(1));
	},
	GET_level2_CITY_NameID: function(city) {
		return this.invoke("GET_level2_CITY_NameID", {"city":city}, this.GET_level2_CITY_NameID.getArguments().slice(1));
	},
	BCount: function(where) {
		return this.invoke("BCount", {"where":where}, this.BCount.getArguments().slice(1));
	},
	showResult: function(size, index, sort, where) {
		return this.invoke("showResult", {"size":size, "index":index, "sort":sort, "where":where}, this.showResult.getArguments().slice(4));
	},
	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));
	},
	AllState: function(cityID) {
		return this.invoke("AllState", {"cityID":cityID}, this.AllState.getArguments().slice(1));
	},
	AllType: function() {
		return this.invoke("AllType", {}, this.AllType.getArguments().slice(0));
	},
	Encrypt: function(str) {
		return this.invoke("Encrypt", {"str":str}, this.Encrypt.getArguments().slice(1));
	},
	Decrypt: function(str) {
		return this.invoke("Decrypt", {"str":str}, this.Decrypt.getArguments().slice(1));
	},
	GET_CITY_NAME: function(CITY_ID) {
		return this.invoke("GET_CITY_NAME", {"CITY_ID":CITY_ID}, this.GET_CITY_NAME.getArguments().slice(1));
	},
	GET_ITEMCLASS_NAME: function(USER_DJ_ID) {
		return this.invoke("GET_ITEMCLASS_NAME", {"USER_DJ_ID":USER_DJ_ID}, this.GET_ITEMCLASS_NAME.getArguments().slice(1));
	},
	GET_ITEMTYPE_NAME: function(INDUSTRY_ID) {
		return this.invoke("GET_ITEMTYPE_NAME", {"INDUSTRY_ID":INDUSTRY_ID}, this.GET_ITEMTYPE_NAME.getArguments().slice(1));
	},
	GET_ITEMSTATE_NAME: function(UTYPE_ID) {
		return this.invoke("GET_ITEMSTATE_NAME", {"UTYPE_ID":UTYPE_ID}, this.GET_ITEMSTATE_NAME.getArguments().slice(1));
	},
	url: '/ajaxpro/QiaoCWBW.UserSearchResult,QiaoCWBW.ashx'
}));
QiaoCWBW.UserSearchResult = new QiaoCWBW.UserSearchResult_class();

