if(typeof Modules_FaitesVosCourses_MasterPage == "undefined") Modules_FaitesVosCourses_MasterPage={};
Modules_FaitesVosCourses_MasterPage_class = function() {};
Object.extend(Modules_FaitesVosCourses_MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckPostal: function(postCode, countryCode) {
		return this.invoke("CheckPostal", {"postCode":postCode, "countryCode":countryCode}, this.CheckPostal.getArguments().slice(2));
	},
	PopUp: function() {
		return this.invoke("PopUp", {}, this.PopUp.getArguments().slice(0));
	},
	FirstCheckPostalDone: function() {
		return this.invoke("FirstCheckPostalDone", {}, this.FirstCheckPostalDone.getArguments().slice(0));
	},
	SetNeedReloadPage: function(needReloadPage) {
		return this.invoke("SetNeedReloadPage", {"needReloadPage":needReloadPage}, this.SetNeedReloadPage.getArguments().slice(1));
	},
	GetNeedReloadPage: function() {
		return this.invoke("GetNeedReloadPage", {}, this.GetNeedReloadPage.getArguments().slice(0));
	},
	IsStockShortage: function(productId) {
		return this.invoke("IsStockShortage", {"productId":productId}, this.IsStockShortage.getArguments().slice(1));
	},
	AddProductToShoppingList: function(shoppingListId, quantity, productId, price, btnOkClicked, ajoutAutomatique) {
		return this.invoke("AddProductToShoppingList", {"shoppingListId":shoppingListId, "quantity":quantity, "productId":productId, "price":price, "btnOkClicked":btnOkClicked, "ajoutAutomatique":ajoutAutomatique}, this.AddProductToShoppingList.getArguments().slice(6));
	},
	CheckLogin: function(userName, passWord) {
		return this.invoke("CheckLogin", {"userName":userName, "passWord":passWord}, this.CheckLogin.getArguments().slice(2));
	},
	SetSessionVariable: function(name, value) {
		return this.invoke("SetSessionVariable", {"name":name, "value":value}, this.SetSessionVariable.getArguments().slice(2));
	},
	GetSessionVariable: function(name) {
		return this.invoke("GetSessionVariable", {"name":name}, this.GetSessionVariable.getArguments().slice(1));
	},
	url: '/ajaxpro/Modules_FaitesVosCourses_MasterPage,App_Web_masterpage.master.c931e626.ashx'
}));
Modules_FaitesVosCourses_MasterPage = new Modules_FaitesVosCourses_MasterPage_class();

