| Package | Description |
|---|---|
| com.ptteng.rent.user.service | |
| com.ptteng.sca.rent.user.client |
| Modifier and Type | Method and Description |
|---|---|
Withdraw |
WithdrawService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Withdraw> |
WithdrawService.getObjectsByIds(List<Long> ids) |
List<Withdraw> |
WithdrawService.insertList(List<Withdraw> withdrawList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WithdrawService.insert(Withdraw withdraw) |
boolean |
WithdrawService.update(Withdraw withdraw) |
| Modifier and Type | Method and Description |
|---|---|
List<Withdraw> |
WithdrawService.insertList(List<Withdraw> withdrawList) |
boolean |
WithdrawService.updateList(List<Withdraw> withdrawList) |
| Modifier and Type | Method and Description |
|---|---|
Withdraw |
WithdrawSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Withdraw> |
WithdrawSCAClient.getObjectsByIds(List<Long> ids) |
List<Withdraw> |
WithdrawSCAClient.insertList(List<Withdraw> withdrawList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WithdrawSCAClient.insert(Withdraw withdraw) |
boolean |
WithdrawSCAClient.update(Withdraw withdraw) |
| Modifier and Type | Method and Description |
|---|---|
List<Withdraw> |
WithdrawSCAClient.insertList(List<Withdraw> withdrawList) |
boolean |
WithdrawSCAClient.updateList(List<Withdraw> withdrawList) |
Copyright © 2018. All Rights Reserved.