if(typeof Skybrud == "undefined") Skybrud={};
if(typeof Skybrud.DanishCrown == "undefined") Skybrud.DanishCrown={};
Skybrud.DanishCrown.FoodServiceMapper_class = function() {};
Object.extend(Skybrud.DanishCrown.FoodServiceMapper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadFoodServiceCatList: function() {
		return this.invoke("LoadFoodServiceCatList", {}, this.LoadFoodServiceCatList.getArguments().slice(0));
	},
	DoProdSearch: function(catId, searchString) {
		return this.invoke("DoProdSearch", {"catId":catId, "searchString":searchString}, this.DoProdSearch.getArguments().slice(2));
	},
	GetProduct: function(prodId) {
		return this.invoke("GetProduct", {"prodId":prodId}, this.GetProduct.getArguments().slice(1));
	},
	GetRecipe: function(recipeId) {
		return this.invoke("GetRecipe", {"recipeId":recipeId}, this.GetRecipe.getArguments().slice(1));
	},
	url: '/ajaxpro/Skybrud.DanishCrown.FoodServiceMapper,Skybrud.DanishCrown.CorporateSite.ashx'
}));
Skybrud.DanishCrown.FoodServiceMapper = new Skybrud.DanishCrown.FoodServiceMapper_class();


