| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.academy.course.vo | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
Answer |
AnswerService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
AnswerService.getObjectsByIds(List<Long> ids) |
List<Answer> |
AnswerService.insertList(List<Answer> answerList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AnswerService.insert(Answer answer) |
boolean |
AnswerService.update(Answer answer) |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
AnswerService.insertList(List<Answer> answerList) |
boolean |
AnswerService.updateList(List<Answer> answerList) |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
TaskUnit.getAnswerList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskUnit.setAnswerList(List<Answer> answerList) |
| Modifier and Type | Method and Description |
|---|---|
Answer |
AnswerSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
AnswerSCAClient.getObjectsByIds(List<Long> ids) |
List<Answer> |
AnswerSCAClient.insertList(List<Answer> answerList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AnswerSCAClient.insert(Answer answer) |
boolean |
AnswerSCAClient.update(Answer answer) |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
AnswerSCAClient.insertList(List<Answer> answerList) |
boolean |
AnswerSCAClient.updateList(List<Answer> answerList) |
Copyright © 2018. All Rights Reserved.