if(typeof HlInfo == "undefined") HlInfo={};
if(typeof HlInfo.Shop2 == "undefined") HlInfo.Shop2={};
if(typeof HlInfo.Shop2.UserHelper == "undefined") HlInfo.Shop2.UserHelper={};
HlInfo.Shop2.UserHelper_class = function() {};
Object.extend(HlInfo.Shop2.UserHelper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckLogin: function(usercode, password, Code) {
		return this.invoke("CheckLogin", {"usercode":usercode, "password":password, "Code":Code}, this.CheckLogin.getArguments().slice(3));
	},
	GetUserState: function() {
		return this.invoke("GetUserState", {}, this.GetUserState.getArguments().slice(0));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	IsAuthenticated: function() {
		return this.invoke("IsAuthenticated", {}, this.IsAuthenticated.getArguments().slice(0));
	},
	GetUserName: function() {
		return this.invoke("GetUserName", {}, this.GetUserName.getArguments().slice(0));
	},
	url: '/ajaxpro/HlInfo.Shop2.UserHelper,App_Code.ashx'
}));
HlInfo.Shop2.UserHelper = new HlInfo.Shop2.UserHelper_class();

