@Controller public class LoanProductController extends BaseController
accountRecordService, accountService, adminUserId, consignmentService, constantService, cookieUtil, creditApplyService, debtApplyService, environment, fundService, Img_Module_Common, loanApplyService, loanProductService, log, managerService, orderService, organizationService, personService, SPLITER_X, SPLITTER_REGEX, USER_ID, UserKey, userOpenidRelationService, userService, WriterKey| 构造器和说明 |
|---|
LoanProductController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
deleteLoan(org.springframework.ui.ModelMap model,
Long id) |
String |
deptSearch(org.springframework.ui.ModelMap model) |
String |
saveLoan(org.springframework.ui.ModelMap model,
String name,
String rate,
String overRate,
Integer repayLine,
String ratio,
Integer payManner) |
String |
updateLoan(org.springframework.ui.ModelMap model,
Long id,
String name,
String rate,
String overRate,
Integer repayLine,
String ratio,
Integer payManner) |
String |
updateSmallLoanParams(org.springframework.ui.ModelMap model) |
String |
updateSmallLoanParams(org.springframework.ui.ModelMap model,
String begin,
String end,
String verifyLine,
String defaultLine,
String dailySmallLoanLine) |
checkAndGetWriter, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUserId, handleResult, handleResult, totalPage, writeConent@RequestMapping(value="/a/u/loanproduct/list",
method=GET)
public String deptSearch(org.springframework.ui.ModelMap model)
throws Exception
Exception@RequestMapping(value="/a/u/loanproduct",
method=POST)
public String saveLoan(org.springframework.ui.ModelMap model,
String name,
String rate,
String overRate,
Integer repayLine,
String ratio,
Integer payManner)
throws Exception
Exception@RequestMapping(value="/a/u/loanproduct/{id}",
method=PUT)
public String updateLoan(org.springframework.ui.ModelMap model,
@PathVariable
Long id,
String name,
String rate,
String overRate,
Integer repayLine,
String ratio,
Integer payManner)
throws Exception
Exception@RequestMapping(value="/a/u/loanproduct/{id}",
method=DELETE)
public String deleteLoan(org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/u/small/loan/params",
method=PUT)
public String updateSmallLoanParams(org.springframework.ui.ModelMap model,
String begin,
String end,
String verifyLine,
String defaultLine,
String dailySmallLoanLine)
throws Exception
ExceptionCopyright © 2017. All rights reserved.