| Package | Description |
|---|---|
| com.ptteng.micro.mall.service | |
| com.ptteng.sca.micro.mall.client |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerService.getObjectsByIds(List<Long> ids) |
List<Customer> |
CustomerService.insertList(List<Customer> customerList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
CustomerService.insert(Customer customer) |
boolean |
CustomerService.update(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerService.insertList(List<Customer> customerList) |
boolean |
CustomerService.updateList(List<Customer> customerList) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerSCAClient.getObjectsByIds(List<Long> ids) |
List<Customer> |
CustomerSCAClient.insertList(List<Customer> customerList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
CustomerSCAClient.insert(Customer customer) |
boolean |
CustomerSCAClient.update(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerSCAClient.insertList(List<Customer> customerList) |
boolean |
CustomerSCAClient.updateList(List<Customer> customerList) |
Copyright © 2021. All rights reserved.