if(typeof front == "undefined") front={};
if(typeof front.frontRenCaiClass == "undefined") front.frontRenCaiClass={};
front.frontRenCaiClass_class = function() {};
Object.extend(front.frontRenCaiClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	userLogin: function(type, account, password) {
		return this.invoke("userLogin", {"type":type, "account":account, "password":password}, this.userLogin.getArguments().slice(3));
	},
	checkUser: function(type, account) {
		return this.invoke("checkUser", {"type":type, "account":account}, this.checkUser.getArguments().slice(2));
	},
	userRegist: function(type, account, password) {
		return this.invoke("userRegist", {"type":type, "account":account, "password":password}, this.userRegist.getArguments().slice(3));
	},
	checkLogin: function(type) {
		return this.invoke("checkLogin", {"type":type}, this.checkLogin.getArguments().slice(1));
	},
	exitLogin: function(type) {
		return this.invoke("exitLogin", {"type":type}, this.exitLogin.getArguments().slice(1));
	},
	deleteUser: function(type) {
		return this.invoke("deleteUser", {"type":type}, this.deleteUser.getArguments().slice(1));
	},
	changePassword: function(type, opw, npw) {
		return this.invoke("changePassword", {"type":type, "opw":opw, "npw":npw}, this.changePassword.getArguments().slice(3));
	},
	getRCHomePageRenCaiList: function(counts) {
		return this.invoke("getRCHomePageRenCaiList", {"counts":counts}, this.getRCHomePageRenCaiList.getArguments().slice(1));
	},
	getNewCoListA: function() {
		return this.invoke("getNewCoListA", {}, this.getNewCoListA.getArguments().slice(0));
	},
	getRCHomePageNewJobList: function() {
		return this.invoke("getRCHomePageNewJobList", {}, this.getRCHomePageNewJobList.getArguments().slice(0));
	},
	getHotJobList: function(counts) {
		return this.invoke("getHotJobList", {"counts":counts}, this.getHotJobList.getArguments().slice(1));
	},
	getNewRenCaiInfoListA: function(order) {
		return this.invoke("getNewRenCaiInfoListA", {"order":order}, this.getNewRenCaiInfoListA.getArguments().slice(1));
	},
	getNewRenCaiInfoListB: function(order) {
		return this.invoke("getNewRenCaiInfoListB", {"order":order}, this.getNewRenCaiInfoListB.getArguments().slice(1));
	},
	getVouchRenCaiInfoList: function(order) {
		return this.invoke("getVouchRenCaiInfoList", {"order":order}, this.getVouchRenCaiInfoList.getArguments().slice(1));
	},
	getRenCaiInfoColumnName: function(order) {
		return this.invoke("getRenCaiInfoColumnName", {"order":order}, this.getRenCaiInfoColumnName.getArguments().slice(1));
	},
	getRenCaiInfoColumnFolder: function(order) {
		return this.invoke("getRenCaiInfoColumnFolder", {"order":order}, this.getRenCaiInfoColumnFolder.getArguments().slice(1));
	},
	getWantInfoList: function(pageIndex, cellID, corporationID, jobID, infoID) {
		return this.invoke("getWantInfoList", {"pageIndex":pageIndex, "cellID":cellID, "corporationID":corporationID, "jobID":jobID, "infoID":infoID}, this.getWantInfoList.getArguments().slice(5));
	},
	getRenCaiList: function(pageIndex, cellID) {
		return this.invoke("getRenCaiList", {"pageIndex":pageIndex, "cellID":cellID}, this.getRenCaiList.getArguments().slice(2));
	},
	getWantCoList: function(pageIndex, cellID) {
		return this.invoke("getWantCoList", {"pageIndex":pageIndex, "cellID":cellID}, this.getWantCoList.getArguments().slice(2));
	},
	getHomePageRenCaiList: function() {
		return this.invoke("getHomePageRenCaiList", {}, this.getHomePageRenCaiList.getArguments().slice(0));
	},
	getHomePageNewJobList: function() {
		return this.invoke("getHomePageNewJobList", {}, this.getHomePageNewJobList.getArguments().slice(0));
	},
	getNewJobList: function() {
		return this.invoke("getNewJobList", {}, this.getNewJobList.getArguments().slice(0));
	},
	url: '/ajaxpro/front.frontRenCaiClass,App_Code.ashx'
}));
front.frontRenCaiClass = new front.frontRenCaiClass_class();

