if(typeof Goohom == "undefined") Goohom={};
if(typeof Goohom.Web == "undefined") Goohom.Web={};
if(typeof Goohom.Web.Ajax == "undefined") Goohom.Web.Ajax={};
if(typeof Goohom.Web.Ajax.CUserAjax == "undefined") Goohom.Web.Ajax.CUserAjax={};
Goohom.Web.Ajax.CUserAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.CUserAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsLoginCodeExists: function(loginName) {
		return this.invoke("IsLoginCodeExists", {"loginName":loginName}, this.IsLoginCodeExists.getArguments().slice(1));
	},
	IsEmailExists: function(email) {
		return this.invoke("IsEmailExists", {"email":email}, this.IsEmailExists.getArguments().slice(1));
	},
	GetDeveloperList: function(pageindex, pageCount) {
		return this.invoke("GetDeveloperList", {"pageindex":pageindex, "pageCount":pageCount}, this.GetDeveloperList.getArguments().slice(2));
	},
	GetQuestionList: function(strOrder, PageIndex, RowCount, HouseId, IfHouseReview) {
		return this.invoke("GetQuestionList", {"strOrder":strOrder, "PageIndex":PageIndex, "RowCount":RowCount, "HouseId":HouseId, "IfHouseReview":IfHouseReview}, this.GetQuestionList.getArguments().slice(5));
	},
	SetPageTurning: function(PageIndex, RowNum, HouseId, shref, IfHouseReview) {
		return this.invoke("SetPageTurning", {"PageIndex":PageIndex, "RowNum":RowNum, "HouseId":HouseId, "shref":shref, "IfHouseReview":IfHouseReview}, this.SetPageTurning.getArguments().slice(5));
	},
	GetCompanyInfo: function(UserId) {
		return this.invoke("GetCompanyInfo", {"UserId":UserId}, this.GetCompanyInfo.getArguments().slice(1));
	},
	TestedPassword: function(userId, oldPassword) {
		return this.invoke("TestedPassword", {"userId":userId, "oldPassword":oldPassword}, this.TestedPassword.getArguments().slice(2));
	},
	uploadhead: function(userId, headUrl) {
		return this.invoke("uploadhead", {"userId":userId, "headUrl":headUrl}, this.uploadhead.getArguments().slice(2));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.CUserAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.CUserAjax = new Goohom.Web.Ajax.CUserAjax_class();

