- update(E) - Method in interface org.cookbookgeeks.webkochbuch.dao.GenericDao
-
Updates an entity.
- update(E) - Method in class org.cookbookgeeks.webkochbuch.dao.GenericHibernateDao
-
Updates an entity.
- update(Category) - Method in class org.cookbookgeeks.webkochbuch.service.CategoryHibernateService
-
Updates an entity.
- update(Category) - Method in interface org.cookbookgeeks.webkochbuch.service.CategoryService
-
Updates an entity.
- update(Comment) - Method in class org.cookbookgeeks.webkochbuch.service.CommentHibernateService
-
Updates an entity.
- update(Comment) - Method in interface org.cookbookgeeks.webkochbuch.service.CommentService
-
Updates an entity.
- update(Image) - Method in class org.cookbookgeeks.webkochbuch.service.ImageHibernateService
-
Updates an entity.
- update(Image) - Method in interface org.cookbookgeeks.webkochbuch.service.ImageService
-
Updates an entity.
- update(Ingredient) - Method in class org.cookbookgeeks.webkochbuch.service.IngredientHibernateService
-
Updates an entity.
- update(List<Ingredient>) - Method in class org.cookbookgeeks.webkochbuch.service.IngredientHibernateService
-
Update a list of ingredients.
- update(Ingredient) - Method in interface org.cookbookgeeks.webkochbuch.service.IngredientService
-
Updates an entity.
- update(List<Ingredient>) - Method in interface org.cookbookgeeks.webkochbuch.service.IngredientService
-
Update a list of ingredients.
- update(Measure) - Method in class org.cookbookgeeks.webkochbuch.service.MeasureHibernateService
-
Updates an entity.
- update(Measure) - Method in interface org.cookbookgeeks.webkochbuch.service.MeasureService
-
Updates an entity.
- update(Rating) - Method in class org.cookbookgeeks.webkochbuch.service.RatingHibernateService
-
Updates an entity.
- update(Rating) - Method in interface org.cookbookgeeks.webkochbuch.service.RatingService
-
Updates an entity.
- update(Recipe) - Method in class org.cookbookgeeks.webkochbuch.service.RecipeHibernateService
-
Updates an entity.
- update(Recipe) - Method in interface org.cookbookgeeks.webkochbuch.service.RecipeService
-
Updates an entity.
- update(User) - Method in class org.cookbookgeeks.webkochbuch.service.UserHibernateService
-
Updates an entity.
- update(User) - Method in interface org.cookbookgeeks.webkochbuch.service.UserService
-
Updates an entity.
- uploadFileHandler(MultipartFile, String) - Method in class org.cookbookgeeks.webkochbuch.web.FileUploadController
-
Accepts a file and a description string, saves the file to a target directory
and persists an image object to the database.
- User - Class in org.cookbookgeeks.webkochbuch.domain
-
- User() - Constructor for class org.cookbookgeeks.webkochbuch.domain.User
-
Standard constructor.
- User(String, String, String, Date, Date) - Constructor for class org.cookbookgeeks.webkochbuch.domain.User
-
Constructor without id.
- UserDao - Interface in org.cookbookgeeks.webkochbuch.dao
-
User Dao interface.
- UserHibernateDao - Class in org.cookbookgeeks.webkochbuch.dao
-
Data access object for users.
- UserHibernateDao() - Constructor for class org.cookbookgeeks.webkochbuch.dao.UserHibernateDao
-
Standard constructor.
- UserHibernateService - Class in org.cookbookgeeks.webkochbuch.service
-
Service class for recipe related database operation.
- UserHibernateService() - Constructor for class org.cookbookgeeks.webkochbuch.service.UserHibernateService
-
- UserService - Interface in org.cookbookgeeks.webkochbuch.service
-
Service interface for an user interface.
- UserServiceAuthenticationProvider - Class in org.cookbookgeeks.webkochbuch.security
-
AuthenticationProvider implementation for spring security that uses our own
service layer to access user information from the database.
- UserServiceAuthenticationProvider() - Constructor for class org.cookbookgeeks.webkochbuch.security.UserServiceAuthenticationProvider
-