Uses of Class
com.example.customerservice.Customer
-
Packages that use Customer Package Description com.example.customerservice com.example.customerservice.server -
-
Uses of Customer in com.example.customerservice
Fields in com.example.customerservice declared as Customer Modifier and Type Field Description protected Customer
UpdateCustomer. customer
Fields in com.example.customerservice with type parameters of type Customer Modifier and Type Field Description protected List<Customer>
GetCustomersByNameResponse. _return
Methods in com.example.customerservice that return Customer Modifier and Type Method Description Customer
ObjectFactory. createCustomer()
Create an instance ofCustomer
Customer
UpdateCustomer. getCustomer()
Gets the value of the customer property.Methods in com.example.customerservice that return types with arguments of type Customer Modifier and Type Method Description List<Customer>
CustomerService. getCustomersByName(String name)
List<Customer>
GetCustomersByNameResponse. getReturn()
Gets the value of the return property.Methods in com.example.customerservice with parameters of type Customer Modifier and Type Method Description void
UpdateCustomer. setCustomer(Customer value)
Sets the value of the customer property.void
CustomerService. updateCustomer(Customer customer)
-
Uses of Customer in com.example.customerservice.server
Methods in com.example.customerservice.server that return types with arguments of type Customer Modifier and Type Method Description List<Customer>
CustomerServiceImpl. getCustomersByName(String name)
Methods in com.example.customerservice.server with parameters of type Customer Modifier and Type Method Description void
CustomerServiceImpl. updateCustomer(Customer customer)
-