Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
V
R
rate(int, Chef)
- Method in class edu.jhu.oose.collegechef.
Chef
Rate this Rateable.
rate(int, Chef)
- Method in interface edu.jhu.oose.collegechef.
Rateable
Rate this Rateable.
rate(int, Chef)
- Method in class edu.jhu.oose.collegechef.
Recipe
Rate this Rateable.
Rateable
- Interface in
edu.jhu.oose.collegechef
Represents an interface for things that can have ratings and be rated.
RateableCommentablePage
- Class in
edu.jhu.oose.collegechef.controller
Backing bean for pages that are rateable and commentable (recipe and chef)
RateableCommentablePage()
- Constructor for class edu.jhu.oose.collegechef.controller.
RateableCommentablePage
The default constructor for RateableCommentablePage
RaterBox
- Class in
edu.jhu.oose.collegechef.view
RaterBox()
- Constructor for class edu.jhu.oose.collegechef.view.
RaterBox
RaterBoxTag
- Class in
edu.jhu.oose.collegechef.view
RaterBoxTag()
- Constructor for class edu.jhu.oose.collegechef.view.
RaterBoxTag
Rating
- Class in
edu.jhu.oose.collegechef
Represents a rating that a user has posted to a Rateable object.
Rating(Chef, int)
- Constructor for class edu.jhu.oose.collegechef.
Rating
Creates a new Comment.
Rating()
- Constructor for class edu.jhu.oose.collegechef.
Rating
Default constructor for the Rating object
RatingManager
- Class in
edu.jhu.oose.collegechef.manager
Class that handles storing and deleting ratings Hibernate has a bug persisting OneToMany relations, and that is resolved here
RatingManager()
- Constructor for class edu.jhu.oose.collegechef.manager.
RatingManager
RatingTest
- Class in
edu.jhu.oose.collegechef.test
Class to test ratings of both a chef and a recipe
RatingTest()
- Constructor for class edu.jhu.oose.collegechef.test.
RatingTest
Recipe
- Class in
edu.jhu.oose.collegechef
Represents a single recipe.
Recipe(Chef, String, String, String)
- Constructor for class edu.jhu.oose.collegechef.
Recipe
Create a new Recipe.
RecipeDoesNotExistException
- Exception in
edu.jhu.oose.collegechef.exceptions
Exception generated when a user tries to access a recipe by an id not associated with a recipe
RecipeDoesNotExistException()
- Constructor for exception edu.jhu.oose.collegechef.exceptions.
RecipeDoesNotExistException
Creates an instance of this exception
RecipeDoesNotExistException(String)
- Constructor for exception edu.jhu.oose.collegechef.exceptions.
RecipeDoesNotExistException
Creates an instance of this exception with the given msg
RecipeKitchenItem
- Class in
edu.jhu.oose.collegechef.controller.kitchen
Backing bean for an equipment kitchen item
RecipeKitchenItem()
- Constructor for class edu.jhu.oose.collegechef.controller.kitchen.
RecipeKitchenItem
Default constructor for an RecipeKitchenItem object
RecipeKitchenItem(String)
- Constructor for class edu.jhu.oose.collegechef.controller.kitchen.
RecipeKitchenItem
Constructor for RecipeKitchenItem object
RecipeKitchenModule
- Class in
edu.jhu.oose.collegechef.controller.kitchen
Backing bean for the recipe kitchen module
RecipeKitchenModule(String)
- Constructor for class edu.jhu.oose.collegechef.controller.kitchen.
RecipeKitchenModule
Constructor for RecipeKitchenModule
RecipeListing
- Class in
edu.jhu.oose.collegechef.controller
Backing bean for displaying recipes in a row data table
RecipeListing()
- Constructor for class edu.jhu.oose.collegechef.controller.
RecipeListing
Default constructor for recipe listing
RecipeListing(Recipe)
- Constructor for class edu.jhu.oose.collegechef.controller.
RecipeListing
Constructor for recipe listing with desired recipe
RecipeManager
- Class in
edu.jhu.oose.collegechef.manager
Class that handles getting a recipe
RecipeManager()
- Constructor for class edu.jhu.oose.collegechef.manager.
RecipeManager
RecipeResult
- Class in
edu.jhu.oose.collegechef.controller
Backing bean for the recipe page
RecipeResult()
- Constructor for class edu.jhu.oose.collegechef.controller.
RecipeResult
Default constructor for a RecipeResult object
RecipeResultsMiddleman
- Class in
edu.jhu.oose.collegechef.middleman
Class that maintains a list of results based on recipes
RecipeResultsMiddleman(String)
- Constructor for class edu.jhu.oose.collegechef.middleman.
RecipeResultsMiddleman
Creates a new instance of a RecipeResultsMiddleman
RecipeTest
- Class in
edu.jhu.oose.collegechef.test
Class to test the basic functionality of chefs
RecipeTest()
- Constructor for class edu.jhu.oose.collegechef.test.
RecipeTest
removeComment(Comment)
- Method in class edu.jhu.oose.collegechef.
Chef
Remove a comment.
removeComment(Comment)
- Method in interface edu.jhu.oose.collegechef.
Commentable
Remove a comment.
removeComment(Comment)
- Method in class edu.jhu.oose.collegechef.
Recipe
Remove a comment.
removeEquipmentFromKitchen()
- Method in class edu.jhu.oose.collegechef.controller.kitchen.
EquipmentKitchenModule
Method to remove an equipment from the kitchen
removeIngredientFromKitchen()
- Method in class edu.jhu.oose.collegechef.controller.kitchen.
IngredientKitchenModule
Method to remove an ingredient from the kitchen
removeKeywordFromKitchen()
- Method in class edu.jhu.oose.collegechef.controller.kitchen.
KeywordKitchenModule
Method to remove an keyword from the kitchen
removeRecipe(Recipe)
- Method in class edu.jhu.oose.collegechef.
Chef
Removes a recipe from the list of recipes created by this chef
removeRecipeFromKitchen()
- Method in class edu.jhu.oose.collegechef.controller.kitchen.
RecipeKitchenModule
Method to remove a recipe from the kitchen
removeReq(Requirement)
- Method in class edu.jhu.oose.collegechef.
Recipe
Remove a requirement from the req list
remRecipe(Chef, Recipe)
- Static method in class edu.jhu.oose.collegechef.manager.
ChefManager
Method to properly remove a recipe from a chef
Requirement
- Class in
edu.jhu.oose.collegechef
Represents a particularly requirement of a recipe.
Requirement(String)
- Constructor for class edu.jhu.oose.collegechef.
Requirement
Create a new Requirement.
Requirement()
- Constructor for class edu.jhu.oose.collegechef.
Requirement
Default Constructor for requirement
resetPassword(String)
- Static method in class edu.jhu.oose.collegechef.manager.
ChefManager
Method to reset the password of a user
ResultsMiddleman
- Class in
edu.jhu.oose.collegechef.middleman
Class that maintains a list of results based on a particular query
ResultsMiddleman()
- Constructor for class edu.jhu.oose.collegechef.middleman.
ResultsMiddleman
Creates a new instance of a ResultsMiddleman
ResultsMiddleman(String)
- Constructor for class edu.jhu.oose.collegechef.middleman.
ResultsMiddleman
Creates a new instance of a ResultsMiddleman
ResultsTable
- Class in
edu.jhu.oose.collegechef.controller
Backing bean for results table to display any type of results and includes pagination methods.
ResultsTable()
- Constructor for class edu.jhu.oose.collegechef.controller.
ResultsTable
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
V