A B C D E F G I J M O P R S U 
All Classes All Packages

O

Order - Class in edu.cnm.deepdive.albuquirky.model.entity
This is the Order entity 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 Order by 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 Order on behalf of the OrderService class, using methods from the OrderRepository interface.
OrderService(OrderRepository, ProfileRepository, ProductOnOrderRepository) - Constructor for class edu.cnm.deepdive.albuquirky.service.OrderService
The constructor creates instances of OrderRepository and ProfileRepository.
A B C D E F G I J M O P R S U 
All Classes All Packages