addNamespace("Localmation.CRM.Components.BusApp.LocalmationApp");
Localmation.CRM.Components.BusApp.LocalmationApp.Localmation_App_class = Class.create();
Object.extend(Localmation.CRM.Components.BusApp.LocalmationApp.Localmation_App_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetIpArea: function() {
		return this.invoke("GetIpArea", {}, this.GetIpArea.getArguments().slice(0));
	},
	FindIpArea: function() {
		return this.invoke("FindIpArea", {}, this.FindIpArea.getArguments().slice(0));
	},
	RegisterExists: function(UidOrLocalmationId, Category) {
		return this.invoke("RegisterExists", {"UidOrLocalmationId":UidOrLocalmationId, "Category":Category}, this.RegisterExists.getArguments().slice(2));
	},
	RegisterPasswordCheck: function(UidOrLocalmationId, Category, Password) {
		return this.invoke("RegisterPasswordCheck", {"UidOrLocalmationId":UidOrLocalmationId, "Category":Category, "Password":Password}, this.RegisterPasswordCheck.getArguments().slice(3));
	},
	CheckValidateEqual: function(ValidateCodeStr) {
		return this.invoke("CheckValidateEqual", {"ValidateCodeStr":ValidateCodeStr}, this.CheckValidateEqual.getArguments().slice(1));
	},
	ShowInitLoginInfo: function(DirName) {
		return this.invoke("ShowInitLoginInfo", {"DirName":DirName}, this.ShowInitLoginInfo.getArguments().slice(1));
	},
	LoginSuccessSet: function(UidOrLocalmationId, LoginType, IsAutoLogin, DirName) {
		return this.invoke("LoginSuccessSet", {"UidOrLocalmationId":UidOrLocalmationId, "LoginType":LoginType, "IsAutoLogin":IsAutoLogin, "DirName":DirName}, this.LoginSuccessSet.getArguments().slice(4));
	},
	SetCookieAreaCode: function(AreaCode) {
		return this.invoke("SetCookieAreaCode", {"AreaCode":AreaCode}, this.SetCookieAreaCode.getArguments().slice(1));
	},
	SaveNavigateMenu: function(NavigateStr) {
		return this.invoke("SaveNavigateMenu", {"NavigateStr":NavigateStr}, this.SaveNavigateMenu.getArguments().slice(1));
	},
	GetCurLocalmation: function() {
		return this.invoke("GetCurLocalmation", {}, this.GetCurLocalmation.getArguments().slice(0));
	},
	UserIsLogin: function() {
		return this.invoke("UserIsLogin", {}, this.UserIsLogin.getArguments().slice(0));
	},
	GetDirectoryIdStr: function(AreaCode, Path_IdStr) {
		return this.invoke("GetDirectoryIdStr", {"AreaCode":AreaCode, "Path_IdStr":Path_IdStr}, this.GetDirectoryIdStr.getArguments().slice(2));
	},
	GetAreaName: function(AreaCode) {
		return this.invoke("GetAreaName", {"AreaCode":AreaCode}, this.GetAreaName.getArguments().slice(1));
	},
	Getconsume: function(StartTime_value, EndTime_value, radiotype, Hour, Minute, Week, Day_value, price, Tag) {
		return this.invoke("Getconsume", {"StartTime_value":StartTime_value, "EndTime_value":EndTime_value, "radiotype":radiotype, "Hour":Hour, "Minute":Minute, "Week":Week, "Day_value":Day_value, "price":price, "Tag":Tag}, this.Getconsume.getArguments().slice(9));
	},
	GetTotalTime: function(StartTime_value, EndTime_value, radiotype, Hour, Minute, Week, Day_value, price, Tag) {
		return this.invoke("GetTotalTime", {"StartTime_value":StartTime_value, "EndTime_value":EndTime_value, "radiotype":radiotype, "Hour":Hour, "Minute":Minute, "Week":Week, "Day_value":Day_value, "price":price, "Tag":Tag}, this.GetTotalTime.getArguments().slice(9));
	},
	initialize: function() {
		this.url = '/ajaxpro/Localmation.CRM.Components.BusApp.LocalmationApp.Localmation_App,EesyWeb.Components.ashx';
	}
}));
Localmation.CRM.Components.BusApp.LocalmationApp.Localmation_App = new Localmation.CRM.Components.BusApp.LocalmationApp.Localmation_App_class();

