if(typeof SharepointPortal == "undefined") SharepointPortal={};
if(typeof SharepointPortal.LibraryService == "undefined") SharepointPortal.LibraryService={};
if(typeof SharepointPortal.LibraryService.ShoppingCartBLL_class == "undefined") SharepointPortal.LibraryService.ShoppingCartBLL_class={};
SharepointPortal.LibraryService.ShoppingCartBLL_class = function() {};
Object.extend(SharepointPortal.LibraryService.ShoppingCartBLL_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetShoppingCartHtml: function(belongSite) {
		return this.invoke("GetShoppingCartHtml", {"belongSite":belongSite}, this.GetShoppingCartHtml.getArguments().slice(1));
	},
	ServerSideAdd2ShoppingCart: function(ServiceId, DatabaseId, RecordId, Code, Name, UnitName, Price, Currency) {
		return this.invoke("ServerSideAdd2ShoppingCart", {"ServiceId":ServiceId, "DatabaseId":DatabaseId, "RecordId":RecordId, "Code":Code, "Name":Name, "UnitName":UnitName, "Price":Price, "Currency":Currency}, this.ServerSideAdd2ShoppingCart.getArguments().slice(8));
	},
	url: '/ajaxpro/SharepointPortal.LibraryService.ShoppingCartBLL,SharepointPortal.LibraryService.ashx'
}));
SharepointPortal.LibraryService.ShoppingCartBLL = new SharepointPortal.LibraryService.ShoppingCartBLL_class();

