- categories(Model) - Method in class org.cookbookgeeks.webkochbuch.web.CategoryController
-
Shows all categories.
- Category - Class in org.cookbookgeeks.webkochbuch.domain
-
- Category() - Constructor for class org.cookbookgeeks.webkochbuch.domain.Category
-
Standard Constructor.
- Category(String) - Constructor for class org.cookbookgeeks.webkochbuch.domain.Category
-
Constructor without id.
- category(Model, long) - Method in class org.cookbookgeeks.webkochbuch.web.CategoryController
-
Shows all recipes that belong to a given category.
- CategoryController - Class in org.cookbookgeeks.webkochbuch.web
-
This controller processes all category related requests.
- CategoryController() - Constructor for class org.cookbookgeeks.webkochbuch.web.CategoryController
-
- CategoryDao - Interface in org.cookbookgeeks.webkochbuch.dao
-
Category Dao interface.
- CategoryHibernateDao - Class in org.cookbookgeeks.webkochbuch.dao
-
Data access object for categories.
- CategoryHibernateDao() - Constructor for class org.cookbookgeeks.webkochbuch.dao.CategoryHibernateDao
-
Standard constructor.
- CategoryHibernateService - Class in org.cookbookgeeks.webkochbuch.service
-
Service class for category related database operations.
- CategoryHibernateService() - Constructor for class org.cookbookgeeks.webkochbuch.service.CategoryHibernateService
-
- CategoryService - Interface in org.cookbookgeeks.webkochbuch.service
-
Service interface for a category service.
- checkForError() - Static method in class org.cookbookgeeks.webkochbuch.BrowserDriver
-
- clickLink(String) - Static method in class org.cookbookgeeks.webkochbuch.BrowserDriver
-
- clickLinkByID(String) - Static method in class org.cookbookgeeks.webkochbuch.BrowserDriver
-
- clickPage(String) - Static method in class org.cookbookgeeks.webkochbuch.BrowserDriver
-
- close() - Static method in class org.cookbookgeeks.webkochbuch.BrowserDriver
-
- Comment - Class in org.cookbookgeeks.webkochbuch.domain
-
- Comment() - Constructor for class org.cookbookgeeks.webkochbuch.domain.Comment
-
Standard constructor.
- Comment(String, User, Recipe, Date, Date) - Constructor for class org.cookbookgeeks.webkochbuch.domain.Comment
-
Constructor without id.
- comment(long, String) - Method in class org.cookbookgeeks.webkochbuch.web.RecipeController
-
Adds a new comment from the current user to the recipe.
- CommentDao - Interface in org.cookbookgeeks.webkochbuch.dao
-
Comment Dao interface.
- CommentHibernateDao - Class in org.cookbookgeeks.webkochbuch.dao
-
Data access object for comments.
- CommentHibernateDao() - Constructor for class org.cookbookgeeks.webkochbuch.dao.CommentHibernateDao
-
Standard constructor.
- CommentHibernateService - Class in org.cookbookgeeks.webkochbuch.service
-
Service class for comment related database operations.
- CommentHibernateService() - Constructor for class org.cookbookgeeks.webkochbuch.service.CommentHibernateService
-
- CommentService - Interface in org.cookbookgeeks.webkochbuch.service
-
Service interface for a comment interface.
- contactForm() - Method in class org.cookbookgeeks.webkochbuch.web.HomeController
-
Shows the contact form.
- createIndex() - Method in class org.cookbookgeeks.webkochbuch.web.SearchController
-
Calls the createIndex() method.
- createIndexFiles() - Method in class org.cookbookgeeks.webkochbuch.helper.ApacheLuceneHelper
-
Manually creates index files of unindexed yet existing entities from the database.
- CreateRecipeStepDefinitions - Class in org.cookbookgeeks.webkochbuch
-
- CreateRecipeStepDefinitions() - Constructor for class org.cookbookgeeks.webkochbuch.CreateRecipeStepDefinitions
-
- CustomUserDetailsService - Class in org.cookbookgeeks.webkochbuch.security
-
UserDetails implementation for our costum AuthenticationProvider implementation.
- CustomUserDetailsService() - Constructor for class org.cookbookgeeks.webkochbuch.security.CustomUserDetailsService
-