addNamespace("GrowthStage.Sierra.Web");
GrowthStage.Sierra.Web.Floodwatch_default_class = Class.create();
Object.extend(GrowthStage.Sierra.Web.Floodwatch_default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	NewRiverBasinQuery: function() {
		return this.invoke("NewRiverBasinQuery", {}, this.NewRiverBasinQuery.getArguments().slice(0));
	},
	ExecuteRiverBasinQuery: function(rbq) {
		return this.invoke("ExecuteRiverBasinQuery", {"rbq":rbq}, this.ExecuteRiverBasinQuery.getArguments().slice(1));
	},
	GetMonthlyChart: function() {
		return this.invoke("GetMonthlyChart", {}, this.GetMonthlyChart.getArguments().slice(0));
	},
	GetDailyChart: function() {
		return this.invoke("GetDailyChart", {}, this.GetDailyChart.getArguments().slice(0));
	},
	GetWaterFlowMonthlyChart: function() {
		return this.invoke("GetWaterFlowMonthlyChart", {}, this.GetWaterFlowMonthlyChart.getArguments().slice(0));
	},
	GetWaterFlowDailyChart: function() {
		return this.invoke("GetWaterFlowDailyChart", {}, this.GetWaterFlowDailyChart.getArguments().slice(0));
	},
	IsDuplicateLogon: function() {
		return this.invoke("IsDuplicateLogon", {}, this.IsDuplicateLogon.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/GrowthStage.Sierra.Web.Floodwatch_default,App_Web_fhf6d4ml.ashx';
	}
}));
GrowthStage.Sierra.Web.Floodwatch_default = new GrowthStage.Sierra.Web.Floodwatch_default_class();

