| Modifier and Type | Method and Description |
|---|---|
static BulkService<Customer,Integer,Object> |
BulkServiceManager.createCustomerBulkService(Configuration config) |
static CrudService<Customer,Integer,Object> |
CrudServiceManager.createCustomerService(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerBulkService.getResult(Customer[] customers) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerBulkService.getResult(Customer[] customers) |
| Modifier and Type | Method and Description |
|---|---|
CustomersRequest |
CustomerBulkService.getWriteRequest(List<Customer> items) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerCrudService.getResult(Customer network) |
| Modifier and Type | Method and Description |
|---|---|
Class<Customer> |
CustomerCrudService.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
CustomerRequest |
CustomerCrudService.getRequest(Customer object) |
Customer |
CustomerCrudService.getResult(Customer network) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
Order.getCustomer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setCustomer(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerRequest.getCustomer() |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomersRequest.getCustomers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerRequest.setCustomer(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomersRequest.setCustomers(List<Customer> customers) |
| Constructor and Description |
|---|
CustomerRequest(Customer customer) |
| Constructor and Description |
|---|
CustomersRequest(List<Customer> items) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerResponse.getCustomer() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerResponse.setCustomer(Customer customer) |
| Constructor and Description |
|---|
CustomerResponse(Customer customer) |
Copyright © 2017 Netgrid. All rights reserved.