- rate(Model, long, int) - Method in class org.cookbookgeeks.webkochbuch.web.RecipeController
-
Adds a new rating from the current user to a recipe.
- Rating - Class in org.cookbookgeeks.webkochbuch.domain
-
- Rating() - Constructor for class org.cookbookgeeks.webkochbuch.domain.Rating
-
Standard constructor.
- Rating(User, Recipe, Integer, Date, Date) - Constructor for class org.cookbookgeeks.webkochbuch.domain.Rating
-
Constructor without id.
- RatingDao - Interface in org.cookbookgeeks.webkochbuch.dao
-
Rating Dao interface.
- RatingHibernateDao - Class in org.cookbookgeeks.webkochbuch.dao
-
Data access object for ratings.
- RatingHibernateDao() - Constructor for class org.cookbookgeeks.webkochbuch.dao.RatingHibernateDao
-
Standard constructor.
- RatingHibernateService - Class in org.cookbookgeeks.webkochbuch.service
-
Service class for rating related database operations.
- RatingHibernateService() - Constructor for class org.cookbookgeeks.webkochbuch.service.RatingHibernateService
-
- RatingService - Interface in org.cookbookgeeks.webkochbuch.service
-
Service interface for a rating service.
- ReadRecipeStepDefinition - Class in org.cookbookgeeks.webkochbuch
-
- ReadRecipeStepDefinition() - Constructor for class org.cookbookgeeks.webkochbuch.ReadRecipeStepDefinition
-
- Recipe - Class in org.cookbookgeeks.webkochbuch.domain
-
POJO which represents a Recipe.
- Recipe() - Constructor for class org.cookbookgeeks.webkochbuch.domain.Recipe
-
Standard Constructor.
- Recipe(String, String, String, Integer, Integer, Date, Date, Category, User) - Constructor for class org.cookbookgeeks.webkochbuch.domain.Recipe
-
Constructor without id.
- RecipeController - Class in org.cookbookgeeks.webkochbuch.web
-
- RecipeController() - Constructor for class org.cookbookgeeks.webkochbuch.web.RecipeController
-
- RecipeControllerTest - Class in org.cookbookgeeks.webkochbuch
-
- RecipeControllerTest() - Constructor for class org.cookbookgeeks.webkochbuch.RecipeControllerTest
-
- RecipeDao - Interface in org.cookbookgeeks.webkochbuch.dao
-
Recipe Dao interface.
- RecipeHibernateDao - Class in org.cookbookgeeks.webkochbuch.dao
-
Data access object for recipes.
- RecipeHibernateDao() - Constructor for class org.cookbookgeeks.webkochbuch.dao.RecipeHibernateDao
-
Standard constructor.
- RecipeHibernateService - Class in org.cookbookgeeks.webkochbuch.service
-
Service class for recipe related database operation.
- RecipeHibernateService() - Constructor for class org.cookbookgeeks.webkochbuch.service.RecipeHibernateService
-
- RecipeService - Interface in org.cookbookgeeks.webkochbuch.service
-
Service interface for a recipe service.
- RunTests - Class in org.cookbookgeeks.webkochbuch
-
- RunTests() - Constructor for class org.cookbookgeeks.webkochbuch.RunTests
-