@Controller public class UserProductRelationController extends BaseController
accountService, adminUserId, consignmentService, constantService, cookieUtil, debtApplyService, environment, fundService, Img_Module_Common, loanApplyService, loanProductService, orderService, organizationService, orgApplyService, personApplyService, personService, smsService, SPLITER_X, SPLITTER_REGEX, USER_ID, userAccountRelationService, UserKey, userOpenidRelationService, userService, WriterKey| 构造器和说明 |
|---|
UserProductRelationController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
addUserProductRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.wealth.finance.model.UserProductRelation userProductRelation) |
String |
deleteUserProductRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
Integer |
getDate(int day) |
String |
getMultiUserProductRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long[] ids) |
String |
getUserProductRelationIdsByPidJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size,
Long pid)
我的理财-收益明细
|
String |
getUserProductRelationIdsByUidJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size,
Long uid) |
String |
getUserProductRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
updateUserProductRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.wealth.finance.model.UserProductRelation userProductRelation) |
checkAndGetWriter, createUserInfo, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUser, getUserId, getUserIdentity, handleResult, handleResult, updateOrgApplyInfo, writeConent@RequestMapping(value="/a/u/profit/list",
method=GET)
public String getUserProductRelationIdsByPidJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size,
Long pid)
throws Exception
request - response - model - page - size - pid - Exception@RequestMapping(value="/a/userProductRelation2 ",
method=GET)
public String getUserProductRelationIdsByUidJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size,
Long uid)
throws Exception
Exception@RequestMapping(value="/a/userProductRelation/{id}",
method=GET)
public String getUserProductRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/userProductRelation/{id}",
method=PUT)
public String updateUserProductRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.wealth.finance.model.UserProductRelation userProductRelation)
throws Exception
Exception@RequestMapping(value="/a/userProductRelation",
method=POST)
public String addUserProductRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.wealth.finance.model.UserProductRelation userProductRelation)
throws Exception
Exception@RequestMapping(value="/a/userProductRelation/{id}",
method=DELETE)
public String deleteUserProductRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/multi/userProductRelation",
method=GET)
public String getMultiUserProductRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long[] ids)
throws Exception
Exceptionpublic Integer getDate(int day)
Copyright © 2017. All rights reserved.