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

P

Person - Class in balu.pizza.webapp.models
Entity user
Person() - Constructor for class balu.pizza.webapp.models.Person
 
Person(String, String, String) - Constructor for class balu.pizza.webapp.models.Person
 
Person(String, String, String, String) - Constructor for class balu.pizza.webapp.models.Person
 
PersonController - Class in balu.pizza.webapp.controllers
Users controller
PersonController(UserUtil, PizzaService, PersonValidator, PersonService) - Constructor for class balu.pizza.webapp.controllers.PersonController
 
PersonDetailRepository - Interface in balu.pizza.webapp.repositiries
 
PersonDetails - Class in balu.pizza.webapp.security
A class required for Spring Security authorization to work correctly
PersonDetails(Person) - Constructor for class balu.pizza.webapp.security.PersonDetails
 
PersonDetailService - Class in balu.pizza.webapp.services
PersonDetail Service
PersonDetailService(PersonDetailRepository) - Constructor for class balu.pizza.webapp.services.PersonDetailService
 
PersonNotCreatedException - Exception in balu.pizza.webapp.util
 
PersonNotCreatedException(String) - Constructor for exception balu.pizza.webapp.util.PersonNotCreatedException
 
PersonRepository - Interface in balu.pizza.webapp.repositiries
User Repository
PersonService - Class in balu.pizza.webapp.services
Person Service
PersonService(PersonRepository, PizzaRepository, PasswordEncoder) - Constructor for class balu.pizza.webapp.services.PersonService
Implementing repositories
PersonValidator - Class in balu.pizza.webapp.util
 
PersonValidator(PersonService) - Constructor for class balu.pizza.webapp.util.PersonValidator
 
Pizza - Class in balu.pizza.webapp.models
Pizza Entity Pizza consists of entities: Base + list of Ingredients
Pizza() - Constructor for class balu.pizza.webapp.models.Pizza
 
Pizza(String) - Constructor for class balu.pizza.webapp.models.Pizza
 
Pizza(String, double) - Constructor for class balu.pizza.webapp.models.Pizza
 
pizzaAvailability(int, Model) - Method in class balu.pizza.webapp.controllers.CafesController
The page displays the presence of pizza in the cafe menu
PizzaController - Class in balu.pizza.webapp.controllers
Pizza controller
PizzaController(PizzaService, PersonService, CafeService, UserUtil, IngredientService) - Constructor for class balu.pizza.webapp.controllers.PizzaController
 
pizzaPage(int, Model) - Method in class balu.pizza.webapp.controllers.PizzaController
Page for displaying detailed pizza information
PizzaRepository - Interface in balu.pizza.webapp.repositiries
Repository for Entity Base
PizzaService - Class in balu.pizza.webapp.services
Pizza service
PizzaService(PizzaRepository, IngredientService) - Constructor for class balu.pizza.webapp.services.PizzaService
Implementing dependencies
PizzaSiteAppApplication - Class in balu.pizza.webapp
Main application launch class
PizzaSiteAppApplication() - Constructor for class balu.pizza.webapp.PizzaSiteAppApplication
 
PizzaValidator - Class in balu.pizza.webapp.util
 
PizzaValidator(PizzaService) - Constructor for class balu.pizza.webapp.util.PizzaValidator
 
Price - Class in balu.pizza.webapp.models
 
Price() - Constructor for class balu.pizza.webapp.models.Price
 
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