addNamespace("LanYu.Org.BLL");
LanYu.Org.BLL.UserCenterAjax_class = function() {};
Object.extend(LanYu.Org.BLL.UserCenterAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetOrgCollectionCount: function() {
		return this.invoke("GetOrgCollectionCount", {}, this.GetOrgCollectionCount.getArguments().slice(0));
	},
	GetProductCollectionCount: function() {
		return this.invoke("GetProductCollectionCount", {}, this.GetProductCollectionCount.getArguments().slice(0));
	},
	GetPublicCourseCollectionCount: function() {
		return this.invoke("GetPublicCourseCollectionCount", {}, this.GetPublicCourseCollectionCount.getArguments().slice(0));
	},
	GetPrivateCourseCollectionCount: function() {
		return this.invoke("GetPrivateCourseCollectionCount", {}, this.GetPrivateCourseCollectionCount.getArguments().slice(0));
	},
	GetTeacherCollectionCount: function() {
		return this.invoke("GetTeacherCollectionCount", {}, this.GetTeacherCollectionCount.getArguments().slice(0));
	},
	GetRetainCollectionCount: function() {
		return this.invoke("GetRetainCollectionCount", {}, this.GetRetainCollectionCount.getArguments().slice(0));
	},
	GetOrderCount: function() {
		return this.invoke("GetOrderCount", {}, this.GetOrderCount.getArguments().slice(0));
	},
	GetOrgCollectionCountByUserID: function(user_id) {
		return this.invoke("GetOrgCollectionCountByUserID", {"user_id":user_id}, this.GetOrgCollectionCountByUserID.getArguments().slice(1));
	},
	GetProductCollectionCountByUserID: function(user_id) {
		return this.invoke("GetProductCollectionCountByUserID", {"user_id":user_id}, this.GetProductCollectionCountByUserID.getArguments().slice(1));
	},
	GetPublicCourseCollectionCountByUserID: function(user_id) {
		return this.invoke("GetPublicCourseCollectionCountByUserID", {"user_id":user_id}, this.GetPublicCourseCollectionCountByUserID.getArguments().slice(1));
	},
	GetPrivateCourseCollectionCountByUserID: function(user_id) {
		return this.invoke("GetPrivateCourseCollectionCountByUserID", {"user_id":user_id}, this.GetPrivateCourseCollectionCountByUserID.getArguments().slice(1));
	},
	GetTeacherCollectionCountByUserID: function(user_id) {
		return this.invoke("GetTeacherCollectionCountByUserID", {"user_id":user_id}, this.GetTeacherCollectionCountByUserID.getArguments().slice(1));
	},
	GetRetainCollectionCountByUserID: function(user_id) {
		return this.invoke("GetRetainCollectionCountByUserID", {"user_id":user_id}, this.GetRetainCollectionCountByUserID.getArguments().slice(1));
	},
	GetOrderCountByUserID: function(user_id) {
		return this.invoke("GetOrderCountByUserID", {"user_id":user_id}, this.GetOrderCountByUserID.getArguments().slice(1));
	},
	GetCartItemCount: function() {
		return this.invoke("GetCartItemCount", {}, this.GetCartItemCount.getArguments().slice(0));
	},
	ChangeShipMothod: function(order_id, payment, shipment) {
		return this.invoke("ChangeShipMothod", {"order_id":order_id, "payment":payment, "shipment":shipment}, this.ChangeShipMothod.getArguments().slice(3));
	},
	LeaveWordToSaller: function(order_id, customer_remark) {
		return this.invoke("LeaveWordToSaller", {"order_id":order_id, "customer_remark":customer_remark}, this.LeaveWordToSaller.getArguments().slice(2));
	},
	GetBuyerLeaveWord: function(order_id) {
		return this.invoke("GetBuyerLeaveWord", {"order_id":order_id}, this.GetBuyerLeaveWord.getArguments().slice(1));
	},
	CheckUserName: function(userName) {
		return this.invoke("CheckUserName", {"userName":userName}, this.CheckUserName.getArguments().slice(1));
	},
	CheckEmail: function(email) {
		return this.invoke("CheckEmail", {"email":email}, this.CheckEmail.getArguments().slice(1));
	},
	CheckCompanyName: function(company_name) {
		return this.invoke("CheckCompanyName", {"company_name":company_name}, this.CheckCompanyName.getArguments().slice(1));
	},
	GetCity: function(id) {
		return this.invoke("GetCity", {"id":id}, this.GetCity.getArguments().slice(1));
	},
	GetPassword: function(user_name, email) {
		return this.invoke("GetPassword", {"user_name":user_name, "email":email}, this.GetPassword.getArguments().slice(2));
	},
	url: '/ajaxpro/LanYu.Org.BLL.UserCenterAjax,BLL.ashx'
}));
LanYu.Org.BLL.UserCenterAjax = new LanYu.Org.BLL.UserCenterAjax_class();

