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
C
catchChefNotPresent()
- Method in class edu.jhu.oose.collegechef.test.
RecipeTest
changeChef()
- Method in class edu.jhu.oose.collegechef.test.
ChefTest
changePassword()
- Method in class edu.jhu.oose.collegechef.controller.
ChangePasswordForm
Method to change the user's password
ChangePasswordForm
- Class in
edu.jhu.oose.collegechef.controller
Backing bean for the change password form
ChangePasswordForm()
- Constructor for class edu.jhu.oose.collegechef.controller.
ChangePasswordForm
Default constructor to create a ChangePasswordForm object
checkChefExists(String)
- Static method in class edu.jhu.oose.collegechef.manager.
ChefManager
Method to check that a chef exists
checkChefExists()
- Method in class edu.jhu.oose.collegechef.test.
ChefTest
Chef
- Class in
edu.jhu.oose.collegechef
Represents a single user.
Chef(String, String)
- Constructor for class edu.jhu.oose.collegechef.
Chef
Creates a new Chef.
Chef()
- Constructor for class edu.jhu.oose.collegechef.
Chef
Default constructor with at least package visibility required for Hibernate
ChefAlreadyPresentException
- Exception in
edu.jhu.oose.collegechef.exceptions
Exception generated when a user tries to register with a name that is already taken by another chef
ChefAlreadyPresentException()
- Constructor for exception edu.jhu.oose.collegechef.exceptions.
ChefAlreadyPresentException
Creates an instance of this exception
ChefAlreadyPresentException(String)
- Constructor for exception edu.jhu.oose.collegechef.exceptions.
ChefAlreadyPresentException
Creates an instance of this exception with the given msg
ChefListing
- Class in
edu.jhu.oose.collegechef.controller
Backing bean for a chef's row in a data table
ChefListing()
- Constructor for class edu.jhu.oose.collegechef.controller.
ChefListing
Default constructor
ChefListing(Chef)
- Constructor for class edu.jhu.oose.collegechef.controller.
ChefListing
Constructor for chef listing object
ChefManager
- Class in
edu.jhu.oose.collegechef.manager
Class to interface with the interface and manage chef persistance
ChefManager()
- Constructor for class edu.jhu.oose.collegechef.manager.
ChefManager
ChefNotPresentException
- Exception in
edu.jhu.oose.collegechef.exceptions
Exception generated when a user tries to access a chef by an id / credentials not associated with a chef
ChefNotPresentException()
- Constructor for exception edu.jhu.oose.collegechef.exceptions.
ChefNotPresentException
Creates an instance of this exception
ChefNotPresentException(String)
- Constructor for exception edu.jhu.oose.collegechef.exceptions.
ChefNotPresentException
Creates an instance of this exception with the given msg
ChefProfile
- Class in
edu.jhu.oose.collegechef.controller
Backing bean for the chef's profile page
ChefProfile()
- Constructor for class edu.jhu.oose.collegechef.controller.
ChefProfile
Constructor to create new chefprofile
ChefRecipesMiddleman
- Class in
edu.jhu.oose.collegechef.middleman
Class that manages finding a chef's recipes
ChefRecipesMiddleman()
- Constructor for class edu.jhu.oose.collegechef.middleman.
ChefRecipesMiddleman
Creates an instance of ChefRecipesMiddleman
ChefResultsMiddleman
- Class in
edu.jhu.oose.collegechef.middleman
Class that maintains a list of results based on chefs
ChefResultsMiddleman(String)
- Constructor for class edu.jhu.oose.collegechef.middleman.
ChefResultsMiddleman
Creates a new instance of a ChefResultsMiddleman
ChefTest
- Class in
edu.jhu.oose.collegechef.test
Class to test the basic functionality of chefs
ChefTest()
- Constructor for class edu.jhu.oose.collegechef.test.
ChefTest
clearComments(Commentable)
- Static method in class edu.jhu.oose.collegechef.manager.
CommentManager
Properly clears a commentable's comments, taking into account Hibernate's OneToMany persistance bug
clearEquipmentItems()
- Method in class edu.jhu.oose.collegechef.controller.kitchen.
EquipmentKitchenModule
Method to cler the equipment items list
clearIngredientItems()
- Method in class edu.jhu.oose.collegechef.controller.kitchen.
IngredientKitchenModule
Method to clear the ingredient items
clearKeywordItems()
- Method in class edu.jhu.oose.collegechef.controller.kitchen.
KeywordKitchenModule
Method to clear the keyword items list
clearKitchen()
- Method in class edu.jhu.oose.collegechef.controller.
SearchForm
Method to clear the kitchen
clearRatings(Rateable)
- Static method in class edu.jhu.oose.collegechef.manager.
RatingManager
Properly clears a rateable's ratings, taking into account Hibernate's OneToMany persistance bug
clearRecipeItems()
- Method in class edu.jhu.oose.collegechef.controller.kitchen.
RecipeKitchenModule
Method to clear the recipe items list
ComboBox
- Class in
edu.jhu.oose.collegechef.controller
Backing bean for combo box to display ingredients Richfaces component that suggest from a list based on first few characters entered
ComboBox()
- Constructor for class edu.jhu.oose.collegechef.controller.
ComboBox
Constructor that populates the list.
comment(Comment)
- Method in class edu.jhu.oose.collegechef.
Chef
Post a comment.
Comment
- Class in
edu.jhu.oose.collegechef
Represents a comment that a user has posted to a Commentable object.
Comment(Chef, String)
- Constructor for class edu.jhu.oose.collegechef.
Comment
Creates a new Comment.
Comment()
- Constructor for class edu.jhu.oose.collegechef.
Comment
Default constructor for a Comment object
comment(Comment)
- Method in interface edu.jhu.oose.collegechef.
Commentable
Post a comment.
comment(Comment)
- Method in class edu.jhu.oose.collegechef.
Recipe
Post a comment.
Commentable
- Interface in
edu.jhu.oose.collegechef
Defines an interface for things that can have comments posted to them.
CommentManager
- Class in
edu.jhu.oose.collegechef.manager
Class that handles storing and deleting comments Hibernate has a bug persisting OneToMany relations, and that is resolved here
CommentManager()
- Constructor for class edu.jhu.oose.collegechef.manager.
CommentManager
CommentTest
- Class in
edu.jhu.oose.collegechef.test
Tests adding comments to chefs and ratings
CommentTest()
- Constructor for class edu.jhu.oose.collegechef.test.
CommentTest
createChef(String, String, String)
- Static method in class edu.jhu.oose.collegechef.manager.
ChefManager
Method to create a chef using username, password and alias
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