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

F

findAll() - Method in interface balu.pizza.webapp.repositiries.BaseRepository
 
findAll() - Method in class balu.pizza.webapp.services.BaseService
 
findAll() - Method in class balu.pizza.webapp.services.CafeService
 
findAll() - Method in class balu.pizza.webapp.services.IngredientService
 
findAll() - Method in class balu.pizza.webapp.services.PersonService
Searches all users
findAll() - Method in class balu.pizza.webapp.services.PizzaService
Searches all pizzas
findAll() - Method in class balu.pizza.webapp.services.StackService
Searches all Stack items
findAll() - Method in class balu.pizza.webapp.services.TypeService
Searches all types
findAllSort() - Method in class balu.pizza.webapp.services.IngredientService
 
findAllSorted() - Method in class balu.pizza.webapp.services.BaseService
 
findAllSorted() - Method in class balu.pizza.webapp.services.CafeService
 
findAllSorted() - Method in class balu.pizza.webapp.services.TypeService
Searches all types
findAllSorted(String) - Method in class balu.pizza.webapp.services.StackService
Searches all Stack items
findAllSortedBy(String) - Method in class balu.pizza.webapp.services.PizzaService
Searches all pizza in DB
findByCafe(Cafe) - Method in class balu.pizza.webapp.services.PizzaService
Searches of all pizzas associated with the cafe
findByCafes(Cafe, Sort) - Method in interface balu.pizza.webapp.repositiries.PizzaRepository
Search for pizza by entity Cafe
findByEmail(String) - Method in interface balu.pizza.webapp.repositiries.PersonRepository
Search for a user by email
findById(int) - Method in interface balu.pizza.webapp.repositiries.CafeRepository
Search cafe by ID
findById(int) - Method in class balu.pizza.webapp.services.BaseService
Find base by ID
findById(int) - Method in class balu.pizza.webapp.services.CafeService
Find Cafe by ID
findById(int) - Method in class balu.pizza.webapp.services.IngredientService
Searches for an ingredient by ID
findById(int) - Method in class balu.pizza.webapp.services.PizzaService
Searches pizza by id
findById(int) - Method in class balu.pizza.webapp.services.TypeService
Searches TypeIngredient by ID
findByName(String) - Method in interface balu.pizza.webapp.repositiries.BaseRepository
Search Base by Name
findByName(String) - Method in interface balu.pizza.webapp.repositiries.IngredientRepository
Search Ingredient by Name
findByName(String) - Method in interface balu.pizza.webapp.repositiries.PizzaRepository
Search pizza by name
findByName(String) - Method in interface balu.pizza.webapp.repositiries.TypesRepository
Search for a Type of Ingredient by name
findByName(String) - Method in class balu.pizza.webapp.services.BaseService
Base search method by name
findByName(String) - Method in class balu.pizza.webapp.services.PizzaService
Searches pizza by name
findByName(String) - Method in class balu.pizza.webapp.services.TypeService
Searches Type ingredient by name
findByPerson(Person) - Method in class balu.pizza.webapp.services.PizzaService
Searches all pizzas associated with the user
findByPersons(Person) - Method in interface balu.pizza.webapp.repositiries.PizzaRepository
Search for pizza by entity Person
findByPizza(Pizza) - Method in class balu.pizza.webapp.services.IngredientService
List of all ingredients by Pizza
findByPizzas(Pizza, Sort) - Method in interface balu.pizza.webapp.repositiries.IngredientRepository
Selection from the pizza ingredient database
findByPizzaSize(String) - Method in class balu.pizza.webapp.services.PizzaService
Searches all pizzas by base size
findByUsername(String) - Method in interface balu.pizza.webapp.repositiries.PersonDetailRepository
Search for a user by name
findByUsername(String) - Method in interface balu.pizza.webapp.repositiries.PersonRepository
Search for a user by name
findDistinctPizzaByBase_SizeLikeIgnoreCase(String, Sort) - Method in interface balu.pizza.webapp.repositiries.PizzaRepository
Search for pizza by field size in entity base
findIngredientByName(String) - Method in class balu.pizza.webapp.services.IngredientService
Searches for an Ingredient by Name
findOne(int) - Method in class balu.pizza.webapp.services.PersonService
Searches user by ID
findUserByEmail(String) - Method in class balu.pizza.webapp.services.PersonService
The method of searching for a User by email
findUserByUsername(String) - Method in class balu.pizza.webapp.services.PersonService
The method of searching for a User by username
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