| 程序包 | 说明 |
|---|---|
| cn.gtmap.gtc.resource.clients.dev | |
| cn.gtmap.gtc.resource.domain.dev |
| 限定符和类型 | 方法和说明 |
|---|---|
Comment |
DevDataClient.searchComment(String id)
根据id查找评论
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.domain.Page<Comment> |
DevDataClient.searchCommentByArticleId(String articleId,
org.springframework.data.domain.Pageable pageable)
根据文章id查找评论信息
|
org.springframework.data.domain.Page<Comment> |
DevDataClient.searchCommentByCommentId(String commentId,
org.springframework.data.domain.Pageable pageable)
根据评论id获取评论
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
DevDataClient.addComment(Comment comment)
添加评论信息
|
void |
DevDataClient.updateComment(Comment comment) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Comment> |
Comment.getChildren() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Comment.setChildren(List<Comment> children) |
Copyright © 2020 GTMAP. All rights reserved.