HHASAjaxServices_class = function() {};
Object.extend(HHASAjaxServices_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUserExistYN: function(jum_no) {
		return this.invoke("GetUserExistYN", {"jum_no":jum_no}, this.GetUserExistYN.getArguments().slice(1));
	},
	GetCommonCdInfo: function(CodeGubun) {
		return this.invoke("GetCommonCdInfo", {"CodeGubun":CodeGubun}, this.GetCommonCdInfo.getArguments().slice(1));
	},
	GetCommonCdInfo_multi: function(CodeGubun) {
		return this.invoke("GetCommonCdInfo_multi", {"CodeGubun":CodeGubun}, this.GetCommonCdInfo_multi.getArguments().slice(1));
	},
	GetCommonCdInfo_eng: function(CodeGubun) {
		return this.invoke("GetCommonCdInfo_eng", {"CodeGubun":CodeGubun}, this.GetCommonCdInfo_eng.getArguments().slice(1));
	},
	GetCommonCdInfo_eng_multi: function(CodeGubun) {
		return this.invoke("GetCommonCdInfo_eng_multi", {"CodeGubun":CodeGubun}, this.GetCommonCdInfo_eng_multi.getArguments().slice(1));
	},
	GetQueryInfoByAnony: function(ParamNames, paramvalue, queryFileNames, queryNames) {
		return this.invoke("GetQueryInfoByAnony", {"ParamNames":ParamNames, "paramvalue":paramvalue, "queryFileNames":queryFileNames, "queryNames":queryNames}, this.GetQueryInfoByAnony.getArguments().slice(4));
	},
	GetQueryInfo: function(ParamNames, paramvalue, queryFileNames, queryNames) {
		return this.invoke("GetQueryInfo", {"ParamNames":ParamNames, "paramvalue":paramvalue, "queryFileNames":queryFileNames, "queryNames":queryNames}, this.GetQueryInfo.getArguments().slice(4));
	},
	GetUserPicture: function(UserId) {
		return this.invoke("GetUserPicture", {"UserId":UserId}, this.GetUserPicture.getArguments().slice(1));
	},
	GetUserPictureByJuminNo: function(juminNo) {
		return this.invoke("GetUserPictureByJuminNo", {"juminNo":juminNo}, this.GetUserPictureByJuminNo.getArguments().slice(1));
	},
	GetGuid: function() {
		return this.invoke("GetGuid", {}, this.GetGuid.getArguments().slice(0));
	},
	DataEntryCommand: function(ParamNames, paramvalue, queryFileNames, queryNames) {
		return this.invoke("DataEntryCommand", {"ParamNames":ParamNames, "paramvalue":paramvalue, "queryFileNames":queryFileNames, "queryNames":queryNames}, this.DataEntryCommand.getArguments().slice(4));
	},
	GetNowDate: function() {
		return this.invoke("GetNowDate", {}, this.GetNowDate.getArguments().slice(0));
	},
	GetDate: function(oDate) {
		return this.invoke("GetDate", {"oDate":oDate}, this.GetDate.getArguments().slice(1));
	},
	GetUserInsaInfo: function(emp_no) {
		return this.invoke("GetUserInsaInfo", {"emp_no":emp_no}, this.GetUserInsaInfo.getArguments().slice(1));
	},
	GetEmailByInsa: function(emp_no) {
		return this.invoke("GetEmailByInsa", {"emp_no":emp_no}, this.GetEmailByInsa.getArguments().slice(1));
	},
	GetUseridByEmail: function(Email) {
		return this.invoke("GetUseridByEmail", {"Email":Email}, this.GetUseridByEmail.getArguments().slice(1));
	},
	Email_Send: function(fromID, SendTO, M_SUBJECT, M_BODY, toID) {
		return this.invoke("Email_Send", {"fromID":fromID, "SendTO":SendTO, "M_SUBJECT":M_SUBJECT, "M_BODY":M_BODY, "toID":toID}, this.Email_Send.getArguments().slice(5));
	},
	SMS_Send: function(fromID, SendTO, M_BODY, SEND_HPNO, RCV_HPNO) {
		return this.invoke("SMS_Send", {"fromID":fromID, "SendTO":SendTO, "M_BODY":M_BODY, "SEND_HPNO":SEND_HPNO, "RCV_HPNO":RCV_HPNO}, this.SMS_Send.getArguments().slice(5));
	},
	CommonRequestSign: function(apply_no, inout_gb, title, send_empno, apply_detail, apply_empno) {
		return this.invoke("CommonRequestSign", {"apply_no":apply_no, "inout_gb":inout_gb, "title":title, "send_empno":send_empno, "apply_detail":apply_detail, "apply_empno":apply_empno}, this.CommonRequestSign.getArguments().slice(6));
	},
	getFAQ: function(b_gbn) {
		return this.invoke("getFAQ", {"b_gbn":b_gbn}, this.getFAQ.getArguments().slice(1));
	},
	getHOMEBOARD: function(b_gbn) {
		return this.invoke("getHOMEBOARD", {"b_gbn":b_gbn}, this.getHOMEBOARD.getArguments().slice(1));
	},
	getHOMEBOARD_multi: function(b_gbn) {
		return this.invoke("getHOMEBOARD_multi", {"b_gbn":b_gbn}, this.getHOMEBOARD_multi.getArguments().slice(1));
	},
	GetAppConfig: function(key) {
		return this.invoke("GetAppConfig", {"key":key}, this.GetAppConfig.getArguments().slice(1));
	},
	CreateClientCookie: function(ClientString) {
		return this.invoke("CreateClientCookie", {"ClientString":ClientString}, this.CreateClientCookie.getArguments().slice(1));
	},
	GetDummyData: function() {
		return this.invoke("GetDummyData", {}, this.GetDummyData.getArguments().slice(0));
	},
	GetGUID: function() {
		return this.invoke("GetGUID", {}, this.GetGUID.getArguments().slice(0));
	},
	GetClientCookie: function() {
		return this.invoke("GetClientCookie", {}, this.GetClientCookie.getArguments().slice(0));
	},
	getSSOLoginChk: function() {
		return this.invoke("getSSOLoginChk", {}, this.getSSOLoginChk.getArguments().slice(0));
	},
	Login: function(id, password) {
		return this.invoke("Login", {"id":id, "password":password}, this.Login.getArguments().slice(2));
	},
	check_hhi: function(id) {
		return this.invoke("check_hhi", {"id":id}, this.check_hhi.getArguments().slice(1));
	},
	ChangePswd: function(id, oldPswd, newPswd, chkPswd) {
		return this.invoke("ChangePswd", {"id":id, "oldPswd":oldPswd, "newPswd":newPswd, "chkPswd":chkPswd}, this.ChangePswd.getArguments().slice(4));
	},
	ChangePswdEng: function(id, oldPswd, newPswd, chkPswd) {
		return this.invoke("ChangePswdEng", {"id":id, "oldPswd":oldPswd, "newPswd":newPswd, "chkPswd":chkPswd}, this.ChangePswdEng.getArguments().slice(4));
	},
	LoginByPassNo: function(id, password) {
		return this.invoke("LoginByPassNo", {"id":id, "password":password}, this.LoginByPassNo.getArguments().slice(2));
	},
	getLoginInfo: function() {
		return this.invoke("getLoginInfo", {}, this.getLoginInfo.getArguments().slice(0));
	},
	LogOut: function() {
		return this.invoke("LogOut", {}, this.LogOut.getArguments().slice(0));
	},
	GetSessionID: function() {
		return this.invoke("GetSessionID", {}, this.GetSessionID.getArguments().slice(0));
	},
	GetAuthString: function() {
		return this.invoke("GetAuthString", {}, this.GetAuthString.getArguments().slice(0));
	},
	GetIsHousingLogin: function() {
		return this.invoke("GetIsHousingLogin", {}, this.GetIsHousingLogin.getArguments().slice(0));
	},
	GetUSER_ID: function() {
		return this.invoke("GetUSER_ID", {}, this.GetUSER_ID.getArguments().slice(0));
	},
	GetUSER_NAME: function() {
		return this.invoke("GetUSER_NAME", {}, this.GetUSER_NAME.getArguments().slice(0));
	},
	GetASGN_CD: function() {
		return this.invoke("GetASGN_CD", {}, this.GetASGN_CD.getArguments().slice(0));
	},
	GetDEPT_CD: function() {
		return this.invoke("GetDEPT_CD", {}, this.GetDEPT_CD.getArguments().slice(0));
	},
	GetUSER_ZONE: function() {
		return this.invoke("GetUSER_ZONE", {}, this.GetUSER_ZONE.getArguments().slice(0));
	},
	GetUSER_GUBUN: function() {
		return this.invoke("GetUSER_GUBUN", {}, this.GetUSER_GUBUN.getArguments().slice(0));
	},
	GetUSER_ROLE: function() {
		return this.invoke("GetUSER_ROLE", {}, this.GetUSER_ROLE.getArguments().slice(0));
	},
	GetUSER_LOCATION: function() {
		return this.invoke("GetUSER_LOCATION", {}, this.GetUSER_LOCATION.getArguments().slice(0));
	},
	GetHousingLoginInfo: function() {
		return this.invoke("GetHousingLoginInfo", {}, this.GetHousingLoginInfo.getArguments().slice(0));
	},
	url: '/ajaxpro/HHASAjaxServices,HHAS.SITE.ashx'
}));
HHASAjaxServices = new HHASAjaxServices_class();


