@Controller
@RequestMapping(value="/gzbb")
public class GzbbController
extends cn.gtmap.realestate.supervise.common.BaseInfoController
| 构造器和说明 |
|---|
GzbbController() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,String> |
addyjbb(javax.servlet.http.HttpServletRequest request,
String bbxxid) |
Map<String,String> |
addYjbbxx(cn.gtmap.realestate.supervise.entity.JgYjbbxx jgYjbbxx) |
Map<String,String> |
del(String bbxxid,
String ywid) |
Map<String,String> |
edityjbb(cn.gtmap.realestate.supervise.entity.JGYJBB jgyjbb) |
Map<String,String> |
edityjbbxx(cn.gtmap.realestate.supervise.entity.JgYjbbxx jgYjbbxx) |
void |
exportWord(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String bbxxid,
String xzqdm) |
cn.gtmap.realestate.supervise.entity.JgYjbbxx |
getYjbbxx(String bbxxid) |
void |
insertYjbb(cn.gtmap.realestate.supervise.entity.JGYJBB jgyjbb) |
List<cn.gtmap.realestate.supervise.entity.JgYjbbFjxx> |
obtainAllFjxx(String ywid) |
String |
obtainBbxxid(String ywid) |
Map<String,Object> |
obtainCheckBoxData(javax.servlet.http.HttpServletRequest request,
String xzqdm) |
void |
openFile(javax.servlet.http.HttpServletRequest request,
String filePath) |
Object |
queryCity(org.springframework.data.domain.Pageable pageable,
String kssj,
String jssj,
String tbdw,
String rwlx,
javax.servlet.http.HttpServletRequest request)
市级已办任务 和待办任务
|
Object |
queryProvince(org.springframework.data.domain.Pageable pageable,
String kssj,
String jssj,
String tbdw,
String rwlx,
javax.servlet.http.HttpServletRequest request) |
Map<String,String> |
testUpload(javax.servlet.http.HttpServletRequest request,
String ywid,
org.springframework.web.multipart.commons.CommonsMultipartFile file) |
Map<String,String> |
updzfzt(String ywid,
String zflx,
String thyy) |
@RequestMapping(value="/queryCityYb") @ResponseBody public Object queryCity(org.springframework.data.domain.Pageable pageable, String kssj, String jssj, String tbdw, String rwlx, javax.servlet.http.HttpServletRequest request)
pageable - kssj - jssj - tbdw - request - @RequestMapping(value="/queryProvince") @ResponseBody public Object queryProvince(org.springframework.data.domain.Pageable pageable, String kssj, String jssj, String tbdw, String rwlx, javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/addyjbb") @ResponseBody public Map<String,String> addyjbb(javax.servlet.http.HttpServletRequest request, String bbxxid)
request - bbxxid - 报备信息id@RequestMapping(value="del") @ResponseBody public Map<String,String> del(String bbxxid, String ywid)
bbxxid - 报备信息idywid - 业务id@RequestMapping(value="/updjbb") @ResponseBody public Map<String,String> updzfzt(String ywid, String zflx, String thyy)
ywid - 业务idzflx - 转发类型@ResponseBody
@RequestMapping(value="/exportWord")
public void exportWord(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String bbxxid,
String xzqdm)
bbxxid - 报备信息id@ResponseBody @RequestMapping(value="/edityjbbxx") public Map<String,String> edityjbbxx(cn.gtmap.realestate.supervise.entity.JgYjbbxx jgYjbbxx)
jgYjbbxx - 应急报备信息表@ResponseBody @RequestMapping(value="/addyjbbxx") public Map<String,String> addYjbbxx(cn.gtmap.realestate.supervise.entity.JgYjbbxx jgYjbbxx)
jgYjbbxx - 应急报备信息表@ResponseBody @RequestMapping(value="/obtainBbxxid") public String obtainBbxxid(String ywid)
ywid - @ResponseBody @RequestMapping(value="/getYjbbxx") public cn.gtmap.realestate.supervise.entity.JgYjbbxx getYjbbxx(String bbxxid)
bbxxid - @RequestMapping(value="/insertYjbb") public void insertYjbb(cn.gtmap.realestate.supervise.entity.JGYJBB jgyjbb)
jgyjbb - @ResponseBody @RequestMapping(value="/edityjbb") public Map<String,String> edityjbb(cn.gtmap.realestate.supervise.entity.JGYJBB jgyjbb)
jgyjbb - @RequestMapping(value="/upload",
method=POST)
@ResponseBody
public Map<String,String> testUpload(javax.servlet.http.HttpServletRequest request,
String ywid,
@RequestParam(value="file")
org.springframework.web.multipart.commons.CommonsMultipartFile file)
throws Exception
ywid - file - Exception@ResponseBody @RequestMapping(value="/obtainCheckBoxData") public Map<String,Object> obtainCheckBoxData(javax.servlet.http.HttpServletRequest request, String xzqdm)
@RequestMapping(value="/openFile")
@ResponseBody
public void openFile(javax.servlet.http.HttpServletRequest request,
String filePath)
throws IOException
filePath - IOExceptionCopyright © 2017–2021 cn.gtmap. All rights reserved.