if(typeof processinfo == "undefined") processinfo={};
processinfo_class = function() {};
Object.extend(processinfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	countItemRootByIndex: function(index) {
		return this.invoke("countItemRootByIndex", {"index":index}, this.countItemRootByIndex.getArguments().slice(1));
	},
	getListCategoryByIndex: function(index) {
		return this.invoke("getListCategoryByIndex", {"index":index}, this.getListCategoryByIndex.getArguments().slice(1));
	},
	getListCategoryAdmin: function() {
		return this.invoke("getListCategoryAdmin", {}, this.getListCategoryAdmin.getArguments().slice(0));
	},
	countChild: function() {
		return this.invoke("countChild", {}, this.countChild.getArguments().slice(0));
	},
	getListCategory: function(index, disableStatus) {
		return this.invoke("getListCategory", {"index":index, "disableStatus":disableStatus}, this.getListCategory.getArguments().slice(2));
	},
	CheckActive: function(username) {
		return this.invoke("CheckActive", {"username":username}, this.CheckActive.getArguments().slice(1));
	},
	Login: function(username, password) {
		return this.invoke("Login", {"username":username, "password":password}, this.Login.getArguments().slice(2));
	},
	EmployeeLogin: function(username, password) {
		return this.invoke("EmployeeLogin", {"username":username, "password":password}, this.EmployeeLogin.getArguments().slice(2));
	},
	EmployerLogin: function(username, password) {
		return this.invoke("EmployerLogin", {"username":username, "password":password}, this.EmployerLogin.getArguments().slice(2));
	},
	LoginSucess: function(username) {
		return this.invoke("LoginSucess", {"username":username}, this.LoginSucess.getArguments().slice(1));
	},
	LoginSucessEmployer: function(username) {
		return this.invoke("LoginSucessEmployer", {"username":username}, this.LoginSucessEmployer.getArguments().slice(1));
	},
	LogoutEmployer: function() {
		return this.invoke("LogoutEmployer", {}, this.LogoutEmployer.getArguments().slice(0));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	insertTempCart: function(productitemID, Price, Quantity, Total) {
		return this.invoke("insertTempCart", {"productitemID":productitemID, "Price":Price, "Quantity":Quantity, "Total":Total}, this.insertTempCart.getArguments().slice(4));
	},
	getAccountIDByUserN: function(username) {
		return this.invoke("getAccountIDByUserN", {"username":username}, this.getAccountIDByUserN.getArguments().slice(1));
	},
	IsLogin: function() {
		return this.invoke("IsLogin", {}, this.IsLogin.getArguments().slice(0));
	},
	getTotalQuantityBysessionID: function() {
		return this.invoke("getTotalQuantityBysessionID", {}, this.getTotalQuantityBysessionID.getArguments().slice(0));
	},
	checkExistAccount: function(username) {
		return this.invoke("checkExistAccount", {"username":username}, this.checkExistAccount.getArguments().slice(1));
	},
	checkExitsEmail: function(email) {
		return this.invoke("checkExitsEmail", {"email":email}, this.checkExitsEmail.getArguments().slice(1));
	},
	checkExitsUsernameEmployee: function(username) {
		return this.invoke("checkExitsUsernameEmployee", {"username":username}, this.checkExitsUsernameEmployee.getArguments().slice(1));
	},
	checkExitsUsernameEmployer: function(username) {
		return this.invoke("checkExitsUsernameEmployer", {"username":username}, this.checkExitsUsernameEmployer.getArguments().slice(1));
	},
	checkExitsEmailEmployee: function(email) {
		return this.invoke("checkExitsEmailEmployee", {"email":email}, this.checkExitsEmailEmployee.getArguments().slice(1));
	},
	checkExitsEmailEmployer: function(email) {
		return this.invoke("checkExitsEmailEmployer", {"email":email}, this.checkExitsEmailEmployer.getArguments().slice(1));
	},
	deleteResume: function(ResumeID) {
		return this.invoke("deleteResume", {"ResumeID":ResumeID}, this.deleteResume.getArguments().slice(1));
	},
	deleteJob: function(jobID) {
		return this.invoke("deleteJob", {"jobID":jobID}, this.deleteJob.getArguments().slice(1));
	},
	SaveJob: function(EmployeeID, JobID) {
		return this.invoke("SaveJob", {"EmployeeID":EmployeeID, "JobID":JobID}, this.SaveJob.getArguments().slice(2));
	},
	deleteSaveJob: function(tbid) {
		return this.invoke("deleteSaveJob", {"tbid":tbid}, this.deleteSaveJob.getArguments().slice(1));
	},
	deleteApplyJob: function(tbid) {
		return this.invoke("deleteApplyJob", {"tbid":tbid}, this.deleteApplyJob.getArguments().slice(1));
	},
	CountApplicationByJobID: function(jobid) {
		return this.invoke("CountApplicationByJobID", {"jobid":jobid}, this.CountApplicationByJobID.getArguments().slice(1));
	},
	getListBannerByPosition: function(pos) {
		return this.invoke("getListBannerByPosition", {"pos":pos}, this.getListBannerByPosition.getArguments().slice(1));
	},
	insertNewLetter: function(email) {
		return this.invoke("insertNewLetter", {"email":email}, this.insertNewLetter.getArguments().slice(1));
	},
	getListCategoryClient: function(index, disableStatus) {
		return this.invoke("getListCategoryClient", {"index":index, "disableStatus":disableStatus}, this.getListCategoryClient.getArguments().slice(2));
	},
	SS: function(sessionname, value) {
		return this.invoke("SS", {"sessionname":sessionname, "value":value}, this.SS.getArguments().slice(2));
	},
	IsSSNull: function(sessionname) {
		return this.invoke("IsSSNull", {"sessionname":sessionname}, this.IsSSNull.getArguments().slice(1));
	},
	url: '/administrator/processinfo,App_Code.plpaf3yb.ashx'
}));
processinfo = new processinfo_class();


