if(typeof Vodafone == "undefined") Vodafone={};
if(typeof Vodafone.eStore == "undefined") Vodafone.eStore={};
if(typeof Vodafone.eStore.Webshop == "undefined") Vodafone.eStore.Webshop={};
if(typeof Vodafone.eStore.Webshop.Control2 == "undefined") Vodafone.eStore.Webshop.Control2={};
if(typeof Vodafone.eStore.Webshop.Control2.AjaxHelper == "undefined") Vodafone.eStore.Webshop.Control2.AjaxHelper={};
Vodafone.eStore.Webshop.Control2.AjaxHelper_class = function() {};
Object.extend(Vodafone.eStore.Webshop.Control2.AjaxHelper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDataTransferObject: function(numElements) {
		return this.invoke("GetDataTransferObject", {"numElements":numElements}, this.GetDataTransferObject.getArguments().slice(1));
	},
	AjaxPageLoad: function(inData) {
		return this.invoke("AjaxPageLoad", {"inData":inData}, this.AjaxPageLoad.getArguments().slice(1));
	},
	Update: function(inData) {
		return this.invoke("Update", {"inData":inData}, this.Update.getArguments().slice(1));
	},
	url: '/ajaxpro/Vodafone.eStore.Webshop.Control2.AjaxHelper,eStore.ashx'
}));
Vodafone.eStore.Webshop.Control2.AjaxHelper = new Vodafone.eStore.Webshop.Control2.AjaxHelper_class();

