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 the specified name is contained in the first or last name.