| Package | Description |
|---|---|
| com.ptteng.micro.mall.service | |
| com.ptteng.sca.micro.mall.client |
| Modifier and Type | Method and Description |
|---|---|
Deposit |
DepositService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Deposit> |
DepositService.getObjectsByIds(List<Long> ids) |
List<Deposit> |
DepositService.insertList(List<Deposit> depositList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
DepositService.insert(Deposit deposit) |
boolean |
DepositService.update(Deposit deposit) |
| Modifier and Type | Method and Description |
|---|---|
List<Deposit> |
DepositService.insertList(List<Deposit> depositList) |
boolean |
DepositService.updateList(List<Deposit> depositList) |
| Modifier and Type | Method and Description |
|---|---|
Deposit |
DepositSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Deposit> |
DepositSCAClient.getObjectsByIds(List<Long> ids) |
List<Deposit> |
DepositSCAClient.insertList(List<Deposit> depositList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
DepositSCAClient.insert(Deposit deposit) |
boolean |
DepositSCAClient.update(Deposit deposit) |
| Modifier and Type | Method and Description |
|---|---|
List<Deposit> |
DepositSCAClient.insertList(List<Deposit> depositList) |
boolean |
DepositSCAClient.updateList(List<Deposit> depositList) |
Copyright © 2021. All rights reserved.