| Package | Description |
|---|---|
| com.ptteng.micro.common.service | |
| com.ptteng.sca.micro.common.client |
| Modifier and Type | Method and Description |
|---|---|
Merchant |
MerchantService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Merchant> |
MerchantService.getObjectsByIds(List<Long> ids) |
List<Merchant> |
MerchantService.insertList(List<Merchant> merchantList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
MerchantService.insert(Merchant merchant) |
boolean |
MerchantService.update(Merchant merchant) |
| Modifier and Type | Method and Description |
|---|---|
List<Merchant> |
MerchantService.insertList(List<Merchant> merchantList) |
boolean |
MerchantService.updateList(List<Merchant> merchantList) |
| Modifier and Type | Method and Description |
|---|---|
Merchant |
MerchantSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Merchant> |
MerchantSCAClient.getObjectsByIds(List<Long> ids) |
List<Merchant> |
MerchantSCAClient.insertList(List<Merchant> merchantList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
MerchantSCAClient.insert(Merchant merchant) |
boolean |
MerchantSCAClient.update(Merchant merchant) |
| Modifier and Type | Method and Description |
|---|---|
List<Merchant> |
MerchantSCAClient.insertList(List<Merchant> merchantList) |
boolean |
MerchantSCAClient.updateList(List<Merchant> merchantList) |
Copyright © 2020. All rights reserved.