| Package | Description |
|---|---|
| com.ptteng.keeper.common.service | |
| com.ptteng.sca.keeper.common.client |
| Modifier and Type | Method and Description |
|---|---|
IncomeRecord |
IncomeRecordService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<IncomeRecord> |
IncomeRecordService.getObjectsByIds(List<Long> ids) |
List<IncomeRecord> |
IncomeRecordService.insertList(List<IncomeRecord> incomeRecordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
IncomeRecordService.insert(IncomeRecord incomeRecord) |
boolean |
IncomeRecordService.update(IncomeRecord incomeRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<IncomeRecord> |
IncomeRecordService.insertList(List<IncomeRecord> incomeRecordList) |
boolean |
IncomeRecordService.updateList(List<IncomeRecord> incomeRecordList) |
| Modifier and Type | Method and Description |
|---|---|
IncomeRecord |
IncomeRecordSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<IncomeRecord> |
IncomeRecordSCAClient.getObjectsByIds(List<Long> ids) |
List<IncomeRecord> |
IncomeRecordSCAClient.insertList(List<IncomeRecord> incomeRecordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
IncomeRecordSCAClient.insert(IncomeRecord incomeRecord) |
boolean |
IncomeRecordSCAClient.update(IncomeRecord incomeRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<IncomeRecord> |
IncomeRecordSCAClient.insertList(List<IncomeRecord> incomeRecordList) |
boolean |
IncomeRecordSCAClient.updateList(List<IncomeRecord> incomeRecordList) |
Copyright © 2018. All rights reserved.