|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Customer | |
|---|---|
| com.example.customerservice | |
| com.example.customerservice.flow | |
| com.example.customerservice.server | |
| Uses of Customer in com.example.customerservice |
|---|
| Fields in com.example.customerservice declared as Customer | |
|---|---|
protected Customer |
UpdateCustomer.customer
|
| Fields in com.example.customerservice with type parameters of type Customer | |
|---|---|
protected List<Customer> |
GetCustomersByNameResponse._return
|
| Methods in com.example.customerservice that return Customer | |
|---|---|
Customer |
ObjectFactory.createCustomer()
Create an instance of Customer |
Customer |
UpdateCustomer.getCustomer()
Gets the value of the customer property. |
| Methods in com.example.customerservice that return types with arguments of type Customer | |
|---|---|
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 | |
|---|---|
void |
UpdateCustomer.setCustomer(Customer value)
Sets the value of the customer property. |
void |
CustomerService.updateCustomer(Customer customer)
|
| Uses of Customer in com.example.customerservice.flow |
|---|
| Fields in com.example.customerservice.flow with type parameters of type Customer | |
|---|---|
protected List<Customer> |
CustomersByNameGlobalTransformer.m_Customers
the list of customers that were obtained from webservice. |
protected List<Customer> |
CustomersByName.m_Customers
the list of customers that were obtained from webservice. |
| Uses of Customer in com.example.customerservice.server |
|---|
| Methods in com.example.customerservice.server that return types with arguments of type Customer | |
|---|---|
List<Customer> |
CustomerServiceImpl.getCustomersByName(String name)
|
| Methods in com.example.customerservice.server with parameters of type Customer | |
|---|---|
void |
CustomerServiceImpl.updateCustomer(Customer customer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||