public interface BdcJjdRestService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
acceptJjd(String jjdid)
确认接收交接单
|
void |
backJjd(String jjdid)
退回交接单
|
Integer |
checkIsCreat(String gzlslid) |
void |
delJjd(String jjdid)
删除交接单
|
void |
delJjdXmGx(String gzlslid)
删除交接单项目关系
|
BdcJjdDO |
forwardJjd(BdcJjdDO bdcJjdDO)
转发交接单
|
BdcJjdDO |
generateAndSaveJjdxx(BdcJjdQO bdcJjdQO)
生成并保存移交单信息
|
BdcJjdDO |
generateJjdBh(BdcJjdQO bdcJjdQO)
生成移交单编号
|
String |
jjdPrintXml(String jjdid,
BdcUrlDTO bdcUrlDTO)
获取移交单的打印xml
|
org.springframework.data.domain.Page<BdcJjdDO> |
listAllBdcJjdByPage(org.springframework.data.domain.Pageable pageable,
String bdcJjdQO)
分页查询全部交接单内容
|
List<BdcAjxxDTO> |
listBdcAjxx(String bdcJjdQO)
查询案卷内容
|
org.springframework.data.domain.Page<BdcAjxxDTO> |
listBdcAjxxByPage(org.springframework.data.domain.Pageable pageable,
String bdcJjdQO)
分页查询案卷内容
|
List<BdcJjdDO> |
listBdcJjd(BdcJjdQO bdcJjdQO) |
org.springframework.data.domain.Page<BdcJjdDO> |
listBdcJjdByPage(org.springframework.data.domain.Pageable pageable,
String bdcJjdQO)
分页查询交接单内容
|
org.springframework.data.domain.Page<BdcJjdXmDTO> |
listBdcJjdxmByPage(org.springframework.data.domain.Pageable pageable,
String jjdid)
分页查询交接单项目信息
|
List<BdcXmYjdGxDO> |
queryJjdGx(String jjdid) |
List<BdcXmDO> |
queryJjdXm(BdcJjdXmQO bdcJjdXmQO)
查询在一段时间内指定受理人的特定流程
|
@PostMapping(value="/realestate-certificate/rest/v1.0/jjd/jjdxx") BdcJjdDO generateAndSaveJjdxx(@RequestBody BdcJjdQO bdcJjdQO)
bdcJjdQO - 交接单查询QO@PostMapping(value="/realestate-certificate/rest/v1.0/jjd/jjdh") BdcJjdDO generateJjdBh(@RequestBody BdcJjdQO bdcJjdQO)
bdcJjdQO - 交接单查询对象@PostMapping(value="/realestate-certificate/rest/v1.0/jjd/print/{jjdid}/xml")
String jjdPrintXml(@PathVariable(name="jjdid")
String jjdid,
@RequestBody
BdcUrlDTO bdcUrlDTO)
jjdid - 移交单IDbdcUrlDTO - 地址对象@PostMapping(value="/realestate-certificate/rest/v1.0/jjd/page/all") org.springframework.data.domain.Page<BdcJjdDO> listAllBdcJjdByPage(@RequestBody org.springframework.data.domain.Pageable pageable, @RequestParam(name="bdcJjdQO",required=false) String bdcJjdQO)
pageable - 分页对象bdcJjdQO - 移交单查询对象字符串@PostMapping(value="/realestate-certificate/rest/v1.0/jjd/page") org.springframework.data.domain.Page<BdcJjdDO> listBdcJjdByPage(@RequestBody org.springframework.data.domain.Pageable pageable, @RequestParam(name="bdcJjdQO",required=false) String bdcJjdQO)
pageable - 分页对象bdcJjdQO - 移交单查询对象字符串@PostMapping(value="/realestate-certificate/rest/v1.0/jjd/ajxx") org.springframework.data.domain.Page<BdcAjxxDTO> listBdcAjxxByPage(@RequestBody org.springframework.data.domain.Pageable pageable, @RequestParam(name="bdcJjdQO") String bdcJjdQO)
pageable - 分页对象bdcJjdQO - 移交单查询对象字符串@PostMapping(value="/realestate-certificate/rest/v1.0/jjd/ajxx/all") List<BdcAjxxDTO> listBdcAjxx(@RequestParam(name="bdcJjdQO") String bdcJjdQO)
bdcJjdQO - 移交单查询对象字符串@PostMapping(value="/realestate-certificate/rest/v1.0/jjd/xm") org.springframework.data.domain.Page<BdcJjdXmDTO> listBdcJjdxmByPage(@RequestBody org.springframework.data.domain.Pageable pageable, @RequestParam(name="jjdid") String jjdid)
pageable - 分页对象jjdid - 交接单号@DeleteMapping(value="/realestate-certificate/rest/v1.0/jjd/xm")
void delJjdXmGx(@RequestParam(name="gzlslid")
String gzlslid)
gzlslid - gzlslid@DeleteMapping(value="/realestate-certificate/rest/v1.0/jjd")
void delJjd(@RequestParam(name="jjdid")
String jjdid)
jjdid - 交接单ID@PostMapping(value="/realestate-certificate/rest/v1.0/jjd/forward") BdcJjdDO forwardJjd(@RequestBody BdcJjdDO bdcJjdDO)
bdcJjdDO - 交接单对象@GetMapping(value="/realestate-certificate/rest/v1.0/jjd/accept")
void acceptJjd(@RequestParam(value="jjdid")
String jjdid)
jjdid - 交接单 id@GetMapping(value="/realestate-certificate/rest/v1.0/jjd/back")
void backJjd(@RequestParam(value="jjdid")
String jjdid)
jjdid - 交接单id@PostMapping(value="/realestate-certificate/rest/v1.0/jjd/jjdxm") List<BdcXmDO> queryJjdXm(@RequestBody BdcJjdXmQO bdcJjdXmQO)
bdcJjdXmQO - 交接单项目查询对象@GetMapping(value="/realestate-certificate/rest/v1.0/jjd/jjdgx/{jjdid}")
List<BdcXmYjdGxDO> queryJjdGx(@PathVariable(value="jjdid")
String jjdid)
@PostMapping(value="/realestate-certificate/rest/v1.0/jjd") List<BdcJjdDO> listBdcJjd(@RequestBody BdcJjdQO bdcJjdQO)
Copyright © 2020 GTMAP. All rights reserved.