| 程序包 | 说明 |
|---|---|
| cn.gtmap.gtc.resource.clients.resource | |
| cn.gtmap.gtc.resource.domain.resource.dto.resource |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CatalogView> |
CatalogClient.findAllCatalogByType(String type)
查询所有目录
|
List<CatalogView> |
CatalogClient.findByParentId(String parentId)
查询所有目录
|
List<CatalogView> |
CatalogClient.findChildCatalog(String id)
查询目录的子目录
|
List<CatalogView> |
CatalogClient.findRootCatalog()
默认根目录
|
List<CatalogView> |
CatalogClient.findRootCatalog(String type)
查询根目录
|
List<CatalogView> |
ResourceClient.synResources(ResourceView[] resourceViews)
资源同步
|
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogView |
CatalogViewBuilder.build(Catalog catalog)
build catalogview by catalog
|
CatalogView |
CatalogView.getChild(int index) |
CatalogView |
CatalogView.getFirst() |
CatalogView |
CatalogView.getLast() |
CatalogView |
CatalogView.getParent() |
CatalogView |
CatalogView.setChildren(List<CatalogView> children) |
CatalogView |
CatalogView.setCode(String code) |
CatalogView |
CatalogView.setDescription(String description) |
CatalogView |
CatalogView.setExpandStr(String expandStr) |
CatalogView |
CatalogView.setId(String id) |
CatalogView |
CatalogView.setParent(CatalogView parent) |
CatalogView |
CatalogView.setRemark(String remark) |
CatalogView |
CatalogView.setResources(List<ResourceView> resources) |
CatalogView |
CatalogView.setTitle(String title) |
CatalogView |
CatalogView.setType(String type) |
CatalogView |
CatalogView.setWeight(int weight) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CatalogView> |
CatalogViewBuilder.build(List<Catalog> catalogs)
build catalogviews by catalogs
|
List<CatalogView> |
ResourceView.getCatalogViewList() |
List<CatalogView> |
CatalogView.getChildren() |
| 限定符和类型 | 方法和说明 |
|---|---|
Catalog |
CatalogBuilder.build(CatalogView catalogView) |
CatalogView |
CatalogView.setParent(CatalogView parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Catalog> |
CatalogBuilder.build(List<CatalogView> catalogViewList)
build catalogList by catalogViewList
|
void |
ResourceView.setCatalogViewList(List<CatalogView> catalogViewList) |
CatalogView |
CatalogView.setChildren(List<CatalogView> children) |
Copyright © 2020 GTMAP. All rights reserved.