|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jhu.oose.collegechef.middleman.ResultsMiddleman
edu.jhu.oose.collegechef.middleman.RecipeResultsMiddleman
public abstract class RecipeResultsMiddleman
Class that maintains a list of results based on recipes
Constructor Summary | |
---|---|
RecipeResultsMiddleman(java.lang.String sessionMapKey)
Creates a new instance of a RecipeResultsMiddleman |
Method Summary | |
---|---|
java.util.List<RecipeListing> |
getCurrentResults()
Returns the current results stored in this middleman |
void |
setCurrentResultsFromRecipeList(java.util.List<Recipe> currentResultsRecipeList)
Sets the current results for this middleman |
Methods inherited from class edu.jhu.oose.collegechef.middleman.ResultsMiddleman |
---|
getSessionMapKey |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecipeResultsMiddleman(java.lang.String sessionMapKey)
sessionMapKey
- the session map key for this middlemanMethod Detail |
---|
public java.util.List<RecipeListing> getCurrentResults()
public void setCurrentResultsFromRecipeList(java.util.List<Recipe> currentResultsRecipeList)
currentResultsRecipeList
- the new list of results for this middleman
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |