| Package | Description |
|---|---|
| com.ptteng.academy.business.service | |
| com.ptteng.sca.academy.business.client |
| Modifier and Type | Method and Description |
|---|---|
AmountStat |
AmountStatService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<AmountStat> |
AmountStatService.getObjectsByIds(List<Long> ids) |
List<AmountStat> |
AmountStatService.insertList(List<AmountStat> amountStatList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AmountStatService.insert(AmountStat amountStat) |
boolean |
AmountStatService.update(AmountStat amountStat) |
| Modifier and Type | Method and Description |
|---|---|
List<AmountStat> |
AmountStatService.insertList(List<AmountStat> amountStatList) |
boolean |
AmountStatService.updateList(List<AmountStat> amountStatList) |
| Modifier and Type | Method and Description |
|---|---|
AmountStat |
AmountStatSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<AmountStat> |
AmountStatSCAClient.getObjectsByIds(List<Long> ids) |
List<AmountStat> |
AmountStatSCAClient.insertList(List<AmountStat> amountStatList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AmountStatSCAClient.insert(AmountStat amountStat) |
boolean |
AmountStatSCAClient.update(AmountStat amountStat) |
| Modifier and Type | Method and Description |
|---|---|
List<AmountStat> |
AmountStatSCAClient.insertList(List<AmountStat> amountStatList) |
boolean |
AmountStatSCAClient.updateList(List<AmountStat> amountStatList) |
Copyright © 2019. All Rights Reserved.