| 程序包 | 说明 |
|---|---|
| com.ptteng.wealth.finance.client | |
| com.ptteng.wealth.finance.service |
| 限定符和类型 | 方法和说明 |
|---|---|
Order |
OrderSCAClient.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Order> |
OrderSCAClient.getObjectsByIds(List<Long> ids) |
List<Order> |
OrderSCAClient.insertList(List<Order> orderList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
DebtApplySCAClient.addDebtApply(Order order,
Long loanProductId,
com.ptteng.wealth.user.model.User user) |
Boolean |
LoanApplySCAClient.addLoanApply(Order order,
Long loanProductId,
com.ptteng.wealth.user.model.User user) |
Boolean |
LoanApplySCAClient.addSmallLoanApply(Order order,
com.ptteng.wealth.user.model.User user,
Boolean ifVerify) |
Long |
OrderSCAClient.insert(Order order) |
Long |
FundHistorySCAClient.insertTransaction(Order order,
com.ptteng.wealth.user.model.User user,
Integer type,
Integer detail,
Long payAccount,
BigDecimal amount,
String comment,
Integer flag,
Integer status,
String serialNum,
BigDecimal before,
BigDecimal after) |
boolean |
OrderSCAClient.update(Order order) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Order> |
OrderSCAClient.insertList(List<Order> orderList) |
boolean |
OrderSCAClient.updateList(List<Order> orderList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Order |
OrderService.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Order> |
OrderService.getObjectsByIds(List<Long> ids) |
List<Order> |
OrderService.insertList(List<Order> orderList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
DebtApplyService.addDebtApply(Order order,
Long loanProductId,
com.ptteng.wealth.user.model.User user) |
Boolean |
LoanApplyService.addLoanApply(Order order,
Long loanProductId,
com.ptteng.wealth.user.model.User user) |
Boolean |
LoanApplyService.addSmallLoanApply(Order order,
com.ptteng.wealth.user.model.User user,
Boolean ifVerify) |
Long |
OrderService.insert(Order order) |
Long |
FundHistoryService.insertTransaction(Order order,
com.ptteng.wealth.user.model.User user,
Integer type,
Integer detail,
Long payAccount,
BigDecimal amount,
String comment,
Integer flag,
Integer status,
String serialNum,
BigDecimal before,
BigDecimal after) |
boolean |
OrderService.update(Order order) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Order> |
OrderService.insertList(List<Order> orderList) |
boolean |
OrderService.updateList(List<Order> orderList) |
Copyright © 2017. All rights reserved.