| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.academy.course.vo | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
LessonIntroduction |
LessonIntroductionService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<LessonIntroduction> |
LessonIntroductionService.getObjectsByIds(List<Long> ids) |
List<LessonIntroduction> |
LessonIntroductionService.insertList(List<LessonIntroduction> lessonIntroductionList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
LessonIntroductionService.insert(LessonIntroduction lessonIntroduction) |
boolean |
LessonIntroductionService.update(LessonIntroduction lessonIntroduction) |
| Modifier and Type | Method and Description |
|---|---|
List<LessonIntroduction> |
LessonIntroductionService.insertList(List<LessonIntroduction> lessonIntroductionList) |
boolean |
LessonIntroductionService.updateList(List<LessonIntroduction> lessonIntroductionList) |
| Modifier and Type | Method and Description |
|---|---|
List<LessonIntroduction> |
LessonAndIntroduction.getLessonIntroductionList() |
| Modifier and Type | Method and Description |
|---|---|
void |
LessonAndIntroduction.setLessonIntroductionList(List<LessonIntroduction> lessonIntroductionList) |
| Modifier and Type | Method and Description |
|---|---|
LessonIntroduction |
LessonIntroductionSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<LessonIntroduction> |
LessonIntroductionSCAClient.getObjectsByIds(List<Long> ids) |
List<LessonIntroduction> |
LessonIntroductionSCAClient.insertList(List<LessonIntroduction> lessonIntroductionList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
LessonIntroductionSCAClient.insert(LessonIntroduction lessonIntroduction) |
boolean |
LessonIntroductionSCAClient.update(LessonIntroduction lessonIntroduction) |
| Modifier and Type | Method and Description |
|---|---|
List<LessonIntroduction> |
LessonIntroductionSCAClient.insertList(List<LessonIntroduction> lessonIntroductionList) |
boolean |
LessonIntroductionSCAClient.updateList(List<LessonIntroduction> lessonIntroductionList) |
Copyright © 2018. All Rights Reserved.