if(typeof EPiServer == "undefined") EPiServer={};
if(typeof EPiServer.Wide == "undefined") EPiServer.Wide={};
EPiServer.Wide.ECommerce_class = function() {};
Object.extend(EPiServer.Wide.ECommerce_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateNrOfProducts: function(value) {
		return this.invoke("UpdateNrOfProducts", {"value":value}, this.UpdateNrOfProducts.getArguments().slice(1));
	},
	SaveAmountOfProducts: function(value) {
		return this.invoke("SaveAmountOfProducts", {"value":value}, this.SaveAmountOfProducts.getArguments().slice(1));
	},
	SetOrderSaved: function(value) {
		return this.invoke("SetOrderSaved", {"value":value}, this.SetOrderSaved.getArguments().slice(1));
	},
	SetDeletedRow: function(value) {
		return this.invoke("SetDeletedRow", {"value":value}, this.SetDeletedRow.getArguments().slice(1));
	},
	SetOldValue: function(value) {
		return this.invoke("SetOldValue", {"value":value}, this.SetOldValue.getArguments().slice(1));
	},
	SetOldBookIsbn: function(value) {
		return this.invoke("SetOldBookIsbn", {"value":value}, this.SetOldBookIsbn.getArguments().slice(1));
	},
	SetPrintInformation: function(value) {
		return this.invoke("SetPrintInformation", {"value":value}, this.SetPrintInformation.getArguments().slice(1));
	},
	ReadOldBookIsbn: function() {
		return this.invoke("ReadOldBookIsbn", {}, this.ReadOldBookIsbn.getArguments().slice(0));
	},
	ReadOldValue: function() {
		return this.invoke("ReadOldValue", {}, this.ReadOldValue.getArguments().slice(0));
	},
	ReadNrOfProducts: function() {
		return this.invoke("ReadNrOfProducts", {}, this.ReadNrOfProducts.getArguments().slice(0));
	},
	ReadDeletedRow: function() {
		return this.invoke("ReadDeletedRow", {}, this.ReadDeletedRow.getArguments().slice(0));
	},
	SetSoldOut: function(value) {
		return this.invoke("SetSoldOut", {"value":value}, this.SetSoldOut.getArguments().slice(1));
	},
	ReadSoldOut: function() {
		return this.invoke("ReadSoldOut", {}, this.ReadSoldOut.getArguments().slice(0));
	},
	ChooseSchool: function(value) {
		return this.invoke("ChooseSchool", {"value":value}, this.ChooseSchool.getArguments().slice(1));
	},
	url: '/ajaxpro/EPiServer.Wide.ECommerce,NaturOKultur.ashx'
}));
EPiServer.Wide.ECommerce = new EPiServer.Wide.ECommerce_class();


