| Package | Description |
|---|---|
| com.ptteng.keeper.common.service | |
| com.ptteng.sca.keeper.common.client |
| Modifier and Type | Method and Description |
|---|---|
WithdrawRecord |
WithdrawRecordService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<WithdrawRecord> |
WithdrawRecordService.getObjectsByIds(List<Long> ids) |
List<WithdrawRecord> |
WithdrawRecordService.insertList(List<WithdrawRecord> withdrawRecordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WithdrawRecordService.insert(WithdrawRecord withdrawRecord) |
boolean |
WithdrawRecordService.update(WithdrawRecord withdrawRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<WithdrawRecord> |
WithdrawRecordService.insertList(List<WithdrawRecord> withdrawRecordList) |
boolean |
WithdrawRecordService.updateList(List<WithdrawRecord> withdrawRecordList) |
| Modifier and Type | Method and Description |
|---|---|
WithdrawRecord |
WithdrawRecordSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<WithdrawRecord> |
WithdrawRecordSCAClient.getObjectsByIds(List<Long> ids) |
List<WithdrawRecord> |
WithdrawRecordSCAClient.insertList(List<WithdrawRecord> withdrawRecordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WithdrawRecordSCAClient.insert(WithdrawRecord withdrawRecord) |
boolean |
WithdrawRecordSCAClient.update(WithdrawRecord withdrawRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<WithdrawRecord> |
WithdrawRecordSCAClient.insertList(List<WithdrawRecord> withdrawRecordList) |
boolean |
WithdrawRecordSCAClient.updateList(List<WithdrawRecord> withdrawRecordList) |
Copyright © 2018. All rights reserved.