test.org.benow.web.complete
Class RecipeServiceImpl

java.lang.Object
  extended by test.org.benow.web.complete.RecipeServiceImpl
All Implemented Interfaces:
org.benow.java.spec.Markup, org.benow.service.Service, RecipeService

public class RecipeServiceImpl
extends java.lang.Object
implements RecipeService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.benow.java.spec.Markup
org.benow.java.spec.Markup.ParamName, org.benow.java.spec.Markup.ReturnDescription
 
Field Summary
static java.lang.String RECIPES
           
static java.lang.String RECIPES_BY_CATEGORY
           
static java.lang.String RECIPES_BY_INGREDIENT
           
 
Constructor Summary
RecipeServiceImpl()
           
 
Method Summary
 test.org.benow.web.complete.Recipe getRecipeByTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECIPES

public static java.lang.String RECIPES

RECIPES_BY_CATEGORY

public static java.lang.String RECIPES_BY_CATEGORY

RECIPES_BY_INGREDIENT

public static java.lang.String RECIPES_BY_INGREDIENT
Constructor Detail

RecipeServiceImpl

public RecipeServiceImpl()
Method Detail

getRecipeByTitle

public test.org.benow.web.complete.Recipe getRecipeByTitle(java.lang.String title)
                                                    throws java.io.IOException
Specified by:
getRecipeByTitle in interface RecipeService
Throws:
java.io.IOException