if(typeof CanLian == "undefined") CanLian={};
if(typeof CanLian.DAL == "undefined") CanLian.DAL={};
if(typeof CanLian.DAL.AjaxTransfer == "undefined") CanLian.DAL.AjaxTransfer={};
CanLian.DAL.AjaxTransfer_class = function() {};
Object.extend(CanLian.DAL.AjaxTransfer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SearchArtical: function(pageSize, page, strWhere, listType) {
		return this.invoke("SearchArtical", {"pageSize":pageSize, "page":page, "strWhere":strWhere, "listType":listType}, this.SearchArtical.getArguments().slice(4));
	},
	JobSeekerTable: function(id) {
		return this.invoke("JobSeekerTable", {"id":id}, this.JobSeekerTable.getArguments().slice(1));
	},
	JobRecruit: function(id) {
		return this.invoke("JobRecruit", {"id":id}, this.JobRecruit.getArguments().slice(1));
	},
	JobLogin: function(type, user, pass, vcode) {
		return this.invoke("JobLogin", {"type":type, "user":user, "pass":pass, "vcode":vcode}, this.JobLogin.getArguments().slice(4));
	},
	JobLogout: function() {
		return this.invoke("JobLogout", {}, this.JobLogout.getArguments().slice(0));
	},
	JobUserName: function(type, user) {
		return this.invoke("JobUserName", {"type":type, "user":user}, this.JobUserName.getArguments().slice(2));
	},
	JobCheckCode: function(code) {
		return this.invoke("JobCheckCode", {"code":code}, this.JobCheckCode.getArguments().slice(1));
	},
	JobNewUser: function(type, name, pass, vcode) {
		return this.invoke("JobNewUser", {"type":type, "name":name, "pass":pass, "vcode":vcode}, this.JobNewUser.getArguments().slice(4));
	},
	JobBase: function(type) {
		return this.invoke("JobBase", {"type":type}, this.JobBase.getArguments().slice(1));
	},
	JobBaseEdit: function(type, tablehtml) {
		return this.invoke("JobBaseEdit", {"type":type, "tablehtml":tablehtml}, this.JobBaseEdit.getArguments().slice(2));
	},
	ModiPass: function(type, oldpass, newpass, code) {
		return this.invoke("ModiPass", {"type":type, "oldpass":oldpass, "newpass":newpass, "code":code}, this.ModiPass.getArguments().slice(4));
	},
	JobList: function(type, pageSize, page) {
		return this.invoke("JobList", {"type":type, "pageSize":pageSize, "page":page}, this.JobList.getArguments().slice(3));
	},
	JobPost: function() {
		return this.invoke("JobPost", {}, this.JobPost.getArguments().slice(0));
	},
	JobPostEdit: function(tableHtml) {
		return this.invoke("JobPostEdit", {"tableHtml":tableHtml}, this.JobPostEdit.getArguments().slice(1));
	},
	NewMsg: function(name, strsex, tel, fax, qq, msn, web, email, title, con, stropeninfo, vcode) {
		return this.invoke("NewMsg", {"name":name, "strsex":strsex, "tel":tel, "fax":fax, "qq":qq, "msn":msn, "web":web, "email":email, "title":title, "con":con, "stropeninfo":stropeninfo, "vcode":vcode}, this.NewMsg.getArguments().slice(12));
	},
	AddReply: function(id, reply) {
		return this.invoke("AddReply", {"id":id, "reply":reply}, this.AddReply.getArguments().slice(2));
	},
	DelMsg: function(id) {
		return this.invoke("DelMsg", {"id":id}, this.DelMsg.getArguments().slice(1));
	},
	url: '/ajaxpro/CanLian.DAL.AjaxTransfer,CanLian.ashx'
}));
CanLian.DAL.AjaxTransfer = new CanLian.DAL.AjaxTransfer_class();


