Index
All Classes and Interfaces|All Packages
G
- getAllAtribut_Dishes(int, int) - Method in class com.myfood.controllers.AtributDishController
-
Retrieve a paginated list of all attribute-dish relationships.
- getAllAttributes(String, int, int) - Method in class com.myfood.controllers.AtributDishController
-
Retrieve attribute-dish relationships by the specified attributes.
- getAllDishes(int, int) - Method in class com.myfood.controllers.DishController
-
Retrieve all dishes.
- getAllListOrders(int, int) - Method in class com.myfood.controllers.ListOrderController
-
Retrieves a list of all list orders with user information excluding passwords.
- getAllMenus(int, int) - Method in class com.myfood.controllers.MenuController
-
Retrieve all menus.
- getAllOrders(int, int) - Method in class com.myfood.controllers.OrderController
-
Retrieves a paginated list of user orders.
- getAllOrdersForChef(int, int) - Method in class com.myfood.controllers.OrderController
-
Retrieves a paginated list of orders suitable for a cook, including associated dishes.
- getAllOrdersForUserPaginate(int, int, Long) - Method in class com.myfood.controllers.OrderController
-
Retrieves a paginated list of orders for a specific user.
- getAllRole() - Method in class com.myfood.controllers.RolController
-
Handles HTTP GET requests to retrieve a list of all roles.
- getAllSlots() - Method in class com.myfood.controllers.SlotController
-
Retrieves a list of all available time slots.
- getAllUser(Pageable) - Method in class com.myfood.controllers.UserController
-
Retrieve all users with simplified DTO representation.
- getAllVisibleMenus() - Method in class com.myfood.controllers.MenuController
-
Retrieves all visible menus.
- getAvailableSlots() - Method in class com.myfood.controllers.SlotController
-
Retrieves a list of available time slots for users.
- getDishByName(String) - Method in class com.myfood.controllers.DishController
-
Retrieve dishes by name, considering case-insensitive matching.
- getDishByNameVisible(String) - Method in class com.myfood.controllers.DishController
-
Retrieve visible dishes by name, considering case-insensitive matching.
- getDishesByAtributVisible(String, int, int) - Method in class com.myfood.controllers.AtributDishController
-
Retrieve dishes filtered by the specified attribute, considering only visible dishes.
- getDishesByCategory(String, int, int) - Method in class com.myfood.controllers.DishController
-
Retrieve dishes by category.
- getOneAtribut_Dish(Long, int, int) - Method in class com.myfood.controllers.AtributDishController
-
Retrieve a single attribute-dish relationship by ID.
- getOneDish(Long) - Method in class com.myfood.controllers.DishController
-
Retrieve a specific dish by its ID.
- getOneListOrder(Long) - Method in class com.myfood.controllers.ListOrderController
-
Retrieves details of a specific list order identified by its ID.
- getOneMenu(Long) - Method in class com.myfood.controllers.MenuController
-
Retrieve a specific menu by its ID.
- getOneOrder(Long) - Method in class com.myfood.controllers.OrderController
-
Retrieves details of a specific order identified by its ID.
- getOneRole(Long) - Method in class com.myfood.controllers.RolController
-
Retrieve a specific role by its ID.
- getOneSlot(Long) - Method in class com.myfood.controllers.SlotController
-
Retrieves details of a specific time slot identified by its ID.
- getOneUser(Long) - Method in class com.myfood.controllers.UserController
-
Retrieve a specific user by its ID with simplified DTO representation.
- getOrdersByDatePaginate(int, int, Integer, Integer, Integer) - Method in class com.myfood.controllers.OrderController
-
Retrieves a paginated list of orders based on the specified date parameters.
- getOrdersByOrderId(Long, int, int) - Method in class com.myfood.controllers.ListOrderController
-
Retrieves a paginated list of list orders associated with a specific order ID.
- getVisibleDishes(int, int) - Method in class com.myfood.controllers.DishController
- getVisibleDishesByCategory(String, int, int) - Method in class com.myfood.controllers.DishController
-
Retrieve visible dishes by category.
All Classes and Interfaces|All Packages