| Package | Description |
|---|---|
| com.ptteng.academy.document.service | |
| com.ptteng.sca.academy.document.client |
| Modifier and Type | Method and Description |
|---|---|
Reply |
ReplyService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Reply> |
ReplyService.getObjectsByIds(List<Long> ids) |
List<Reply> |
ReplyService.insertList(List<Reply> replyList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ReplyService.insert(Reply reply) |
boolean |
ReplyService.update(Reply reply) |
| Modifier and Type | Method and Description |
|---|---|
List<Reply> |
ReplyService.insertList(List<Reply> replyList) |
boolean |
ReplyService.updateList(List<Reply> replyList) |
| Modifier and Type | Method and Description |
|---|---|
Reply |
ReplySCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Reply> |
ReplySCAClient.getObjectsByIds(List<Long> ids) |
List<Reply> |
ReplySCAClient.insertList(List<Reply> replyList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ReplySCAClient.insert(Reply reply) |
boolean |
ReplySCAClient.update(Reply reply) |
| Modifier and Type | Method and Description |
|---|---|
List<Reply> |
ReplySCAClient.insertList(List<Reply> replyList) |
boolean |
ReplySCAClient.updateList(List<Reply> replyList) |
Copyright © 2019. All rights reserved.