Index

A B C D E F G H I J L M N P R S T U V 
All Classes and Interfaces|All Packages|Serialized Form

C

Cafe - Class in balu.pizza.webapp.models
The Entity of the cafe
Cafe() - Constructor for class balu.pizza.webapp.models.Cafe
Empty class constructor
Cafe(String, String, String, String, String, String) - Constructor for class balu.pizza.webapp.models.Cafe
Class constructor
CafeRepository - Interface in balu.pizza.webapp.repositiries
Repository for Entity Cafe
CafesController - Class in balu.pizza.webapp.controllers
Cafe Controller
CafesController(PizzaService, CafeService, UserUtil) - Constructor for class balu.pizza.webapp.controllers.CafesController
 
CafeService - Class in balu.pizza.webapp.services
Cafe Service
CafeService(CafeRepository, PizzaRepository) - Constructor for class balu.pizza.webapp.services.CafeService
 
changeUserInfo(Person, Model) - Method in class balu.pizza.webapp.controllers.PersonController
Edit user information page
checkPricePage(int, Model, Price) - Method in class balu.pizza.webapp.controllers.PizzaController
Control and edit pizza price page Admin only
choiceBase(Base, Model) - Method in class balu.pizza.webapp.controllers.AdminController
generating a page for selecting the base to be edited
choiceIngredient(Model) - Method in class balu.pizza.webapp.controllers.AdminController
Generating a page for selecting the ingredient to be edited
choiceTypeForEdit(TypeIngredient, Model) - Method in class balu.pizza.webapp.controllers.AdminController
generating a page for selecting the type of ingredient to be edited
configure(AuthenticationManagerBuilder) - Method in class balu.pizza.webapp.config.SecurityConfig
 
configure(HttpSecurity) - Method in class balu.pizza.webapp.config.SecurityConfig
 
confirmLogout(Model) - Method in class balu.pizza.webapp.controllers.AuthController
Generating the unlogin page
create(Base) - Method in class balu.pizza.webapp.services.BaseService
Create new Base
create(Cafe) - Method in class balu.pizza.webapp.services.CafeService
Save new Cafe to DB
create(Ingredient, TypeIngredient) - Method in class balu.pizza.webapp.services.IngredientService
Creates a new ingredient based on the data from the form
create(Pizza) - Method in class balu.pizza.webapp.services.PizzaService
saves new pizza to DB
create(StackItem) - Method in class balu.pizza.webapp.services.StackService
Writing a new Stack entity to the database
create(TypeIngredient) - Method in class balu.pizza.webapp.services.TypeService
Creating and saving new Type ingredient
createBase(Base, BindingResult, Model) - Method in class balu.pizza.webapp.controllers.AdminController
Validating and writing to the database of the created base
createCafe(Cafe, BindingResult, Model) - Method in class balu.pizza.webapp.controllers.AdminController
Validating and writing to the database of the created cafe
createIngredient(Ingredient, BindingResult, TypeIngredient, Model) - Method in class balu.pizza.webapp.controllers.AdminController
Validating and writing to the database of the created ingredient
createPerson(Person, BindingResult, String) - Method in class balu.pizza.webapp.controllers.AuthController
Validation user data.
createType(TypeIngredient, BindingResult, Model) - Method in class balu.pizza.webapp.controllers.AdminController
Validating and writing to the database of the created type ingredient
createUserWithAvatar(Person, BindingResult, String, MultipartFile) - Method in class balu.pizza.webapp.controllers.AuthController
Validation user data.
creatPizza(Pizza, BindingResult, Model) - Method in class balu.pizza.webapp.controllers.AdminController
Validating and writing to the database of the created pizza
A B C D E F G H I J L M N P R S T U V 
All Classes and Interfaces|All Packages|Serialized Form