addNamespace("ES.Sdzj.Data");
ES.Sdzj.Data.TMAjaxMethod_class = Class.create();
Object.extend(ES.Sdzj.Data.TMAjaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckUserName: function(username) {
		return this.invoke("CheckUserName", {"username":username}, this.CheckUserName.getArguments().slice(1));
	},
	BindDdlHydmDetail: function(param) {
		return this.invoke("BindDdlHydmDetail", {"param":param}, this.BindDdlHydmDetail.getArguments().slice(1));
	},
	BindCpflDetail: function(param) {
		return this.invoke("BindCpflDetail", {"param":param}, this.BindCpflDetail.getArguments().slice(1));
	},
	BindMemberID: function(param) {
		return this.invoke("BindMemberID", {"param":param}, this.BindMemberID.getArguments().slice(1));
	},
	CheckCpmc: function(cpmc) {
		return this.invoke("CheckCpmc", {"cpmc":cpmc}, this.CheckCpmc.getArguments().slice(1));
	},
	BindDdlNewsGroup: function(param) {
		return this.invoke("BindDdlNewsGroup", {"param":param}, this.BindDdlNewsGroup.getArguments().slice(1));
	},
	NewsYwCode: function(groupcode) {
		return this.invoke("NewsYwCode", {"groupcode":groupcode}, this.NewsYwCode.getArguments().slice(1));
	},
	YwCodes: function() {
		return this.invoke("YwCodes", {}, this.YwCodes.getArguments().slice(0));
	},
	UpdateNewsYwCode: function(groupcode, ywcodes) {
		return this.invoke("UpdateNewsYwCode", {"groupcode":groupcode, "ywcodes":ywcodes}, this.UpdateNewsYwCode.getArguments().slice(2));
	},
	ConsTabel: function(isSure, consid) {
		return this.invoke("ConsTabel", {"isSure":isSure, "consid":consid}, this.ConsTabel.getArguments().slice(2));
	},
	ConsWebTabel: function(consid) {
		return this.invoke("ConsWebTabel", {"consid":consid}, this.ConsWebTabel.getArguments().slice(1));
	},
	SaveReply: function(consid, reply) {
		return this.invoke("SaveReply", {"consid":consid, "reply":reply}, this.SaveReply.getArguments().slice(2));
	},
	SaveQuestion: function(consid, reply, title, ywcode, content) {
		return this.invoke("SaveQuestion", {"consid":consid, "reply":reply, "title":title, "ywcode":ywcode, "content":content}, this.SaveQuestion.getArguments().slice(5));
	},
	SelectListBox: function(type, wstr) {
		return this.invoke("SelectListBox", {"type":type, "wstr":wstr}, this.SelectListBox.getArguments().slice(2));
	},
	SelectListBoxByMsg: function(type, wstr) {
		return this.invoke("SelectListBoxByMsg", {"type":type, "wstr":wstr}, this.SelectListBoxByMsg.getArguments().slice(2));
	},
	MemberCompany: function(qylb, cpchecked) {
		return this.invoke("MemberCompany", {"qylb":qylb, "cpchecked":cpchecked}, this.MemberCompany.getArguments().slice(2));
	},
	UserAccount: function(qylb) {
		return this.invoke("UserAccount", {"qylb":qylb}, this.UserAccount.getArguments().slice(1));
	},
	MobileSession: function(mobilenum, type) {
		return this.invoke("MobileSession", {"mobilenum":mobilenum, "type":type}, this.MobileSession.getArguments().slice(2));
	},
	LoginTable: function() {
		return this.invoke("LoginTable", {}, this.LoginTable.getArguments().slice(0));
	},
	AfterLoginTable: function() {
		return this.invoke("AfterLoginTable", {}, this.AfterLoginTable.getArguments().slice(0));
	},
	Login: function(membername, pwd, ramcode) {
		return this.invoke("Login", {"membername":membername, "pwd":pwd, "ramcode":ramcode}, this.Login.getArguments().slice(3));
	},
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	LoadNewsData: function(groupcode, topCount, title) {
		return this.invoke("LoadNewsData", {"groupcode":groupcode, "topCount":topCount, "title":title}, this.LoadNewsData.getArguments().slice(3));
	},
	LoadYwGroupNewsData: function(groupcode, ywcode, topCount) {
		return this.invoke("LoadYwGroupNewsData", {"groupcode":groupcode, "ywcode":ywcode, "topCount":topCount}, this.LoadYwGroupNewsData.getArguments().slice(3));
	},
	LoadMessagesData: function(memberid, topCount) {
		return this.invoke("LoadMessagesData", {"memberid":memberid, "topCount":topCount}, this.LoadMessagesData.getArguments().slice(2));
	},
	LoadSingleMessageData: function(messid) {
		return this.invoke("LoadSingleMessageData", {"messid":messid}, this.LoadSingleMessageData.getArguments().slice(1));
	},
	DeleteMessages: function(messid) {
		return this.invoke("DeleteMessages", {"messid":messid}, this.DeleteMessages.getArguments().slice(1));
	},
	LoadYwNewsData: function(ywcode) {
		return this.invoke("LoadYwNewsData", {"ywcode":ywcode}, this.LoadYwNewsData.getArguments().slice(1));
	},
	LoadPhotos: function(groupcode) {
		return this.invoke("LoadPhotos", {"groupcode":groupcode}, this.LoadPhotos.getArguments().slice(1));
	},
	LoadFilesData: function(ywcode) {
		return this.invoke("LoadFilesData", {"ywcode":ywcode}, this.LoadFilesData.getArguments().slice(1));
	},
	DownLoadFile: function(topCount) {
		return this.invoke("DownLoadFile", {"topCount":topCount}, this.DownLoadFile.getArguments().slice(1));
	},
	Hyqy: function(topCount, corpname) {
		return this.invoke("Hyqy", {"topCount":topCount, "corpname":corpname}, this.Hyqy.getArguments().slice(2));
	},
	CheckMemberName: function(membername) {
		return this.invoke("CheckMemberName", {"membername":membername}, this.CheckMemberName.getArguments().slice(1));
	},
	CheckCorpName: function(corpname) {
		return this.invoke("CheckCorpName", {"corpname":corpname}, this.CheckCorpName.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/ES.Sdzj.Data.TMAjaxMethod,ES.Sdzj.Data.ashx';
	}
}));
ES.Sdzj.Data.TMAjaxMethod = new ES.Sdzj.Data.TMAjaxMethod_class();

