addNamespace("f54u.web");
f54u.web.AjaxAllMethod_class = Class.create();
f54u.web.AjaxAllMethod_class.prototype = (new AjaxPro.Request()).extend({
	GetStationStringBySearches: function(cityID, searches, active, callback) {
		return this.invoke("GetStationStringBySearches", {"cityID":cityID, "searches":searches, "active":active}, callback);
	},
	GetTravelList: function(callback) {
		return this.invoke("GetTravelList", {}, callback);
	},
	GetTravelListByAreaAndName: function(areaID, name, callback) {
		return this.invoke("GetTravelListByAreaAndName", {"areaID":areaID, "name":name}, callback);
	},
	dsTravelBySearches: function(cityID, areaID, searches, callback) {
		return this.invoke("dsTravelBySearches", {"cityID":cityID, "areaID":areaID, "searches":searches}, callback);
	},
	GetIsExistUser: function(userName, callback) {
		return this.invoke("GetIsExistUser", {"userName":userName}, callback);
	},
	GetStationBySearches: function(searches, cityID, type, callback) {
		return this.invoke("GetStationBySearches", {"searches":searches, "cityID":cityID, "type":type}, callback);
	},
	GetAllStationBySearches: function(cityID, searches, callback) {
		return this.invoke("GetAllStationBySearches", {"cityID":cityID, "searches":searches}, callback);
	},
	GetTravelsItems: function(cityID, areaID, searches, callback) {
		return this.invoke("GetTravelsItems", {"cityID":cityID, "areaID":areaID, "searches":searches}, callback);
	},
	GetAreaInfo: function(provinceID, callback) {
		return this.invoke("GetAreaInfo", {"provinceID":provinceID}, callback);
	},
	GetBusNumBySearches: function(searches, cityID, callback) {
		return this.invoke("GetBusNumBySearches", {"searches":searches, "cityID":cityID}, callback);
	},
	GetUndergroundStation: function(searches, cityID, callback) {
		return this.invoke("GetUndergroundStation", {"searches":searches, "cityID":cityID}, callback);
	},
	JugeAndGetWeatherString: function(cityID, callback) {
		return this.invoke("JugeAndGetWeatherString", {"cityID":cityID}, callback);
	},
	WiriteWeatherString: function(weather, cityID, callback) {
		return this.invoke("WiriteWeatherString", {"weather":weather, "cityID":cityID}, callback);
	},
	GetSJQ_TQ: function(callback) {
		return this.invoke("GetSJQ_TQ", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/f54u.web.AjaxAllMethod,App_Code.htquk__a.ashx";
	}
})
f54u.web.AjaxAllMethod = new f54u.web.AjaxAllMethod_class();

