if(typeof eFruit_EN_SH == "undefined") eFruit_EN_SH={};
if(typeof eFruit_EN_SH.Js == "undefined") eFruit_EN_SH.Js={};
if(typeof eFruit_EN_SH.Js.AjaxProOperate_class == "undefined") eFruit_EN_SH.Js.AjaxProOperate_class={};
eFruit_EN_SH.Js.AjaxProOperate_class = function() {};
Object.extend(eFruit_EN_SH.Js.AjaxProOperate_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddToShopCart: function(strCommodityId, type) {
		return this.invoke("AddToShopCart", {"strCommodityId":strCommodityId, "type":type}, this.AddToShopCart.getArguments().slice(2));
	},
	GetShopCart: function() {
		return this.invoke("GetShopCart", {}, this.GetShopCart.getArguments().slice(0));
	},
	ClearShopCart: function() {
		return this.invoke("ClearShopCart", {}, this.ClearShopCart.getArguments().slice(0));
	},
	RemoveShopCart: function(commodityInfo) {
		return this.invoke("RemoveShopCart", {"commodityInfo":commodityInfo}, this.RemoveShopCart.getArguments().slice(1));
	},
	GetCommodityInfoByCookie: function(cookieInfo) {
		return this.invoke("GetCommodityInfoByCookie", {"cookieInfo":cookieInfo}, this.GetCommodityInfoByCookie.getArguments().slice(1));
	},
	GetDistrict: function(cityID) {
		return this.invoke("GetDistrict", {"cityID":cityID}, this.GetDistrict.getArguments().slice(1));
	},
	CheckPromotionCard: function(PromotionCard, PromotionPwd) {
		return this.invoke("CheckPromotionCard", {"PromotionCard":PromotionCard, "PromotionPwd":PromotionPwd}, this.CheckPromotionCard.getArguments().slice(2));
	},
	GetExchage: function(RMBPrice) {
		return this.invoke("GetExchage", {"RMBPrice":RMBPrice}, this.GetExchage.getArguments().slice(1));
	},
	CheckPromotionCode: function(strPromotionCode) {
		return this.invoke("CheckPromotionCode", {"strPromotionCode":strPromotionCode}, this.CheckPromotionCode.getArguments().slice(1));
	},
	SetDistrict: function(districtId) {
		return this.invoke("SetDistrict", {"districtId":districtId}, this.SetDistrict.getArguments().slice(1));
	},
	SetMyWalletDistrict: function(districtId) {
		return this.invoke("SetMyWalletDistrict", {"districtId":districtId}, this.SetMyWalletDistrict.getArguments().slice(1));
	},
	SetDistrict: function(districtId, sessionName) {
		return this.invoke("SetDistrict", {"districtId":districtId, "sessionName":sessionName}, this.SetDistrict.getArguments().slice(2));
	},
	DeleteOrderId: function(orderId) {
		return this.invoke("DeleteOrderId", {"orderId":orderId}, this.DeleteOrderId.getArguments().slice(1));
	},
	ChangeDate: function(strDate, flag) {
		return this.invoke("ChangeDate", {"strDate":strDate, "flag":flag}, this.ChangeDate.getArguments().slice(2));
	},
	AddBookByUserid: function(commodityId) {
		return this.invoke("AddBookByUserid", {"commodityId":commodityId}, this.AddBookByUserid.getArguments().slice(1));
	},
	UpdateBookQty: function(UserReservedId, bookQty) {
		return this.invoke("UpdateBookQty", {"UserReservedId":UserReservedId, "bookQty":bookQty}, this.UpdateBookQty.getArguments().slice(2));
	},
	UpdateBookDisabledByCommodity: function(commoditys) {
		return this.invoke("UpdateBookDisabledByCommodity", {"commoditys":commoditys}, this.UpdateBookDisabledByCommodity.getArguments().slice(1));
	},
	CheckUserIsLogin: function() {
		return this.invoke("CheckUserIsLogin", {}, this.CheckUserIsLogin.getArguments().slice(0));
	},
	GetPointsByExchangeId: function(PointExchangeId) {
		return this.invoke("GetPointsByExchangeId", {"PointExchangeId":PointExchangeId}, this.GetPointsByExchangeId.getArguments().slice(1));
	},
	GetPointsByUserId: function() {
		return this.invoke("GetPointsByUserId", {}, this.GetPointsByUserId.getArguments().slice(0));
	},
	DeleteOldAddress: function(ConsigneeId) {
		return this.invoke("DeleteOldAddress", {"ConsigneeId":ConsigneeId}, this.DeleteOldAddress.getArguments().slice(1));
	},
	SetDefaultAddress: function(ConsigneeId) {
		return this.invoke("SetDefaultAddress", {"ConsigneeId":ConsigneeId}, this.SetDefaultAddress.getArguments().slice(1));
	},
	showCycleDate: function(dateForm, dateTo, CycleDate, CycleTime) {
		return this.invoke("showCycleDate", {"dateForm":dateForm, "dateTo":dateTo, "CycleDate":CycleDate, "CycleTime":CycleTime}, this.showCycleDate.getArguments().slice(4));
	},
	showCycleMonthDate: function(dates) {
		return this.invoke("showCycleMonthDate", {"dates":dates}, this.showCycleMonthDate.getArguments().slice(1));
	},
	CheckIsReserveByCommodityId: function(commodityId) {
		return this.invoke("CheckIsReserveByCommodityId", {"commodityId":commodityId}, this.CheckIsReserveByCommodityId.getArguments().slice(1));
	},
	CheckIsExistFreshAndVege: function() {
		return this.invoke("CheckIsExistFreshAndVege", {}, this.CheckIsExistFreshAndVege.getArguments().slice(0));
	},
	GetDistrictDesc: function(strDistrict, flag) {
		return this.invoke("GetDistrictDesc", {"strDistrict":strDistrict, "flag":flag}, this.GetDistrictDesc.getArguments().slice(2));
	},
	url: '/ajaxpro/eFruit_EN_SH.Js.AjaxProOperate,eFruit_EN_SH.ashx'
}));
eFruit_EN_SH.Js.AjaxProOperate = new eFruit_EN_SH.Js.AjaxProOperate_class();


