A B C D E F G I J M O P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- Order - Class in edu.cnm.deepdive.albuquirky.model.entity
-
This is the
Orderentity class, which declares the attributes needed for orders. - Order() - Constructor for class edu.cnm.deepdive.albuquirky.model.entity.Order
- OrderController - Class in edu.cnm.deepdive.albuquirky.controller
-
The OrderController class is the @RestController that maps the endpoints of "/orders" for communication between the server-side and client-side for
Order. - OrderController(OrderService) - Constructor for class edu.cnm.deepdive.albuquirky.controller.OrderController
-
Constructs the instance of OrderService object.
- OrderRepository - Interface in edu.cnm.deepdive.albuquirky.model.dao
-
The OrderRepository interface gives an Optional
Orderby when the order was placed. - OrderService - Class in edu.cnm.deepdive.albuquirky.service
-
This class handles all of the business logic for getting, putting, posting, and deleting items from the
Orderon behalf of theOrderServiceclass, using methods from theOrderRepositoryinterface. - OrderService(OrderRepository, ProfileRepository, ProductOnOrderRepository) - Constructor for class edu.cnm.deepdive.albuquirky.service.OrderService
-
The constructor creates instances of
OrderRepositoryandProfileRepository.
All Classes All Packages