addNamespace("P_Login");
P_Login_class = function() {};
Object.extend(P_Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PutRoleIn: function(ID, PassWord, type) {
		return this.invoke("PutRoleIn", {"ID":ID, "PassWord":PassWord, "type":type}, this.PutRoleIn.getArguments().slice(3));
	},
	PutRoleOut: function() {
		return this.invoke("PutRoleOut", {}, this.PutRoleOut.getArguments().slice(0));
	},
	HaveRole: function() {
		return this.invoke("HaveRole", {}, this.HaveRole.getArguments().slice(0));
	},
	GetRoleBySession: function() {
		return this.invoke("GetRoleBySession", {}, this.GetRoleBySession.getArguments().slice(0));
	},
	ifadmin: function() {
		return this.invoke("ifadmin", {}, this.ifadmin.getArguments().slice(0));
	},
	GetRole: function(ID, PassWord, type) {
		return this.invoke("GetRole", {"ID":ID, "PassWord":PassWord, "type":type}, this.GetRole.getArguments().slice(3));
	},
	GetTotCount: function() {
		return this.invoke("GetTotCount", {}, this.GetTotCount.getArguments().slice(0));
	},
	GetTodayCount: function() {
		return this.invoke("GetTodayCount", {}, this.GetTodayCount.getArguments().slice(0));
	},
	url: '/ajaxpro/P_Login,App_Code.hpebxpyb.ashx'
}));
P_Login = new P_Login_class();

