| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
DictationNote |
DictationNoteService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<DictationNote> |
DictationNoteService.getObjectsByIds(List<Long> ids) |
List<DictationNote> |
DictationNoteService.insertList(List<DictationNote> dictationNoteList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
DictationNoteService.insert(DictationNote dictationNote) |
boolean |
DictationNoteService.update(DictationNote dictationNote) |
| Modifier and Type | Method and Description |
|---|---|
List<DictationNote> |
DictationNoteService.insertList(List<DictationNote> dictationNoteList) |
boolean |
DictationNoteService.updateList(List<DictationNote> dictationNoteList) |
| Modifier and Type | Method and Description |
|---|---|
DictationNote |
DictationNoteSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<DictationNote> |
DictationNoteSCAClient.getObjectsByIds(List<Long> ids) |
List<DictationNote> |
DictationNoteSCAClient.insertList(List<DictationNote> dictationNoteList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
DictationNoteSCAClient.insert(DictationNote dictationNote) |
boolean |
DictationNoteSCAClient.update(DictationNote dictationNote) |
| Modifier and Type | Method and Description |
|---|---|
List<DictationNote> |
DictationNoteSCAClient.insertList(List<DictationNote> dictationNoteList) |
boolean |
DictationNoteSCAClient.updateList(List<DictationNote> dictationNoteList) |
Copyright © 2018. All Rights Reserved.