function RecipeFileService() { }
RecipeFileService._path = '/dwr';

RecipeFileService.addFeaturedSponsor = function(p0, p1, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'addFeaturedSponsor', p0, p1, callback);
}

RecipeFileService.deleteFeaturedSponsor = function(p0, p1, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'deleteFeaturedSponsor', p0, p1, callback);
}

RecipeFileService.updateFolderNote = function(p0, p1, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'updateFolderNote', p0, p1, callback);
}

RecipeFileService.addIngredientToShoppingList = function(p0, p1, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'addIngredientToShoppingList', p0, p1, callback);
}

RecipeFileService.removeIngredientFromShoppingList = function(p0, p1, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'removeIngredientFromShoppingList', p0, p1, callback);
}

RecipeFileService.clearShoppingList = function(p0, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'clearShoppingList', p0, callback);
}

RecipeFileService.incrementIngredientOrder = function(p0, p1, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'incrementIngredientOrder', p0, p1, callback);
}

RecipeFileService.decrementIngredientOrder = function(p0, p1, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'decrementIngredientOrder', p0, p1, callback);
}

RecipeFileService.editIngredientOnShoppinglist = function(p0, p1, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'editIngredientOnShoppinglist', p0, p1, callback);
}

RecipeFileService.addIngredientsToShoppingList = function(p0, p1, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'addIngredientsToShoppingList', p0, p1, callback);
}

RecipeFileService.checkUncheckPlacement = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(RecipeFileService._path, 'RecipeFileService', 'checkUncheckPlacement', p0, p1, p2, p3, callback);
}
