Uses of Class
org.bookstore.customer.exception.CustomerNotFoundException
-
Uses of CustomerNotFoundException in org.bookstore.customer.service
Modifier and TypeMethodDescriptionCustomerService.findCustomer
(long id) Finds a customer by identifier.CustomerService.updateCustomer
(Customer customer) Updates the data of a customer. -
Uses of CustomerNotFoundException in org.bookstore.order.service
Modifier and TypeMethodDescriptionOrderService.placeOrder
(long customerId, List<OrderItem> items) Places an order with the bookstore.OrderService.searchOrders
(long customerId, int year) Searches for orders by customer and year.