| Package | Description |
|---|---|
| com.ptteng.credit.user.service | |
| com.ptteng.sca.credit.user.client |
| Modifier and Type | Method and Description |
|---|---|
WithdrawalsRecord |
WithdrawalsRecordService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<WithdrawalsRecord> |
WithdrawalsRecordService.getObjectsByIds(List<Long> ids) |
List<WithdrawalsRecord> |
WithdrawalsRecordService.insertList(List<WithdrawalsRecord> withdrawalsRecordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WithdrawalsRecordService.insert(WithdrawalsRecord withdrawalsRecord) |
boolean |
WithdrawalsRecordService.update(WithdrawalsRecord withdrawalsRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<WithdrawalsRecord> |
WithdrawalsRecordService.insertList(List<WithdrawalsRecord> withdrawalsRecordList) |
boolean |
WithdrawalsRecordService.updateList(List<WithdrawalsRecord> withdrawalsRecordList) |
| Modifier and Type | Method and Description |
|---|---|
WithdrawalsRecord |
WithdrawalsRecordSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<WithdrawalsRecord> |
WithdrawalsRecordSCAClient.getObjectsByIds(List<Long> ids) |
List<WithdrawalsRecord> |
WithdrawalsRecordSCAClient.insertList(List<WithdrawalsRecord> withdrawalsRecordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WithdrawalsRecordSCAClient.insert(WithdrawalsRecord withdrawalsRecord) |
boolean |
WithdrawalsRecordSCAClient.update(WithdrawalsRecord withdrawalsRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<WithdrawalsRecord> |
WithdrawalsRecordSCAClient.insertList(List<WithdrawalsRecord> withdrawalsRecordList) |
boolean |
WithdrawalsRecordSCAClient.updateList(List<WithdrawalsRecord> withdrawalsRecordList) |
Copyright © 2018. All rights reserved.