@Controller public class OrgApplyRecordController extends Object
| 构造器和说明 |
|---|
OrgApplyRecordController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
addOrgApplyRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.wealth.user.model.OrgApplyRecord orgApplyRecord) |
String |
deleteOrgApplyRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
getMultiOrgApplyRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long[] ids) |
String |
getOrgApplyRecord(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
getOrgApplyRecordIdsByOrgApplyIdJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size,
Long orgApplyId) |
String |
getOrgApplyRecordIdsByOrgApplyIdList1(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long orgApplyId) |
String |
getOrgApplyRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
getorgApplyRecordList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model) |
String |
updateOrgApplyRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.wealth.user.model.OrgApplyRecord orgApplyRecord) |
@RequestMapping(value="/web/c/orgApplyRecord",
method=GET)
public String getorgApplyRecordList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws Exception
- ServiceExceptionServiceDaoExceptionException@RequestMapping(value="/web/c/orgApplyRecord1 ",
method=GET)
public String getOrgApplyRecordIdsByOrgApplyIdList1(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long orgApplyId)
throws Exception
- ServiceExceptionServiceDaoExceptionException@RequestMapping(value="/web/c/orgApplyRecord/{id}",
method=GET)
public String getOrgApplyRecord(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/web/a/orgApplyRecord1 ",
method=GET)
public String getOrgApplyRecordIdsByOrgApplyIdJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size,
Long orgApplyId)
throws Exception
- ServiceExceptionServiceDaoExceptionException@RequestMapping(value="/web/a/orgApplyRecord/{id}",
method=GET)
public String getOrgApplyRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/web/a/orgApplyRecord/{id}",
method=PUT)
public String updateOrgApplyRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.wealth.user.model.OrgApplyRecord orgApplyRecord)
throws Exception
Exception@RequestMapping(value="/web/a/orgApplyRecord",
method=POST)
public String addOrgApplyRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.wealth.user.model.OrgApplyRecord orgApplyRecord)
throws Exception
Exception@RequestMapping(value="/web/a/orgApplyRecord/{id}",
method=DELETE)
public String deleteOrgApplyRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/web/a/multi/orgApplyRecord",
method=GET)
public String getMultiOrgApplyRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long[] ids)
throws Exception
ExceptionCopyright © 2017. All rights reserved.