if(typeof SabisAjaxRoutines == "undefined") SabisAjaxRoutines={};
SabisAjaxRoutines_class = function() {};
Object.extend(SabisAjaxRoutines_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetCustPriceList: function(PriceCode) {
		return this.invoke("SetCustPriceList", {"PriceCode":PriceCode}, this.SetCustPriceList.getArguments().slice(1));
	},
	RecalcShoppingCart: function() {
		return this.invoke("RecalcShoppingCart", {}, this.RecalcShoppingCart.getArguments().slice(0));
	},
	AddToBasket: function(StockCodes, StockQty, SizeUnit, UOM) {
		return this.invoke("AddToBasket", {"StockCodes":StockCodes, "StockQty":StockQty, "SizeUnit":SizeUnit, "UOM":UOM}, this.AddToBasket.getArguments().slice(4));
	},
	LockOrUnlockPriceList: function(fLock) {
		return this.invoke("LockOrUnlockPriceList", {"fLock":fLock}, this.LockOrUnlockPriceList.getArguments().slice(1));
	},
	FindCartSize: function() {
		return this.invoke("FindCartSize", {}, this.FindCartSize.getArguments().slice(0));
	},
	url: '/ajaxpro/Capezio.SabisAjaxRoutines.SabisAjaxRoutines,Capezio.ashx'
}));
SabisAjaxRoutines = new SabisAjaxRoutines_class();

