| Package | Description |
|---|---|
| com.ptteng.common.skill.service | |
| com.ptteng.sca.common.skill.client |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentService.getObjectsByIds(List<Long> ids) |
List<Comment> |
CommentService.insertList(List<Comment> commentList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
CommentService.insert(Comment comment) |
boolean |
CommentService.update(Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentService.insertList(List<Comment> commentList) |
boolean |
CommentService.updateList(List<Comment> commentList) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentSCAClient.getObjectsByIds(List<Long> ids) |
List<Comment> |
CommentSCAClient.insertList(List<Comment> commentList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
CommentSCAClient.insert(Comment comment) |
boolean |
CommentSCAClient.update(Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentSCAClient.insertList(List<Comment> commentList) |
boolean |
CommentSCAClient.updateList(List<Comment> commentList) |
Copyright © 2016. All Rights Reserved.