if(typeof Edulife == "undefined") Edulife={};
if(typeof Edulife.BLL == "undefined") Edulife.BLL={};
if(typeof Edulife.BLL.ClientValidator == "undefined") Edulife.BLL.ClientValidator={};
Edulife.BLL.ClientValidator_class = function() {};
Object.extend(Edulife.BLL.ClientValidator_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkUserId: function(UserId) {
		return this.invoke("checkUserId", {"UserId":UserId}, this.checkUserId.getArguments().slice(1));
	},
	checkStudyCard: function(StudyCard) {
		return this.invoke("checkStudyCard", {"StudyCard":StudyCard}, this.checkStudyCard.getArguments().slice(1));
	},
	checkSourceNo: function(SourceNo) {
		return this.invoke("checkSourceNo", {"SourceNo":SourceNo}, this.checkSourceNo.getArguments().slice(1));
	},
	checkEmail: function(UserId, Email) {
		return this.invoke("checkEmail", {"UserId":UserId, "Email":Email}, this.checkEmail.getArguments().slice(2));
	},
	getSchool: function(DistrictID) {
		return this.invoke("getSchool", {"DistrictID":DistrictID}, this.getSchool.getArguments().slice(1));
	},
	checkPassWord: function(PassWord) {
		return this.invoke("checkPassWord", {"PassWord":PassWord}, this.checkPassWord.getArguments().slice(1));
	},
	checkTel: function(tel) {
		return this.invoke("checkTel", {"tel":tel}, this.checkTel.getArguments().slice(1));
	},
	checkMobilePhone: function(mobilePhone) {
		return this.invoke("checkMobilePhone", {"mobilePhone":mobilePhone}, this.checkMobilePhone.getArguments().slice(1));
	},
	checkTelEdit: function(tel) {
		return this.invoke("checkTelEdit", {"tel":tel}, this.checkTelEdit.getArguments().slice(1));
	},
	checkMobilePhoneEdit: function(mobilePhone) {
		return this.invoke("checkMobilePhoneEdit", {"mobilePhone":mobilePhone}, this.checkMobilePhoneEdit.getArguments().slice(1));
	},
	url: '/ajaxpro/Edulife.BLL.ClientValidator,EdulifeOnline_deploy.ashx'
}));
Edulife.BLL.ClientValidator = new Edulife.BLL.ClientValidator_class();

