addNamespace("SJTU.RecruitmentNotices.WebHost.Common"); SJTU.RecruitmentNotices.WebHost.Common.AjaxHelper_class = Class.create(); Object.extend(SJTU.RecruitmentNotices.WebHost.Common.AjaxHelper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), { GetCity: function(val) { return this.invoke("GetCity", {"val":val}, this.GetCity.getArguments().slice(1)); }, GetArea: function(city) { return this.invoke("GetArea", {"city":city}, this.GetArea.getArguments().slice(1)); }, GetPrzwm: function(val) { return this.invoke("GetPrzwm", {"val":val}, this.GetPrzwm.getArguments().slice(1)); }, GetPrzwmBzm: function(val) { return this.invoke("GetPrzwmBzm", {"val":val}, this.GetPrzwmBzm.getArguments().slice(1)); }, GetGw: function(jzglbmval, val) { return this.invoke("GetGw", {"jzglbmval":jzglbmval, "val":val}, this.GetGw.getArguments().slice(2)); }, GetShjz: function(val) { return this.invoke("GetShjz", {"val":val}, this.GetShjz.getArguments().slice(1)); }, GetJszw: function(val) { return this.invoke("GetJszw", {"val":val}, this.GetJszw.getArguments().slice(1)); }, GetBzlb: function(val) { return this.invoke("GetBzlb", {"val":val}, this.GetBzlb.getArguments().slice(1)); }, GetGbm: function(val) { return this.invoke("GetGbm", {"val":val}, this.GetGbm.getArguments().slice(1)); }, GetSubject1: function(val) { return this.invoke("GetSubject1", {"val":val}, this.GetSubject1.getArguments().slice(1)); }, GetSubject2: function(val) { return this.invoke("GetSubject2", {"val":val}, this.GetSubject2.getArguments().slice(1)); }, GetDept3: function(val) { return this.invoke("GetDept3", {"val":val}, this.GetDept3.getArguments().slice(1)); }, GetYxdm: function(val) { return this.invoke("GetYxdm", {"val":val}, this.GetYxdm.getArguments().slice(1)); }, GetHjjs: function(val) { return this.invoke("GetHjjs", {"val":val}, this.GetHjjs.getArguments().slice(1)); }, GetJljb: function(val) { return this.invoke("GetJljb", {"val":val}, this.GetJljb.getArguments().slice(1)); }, GetJlmc: function(val) { return this.invoke("GetJlmc", {"val":val}, this.GetJlmc.getArguments().slice(1)); }, GetLzlb: function(val) { return this.invoke("GetLzlb", {"val":val}, this.GetLzlb.getArguments().slice(1)); }, GetLwfbfl: function(val) { return this.invoke("GetLwfbfl", {"val":val}, this.GetLwfbfl.getArguments().slice(1)); }, GetXmxk: function(val) { return this.invoke("GetXmxk", {"val":val}, this.GetXmxk.getArguments().slice(1)); }, GetZjRclb: function(val) { return this.invoke("GetZjRclb", {"val":val}, this.GetZjRclb.getArguments().slice(1)); }, GetXll: function(val) { return this.invoke("GetXll", {"val":val}, this.GetXll.getArguments().slice(1)); }, GetXww: function(val) { return this.invoke("GetXww", {"val":val}, this.GetXww.getArguments().slice(1)); }, GetPyfs: function(val) { return this.invoke("GetPyfs", {"val":val}, this.GetPyfs.getArguments().slice(1)); }, GetCheckBZResult: function(jzglbm, przwm, bzm, zprs, yxdm, qsid, gwid, isInsert) { return this.invoke("GetCheckBZResult", {"jzglbm":jzglbm, "przwm":przwm, "bzm":bzm, "zprs":zprs, "yxdm":yxdm, "qsid":qsid, "gwid":gwid, "isInsert":isInsert}, this.GetCheckBZResult.getArguments().slice(8)); }, initialize: function() { this.url = '/ajaxpro/SJTU.RecruitmentNotices.WebHost.Common.AjaxHelper,SJTU.RecruitmentNotices.WebHost.ashx'; } })); SJTU.RecruitmentNotices.WebHost.Common.AjaxHelper = new SJTU.RecruitmentNotices.WebHost.Common.AjaxHelper_class();