public interface LpbRestService
| 限定符和类型 | 方法和说明 |
|---|---|
List<Map<String,Object>> |
exportLpb(String fwDcbIndex) |
List<ResourceDTO> |
getFwHsResList(String fwDcbIndex,
String code) |
List<ResourceDTO> |
getFwYchsResList(String fwDcbIndex,
String code) |
Map<String,Object> |
getLpbColorPz() |
ResourceDTO |
getLpbConfigInfoResource(String fwDcbIndex,
String code) |
void |
importLpbInfo(ImportLpbRequestDTO importLpbRequestDTO) |
void |
importScmj(ImportLpbRequestDTO importLpbRequestDTO) |
void |
importYcLpbInfo(ImportLpbRequestDTO importLpbRequestDTO) |
ResourceDTO |
queryFwHsByIndex(String fwHsIndex,
String code) |
ResourceDTO |
queryFwHsListByFwDcbIndex(String fwDcbIndex,
String code) |
ResourceDTO |
queryFwYchsListByFwDcbIndex(String fwDcbIndex,
String code) |
void |
refreshLpbConfig(String code) |
@GetMapping(value="/building/rest/v1.0/lpb/refresh")
void refreshLpbConfig(@RequestParam(name="code",required=false)
String code)
code - @GetMapping(value="/building/rest/v1.0/{code}/{fwDcbIndex}/fwhs",
produces="application/hal+json")
ResourceDTO queryFwHsListByFwDcbIndex(@PathVariable(value="fwDcbIndex")
String fwDcbIndex,
@PathVariable(value="code")
String code)
fwDcbIndex - code - @GetMapping(value="/building/rest/v1.0/{code}/{fwDcbIndex}/fwychs",
produces="application/hal+json")
ResourceDTO queryFwYchsListByFwDcbIndex(@PathVariable(value="fwDcbIndex")
String fwDcbIndex,
@PathVariable(value="code")
String code)
fwDcbIndex - code - @GetMapping(value="/building/rest/v1.0/{code}/fwhs/{fwHsIndex}",
produces="application/hal+json")
ResourceDTO queryFwHsByIndex(@PathVariable(value="fwHsIndex")
String fwHsIndex,
@PathVariable(value="code")
String code)
fwHsIndex - code - @PostMapping(value="/building/rest/v1.0/lpb/import")
void importLpbInfo(@RequestBody
ImportLpbRequestDTO importLpbRequestDTO)
importLpbRequestDTO - @PostMapping(value="/building/rest/v1.0/lpb/import/yc")
void importYcLpbInfo(@RequestBody
ImportLpbRequestDTO importLpbRequestDTO)
importLpbRequestDTO - @PostMapping(value="/building/rest/v1.0/scmj/import")
void importScmj(@RequestBody
ImportLpbRequestDTO importLpbRequestDTO)
importLpbRequestDTO - @PostMapping(value="/building/rest/v1.0/lpb/export") List<Map<String,Object>> exportLpb(@RequestParam(name="fwDcbIndex",required=false) String fwDcbIndex)
fwDcbIndex - @GetMapping(value="/building/rest/v1.0/lpb/configres/{code}/{fwDcbIndex}")
ResourceDTO getLpbConfigInfoResource(@PathVariable(value="fwDcbIndex")
String fwDcbIndex,
@PathVariable(value="code")
String code)
fwDcbIndex - code - @GetMapping(value="/building/rest/v1.0/lpb/hsres/{code}/{fwDcbIndex}")
List<ResourceDTO> getFwHsResList(@PathVariable(value="fwDcbIndex")
String fwDcbIndex,
@PathVariable(value="code")
String code)
fwDcbIndex - code - @GetMapping(value="/building/rest/v1.0/lpb/ychsres/{code}/{fwDcbIndex}")
List<ResourceDTO> getFwYchsResList(@PathVariable(value="fwDcbIndex")
String fwDcbIndex,
@PathVariable(value="code")
String code)
fwDcbIndex - code - Copyright © 2020 GTMAP. All rights reserved.