| Package | Description |
|---|---|
| org.example.customerservice | |
| org.example.customerservice.server |
| Modifier and Type | Field and Description |
|---|---|
protected Customer |
UpdateCustomer.customer |
| Modifier and Type | Field and Description |
|---|---|
protected List<Customer> |
GetCustomersByNameResponse._return |
| Modifier and Type | Method and Description |
|---|---|
Customer |
ObjectFactory.createCustomer()
Create an instance of
Customer |
Customer |
UpdateCustomer.getCustomer()
Gets the value of the customer property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerService.getCustomersByName(String name) |
List<Customer> |
GetCustomersByNameResponse.getReturn()
Gets the value of the return property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCustomer.setCustomer(Customer value)
Sets the value of the customer property.
|
void |
CustomerService.updateCustomer(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerServiceImpl.getCustomersByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerServiceImpl.updateCustomer(Customer customer) |
Copyright © 2015 WSO2 Inc. All rights reserved.