| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
DictationLevel |
DictationLevelService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<DictationLevel> |
DictationLevelService.getObjectsByIds(List<Long> ids) |
List<DictationLevel> |
DictationLevelService.insertList(List<DictationLevel> dictationLevelList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
DictationLevelService.insert(DictationLevel dictationLevel) |
boolean |
DictationLevelService.update(DictationLevel dictationLevel) |
| Modifier and Type | Method and Description |
|---|---|
List<DictationLevel> |
DictationLevelService.insertList(List<DictationLevel> dictationLevelList) |
boolean |
DictationLevelService.updateList(List<DictationLevel> dictationLevelList) |
| Modifier and Type | Method and Description |
|---|---|
DictationLevel |
DictationLevelSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<DictationLevel> |
DictationLevelSCAClient.getObjectsByIds(List<Long> ids) |
List<DictationLevel> |
DictationLevelSCAClient.insertList(List<DictationLevel> dictationLevelList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
DictationLevelSCAClient.insert(DictationLevel dictationLevel) |
boolean |
DictationLevelSCAClient.update(DictationLevel dictationLevel) |
| Modifier and Type | Method and Description |
|---|---|
List<DictationLevel> |
DictationLevelSCAClient.insertList(List<DictationLevel> dictationLevelList) |
boolean |
DictationLevelSCAClient.updateList(List<DictationLevel> dictationLevelList) |
Copyright © 2018. All Rights Reserved.