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 CustomerUpdateCustomer. customerFields in com.example.customerservice with type parameters of type Customer Modifier and Type Field Description protected List<Customer>GetCustomersByNameResponse. _returnMethods in com.example.customerservice that return Customer Modifier and Type Method Description CustomerObjectFactory. createCustomer()Create an instance ofCustomerCustomerUpdateCustomer. 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 voidUpdateCustomer. setCustomer(Customer value)Sets the value of the customer property.voidCustomerService. 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 voidCustomerServiceImpl. updateCustomer(Customer customer)
-