Uses of Record Class
org.bookstore.customer.dto.CustomerInfo
Packages that use CustomerInfo
-
Uses of CustomerInfo in org.bookstore.customer.service
Methods in org.bookstore.customer.service that return types with arguments of type CustomerInfoModifier and TypeMethodDescriptionCustomerService.searchCustomers
(String name) Searches for customers by name.
A customer is included in the result if his first or last name matches the specified name.