| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.academy.course.vo | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
Lesson |
LessonService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Lesson> |
LessonService.getObjectsByIds(List<Long> ids) |
List<Lesson> |
LessonService.insertList(List<Lesson> lessonList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
LessonService.insert(Lesson lesson) |
boolean |
LessonService.update(Lesson lesson) |
| Modifier and Type | Method and Description |
|---|---|
List<Lesson> |
LessonService.insertList(List<Lesson> lessonList) |
boolean |
LessonService.updateList(List<Lesson> lessonList) |
| Modifier and Type | Method and Description |
|---|---|
Lesson |
LessonAndIntroduction.getLesson() |
| Modifier and Type | Method and Description |
|---|---|
void |
LessonAndIntroduction.setLesson(Lesson lesson) |
| Modifier and Type | Method and Description |
|---|---|
Lesson |
LessonSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Lesson> |
LessonSCAClient.getObjectsByIds(List<Long> ids) |
List<Lesson> |
LessonSCAClient.insertList(List<Lesson> lessonList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
LessonSCAClient.insert(Lesson lesson) |
boolean |
LessonSCAClient.update(Lesson lesson) |
| Modifier and Type | Method and Description |
|---|---|
List<Lesson> |
LessonSCAClient.insertList(List<Lesson> lessonList) |
boolean |
LessonSCAClient.updateList(List<Lesson> lessonList) |
Copyright © 2018. All Rights Reserved.