Uses of Class
org.bookstore.customer.entity.Customer
-
Uses of Customer in org.bookstore.customer.service
Modifier and TypeMethodDescriptionCustomerService.findCustomer
(long id) Finds a customer by identifier.CustomerService.registerCustomer
(Customer customer) Registers a customer.CustomerService.updateCustomer
(Customer customer) Updates the data of a customer.Modifier and TypeMethodDescriptionCustomerService.registerCustomer
(Customer customer) Registers a customer.CustomerService.updateCustomer
(Customer customer) Updates the data of a customer. -
Uses of Customer in org.bookstore.order.entity