- add(E) - Method in interface org.cookbookgeeks.webkochbuch.dao.GenericDao
-
Adds an entity.
- add(E) - Method in class org.cookbookgeeks.webkochbuch.dao.GenericHibernateDao
-
Adds an entity.
- add(List<Ingredient>) - Method in class org.cookbookgeeks.webkochbuch.service.IngredientHibernateService
-
Persists a list of ingredients.
- add(List<Ingredient>) - Method in interface org.cookbookgeeks.webkochbuch.service.IngredientService
-
Persists a list of ingredients.
- addForm(Model) - Method in class org.cookbookgeeks.webkochbuch.web.RecipeController
-
Maps url which returns an input form view for adding recipes.
- addRecipe() - Method in class org.cookbookgeeks.webkochbuch.RecipeControllerTest
-
- addRecipe(Recipe, Long, List<Long>, List<Double>, List<Long>, List<String>) - Method in class org.cookbookgeeks.webkochbuch.web.RecipeController
-
Adding a recipe, optionally with image relationships.
- adminBackend() - Method in class org.cookbookgeeks.webkochbuch.web.HomeController
-
Shows the admin-backend.
- ApacheLuceneHelper - Class in org.cookbookgeeks.webkochbuch.helper
-
This is a helper class that contains methods which
will perform actions sometimes needed for maintenance.
- ApacheLuceneHelper() - Constructor for class org.cookbookgeeks.webkochbuch.helper.ApacheLuceneHelper
-
Standard constructor.
- authenticate(Authentication) - Method in class org.cookbookgeeks.webkochbuch.security.UserServiceAuthenticationProvider
- AuthenticationUserDetails - Class in org.cookbookgeeks.webkochbuch.security
-
Helper class to build a UserDetails instance.
- AuthenticationUserDetails(User, HashSet<GrantedAuthority>) - Constructor for class org.cookbookgeeks.webkochbuch.security.AuthenticationUserDetails
-
Standard constructor.