- GenericDao<E,K extends java.io.Serializable> - Interface in org.cookbookgeeks.webkochbuch.dao
-
Generic Interface for Data Access Objects, defining some basic
database transactions.
- GenericHibernateDao<E,K extends java.io.Serializable> - Class in org.cookbookgeeks.webkochbuch.dao
-
Implementation of the Interface Dao.
- GenericHibernateDao(Class<E>) - Constructor for class org.cookbookgeeks.webkochbuch.dao.GenericHibernateDao
-
Standard constructor.
- genericSearch(Model, String) - Method in class org.cookbookgeeks.webkochbuch.web.SearchController
-
Calls a generic search method for the given pattern.
- getAmount() - Method in class org.cookbookgeeks.webkochbuch.domain.Ingredient
-
- getAuthorities() - Method in class org.cookbookgeeks.webkochbuch.security.AuthenticationUserDetails
- getByUserName(String) - Method in class org.cookbookgeeks.webkochbuch.service.UserHibernateService
-
Gets an user by its username.
- getByUserName(String) - Method in interface org.cookbookgeeks.webkochbuch.service.UserService
-
Gets an user by its username.
- getCategory() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getComment() - Method in class org.cookbookgeeks.webkochbuch.domain.Comment
-
- getComments() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getComments() - Method in class org.cookbookgeeks.webkochbuch.domain.User
-
- getContent() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getCreation() - Method in class org.cookbookgeeks.webkochbuch.domain.Comment
-
- getCreation() - Method in class org.cookbookgeeks.webkochbuch.domain.Image
-
- getCreation() - Method in class org.cookbookgeeks.webkochbuch.domain.Ingredient
-
- getCreation() - Method in class org.cookbookgeeks.webkochbuch.domain.Rating
-
- getCreation() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getCreation() - Method in class org.cookbookgeeks.webkochbuch.domain.User
-
- getCurrentDriver() - Static method in class org.cookbookgeeks.webkochbuch.BrowserDriver
-
- getDescription() - Method in class org.cookbookgeeks.webkochbuch.domain.Image
-
- getDescription() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getEmail() - Method in class org.cookbookgeeks.webkochbuch.domain.User
-
- getId() - Method in class org.cookbookgeeks.webkochbuch.domain.Category
-
- getId() - Method in class org.cookbookgeeks.webkochbuch.domain.Comment
-
- getId() - Method in class org.cookbookgeeks.webkochbuch.domain.Image
-
- getId() - Method in class org.cookbookgeeks.webkochbuch.domain.Ingredient
-
- getId() - Method in class org.cookbookgeeks.webkochbuch.domain.Measure
-
- getId() - Method in class org.cookbookgeeks.webkochbuch.domain.Rating
-
- getId() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getId() - Method in class org.cookbookgeeks.webkochbuch.domain.User
-
- getImages() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getImages() - Method in class org.cookbookgeeks.webkochbuch.domain.User
-
- getIngredients() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getList() - Method in class org.cookbookgeeks.webkochbuch.RecipeControllerTest
-
- getLogin(boolean, Model) - Method in class org.cookbookgeeks.webkochbuch.web.HomeController
-
Shows the home view with parameter for login-error
- getLogout(boolean, Model) - Method in class org.cookbookgeeks.webkochbuch.web.HomeController
-
Shows the home view with parameter for log-out
- getMeasure() - Method in class org.cookbookgeeks.webkochbuch.domain.Ingredient
-
- getModification() - Method in class org.cookbookgeeks.webkochbuch.domain.Comment
-
- getModification() - Method in class org.cookbookgeeks.webkochbuch.domain.Image
-
- getModification() - Method in class org.cookbookgeeks.webkochbuch.domain.Ingredient
-
- getModification() - Method in class org.cookbookgeeks.webkochbuch.domain.Rating
-
- getModification() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getModification() - Method in class org.cookbookgeeks.webkochbuch.domain.User
-
- getName() - Method in class org.cookbookgeeks.webkochbuch.domain.Category
-
- getName() - Method in class org.cookbookgeeks.webkochbuch.domain.Ingredient
-
- getName() - Method in class org.cookbookgeeks.webkochbuch.domain.Measure
-
- getPageLoaded() - Static method in class org.cookbookgeeks.webkochbuch.BrowserDriver
-
- getPassword() - Method in class org.cookbookgeeks.webkochbuch.security.AuthenticationUserDetails
- getPasswordHash() - Method in class org.cookbookgeeks.webkochbuch.domain.User
-
- getPath() - Method in class org.cookbookgeeks.webkochbuch.domain.Image
-
- getPreparationEndurance() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getRating() - Method in class org.cookbookgeeks.webkochbuch.domain.Rating
-
- getRatings() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getRatings() - Method in class org.cookbookgeeks.webkochbuch.domain.User
-
- getRecipe() - Method in class org.cookbookgeeks.webkochbuch.domain.Comment
-
- getRecipe() - Method in class org.cookbookgeeks.webkochbuch.domain.Image
-
- getRecipe() - Method in class org.cookbookgeeks.webkochbuch.domain.Ingredient
-
- getRecipe() - Method in class org.cookbookgeeks.webkochbuch.domain.Rating
-
- getRecipe() - Method in class org.cookbookgeeks.webkochbuch.RecipeControllerTest
-
- getRecipeFail() - Method in class org.cookbookgeeks.webkochbuch.RecipeControllerTest
-
- getRecipes() - Method in class org.cookbookgeeks.webkochbuch.domain.Category
-
- getRecipes() - Method in class org.cookbookgeeks.webkochbuch.domain.User
-
- getTitle() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getTotalEndurance() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getUser() - Method in class org.cookbookgeeks.webkochbuch.domain.Comment
-
- getUser() - Method in class org.cookbookgeeks.webkochbuch.domain.Image
-
- getUser() - Method in class org.cookbookgeeks.webkochbuch.domain.Rating
-
- getUser() - Method in class org.cookbookgeeks.webkochbuch.domain.Recipe
-
- getUserName() - Method in class org.cookbookgeeks.webkochbuch.domain.User
-
- getUsername() - Method in class org.cookbookgeeks.webkochbuch.security.AuthenticationUserDetails
- getViewUrl() - Method in class org.cookbookgeeks.webkochbuch.domain.Image
-