| 程序包 | 说明 |
|---|---|
| cn.gtmap.gtc.resource.clients.resource | |
| cn.gtmap.gtc.resource.clients.tpl |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Tpl> |
CatalogClient.findTplsByCatalogId(String catalogId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Tpl |
TplClient.getOne(String id)
find one by id
|
Tpl |
TplClient.queryTplByIdExceptContent(String id)
查询tpl并过滤content
|
Tpl |
TplClient.saveTplConfig(Tpl tpl)
保存模板配置
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Tpl> |
TplClient.fetchAll()
find all
|
List<Tpl> |
TplClient.fetchAllExceptContent()
find all except content
|
org.springframework.data.domain.Page<Tpl> |
TplClient.getPage(org.springframework.data.domain.Pageable pageable)
分页获取 tpl
|
List<Tpl> |
TplClient.queryTplbyId(String roleId,
String sr)
根据id 和sr 查询tpl
|
List<Tpl> |
TplClient.queryTplListByRegionCode(String regionCode)
query by regionCode
|
List<Tpl> |
TplClient.queryTplsByIdExceptContent(List<String> ids)
查询tpl并过滤content
|
| 限定符和类型 | 方法和说明 |
|---|---|
Tpl |
TplClient.saveTplConfig(Tpl tpl)
保存模板配置
|
Copyright © 2020 GTMAP. All rights reserved.