| 程序包 | 说明 |
|---|---|
| com.ptteng.academy.document.service | |
| com.ptteng.sca.academy.document.client |
| 限定符和类型 | 方法和说明 |
|---|---|
Reply |
ReplyService.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Reply> |
ReplyService.getObjectsByIds(List<Long> ids) |
List<Reply> |
ReplyService.insertList(List<Reply> replyList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
ReplyService.insert(Reply reply) |
boolean |
ReplyService.update(Reply reply) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Reply> |
ReplyService.insertList(List<Reply> replyList) |
boolean |
ReplyService.updateList(List<Reply> replyList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Reply |
ReplySCAClient.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Reply> |
ReplySCAClient.getObjectsByIds(List<Long> ids) |
List<Reply> |
ReplySCAClient.insertList(List<Reply> replyList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
ReplySCAClient.insert(Reply reply) |
boolean |
ReplySCAClient.update(Reply reply) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Reply> |
ReplySCAClient.insertList(List<Reply> replyList) |
boolean |
ReplySCAClient.updateList(List<Reply> replyList) |
Copyright © 2017. All rights reserved.