| 程序包 | 说明 |
|---|---|
| com.ptteng.learn.course.service | |
| com.ptteng.sca.learn.course.client |
| 限定符和类型 | 方法和说明 |
|---|---|
Lesson |
LessonService.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Lesson> |
LessonService.getObjectsByIds(List<Long> ids) |
List<Lesson> |
LessonService.insertList(List<Lesson> lessonList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
LessonService.insert(Lesson lesson) |
boolean |
LessonService.update(Lesson lesson) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Lesson> |
LessonService.insertList(List<Lesson> lessonList) |
boolean |
LessonService.updateList(List<Lesson> lessonList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Lesson |
LessonSCAClient.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Lesson> |
LessonSCAClient.getObjectsByIds(List<Long> ids) |
List<Lesson> |
LessonSCAClient.insertList(List<Lesson> lessonList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
LessonSCAClient.insert(Lesson lesson) |
boolean |
LessonSCAClient.update(Lesson lesson) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Lesson> |
LessonSCAClient.insertList(List<Lesson> lessonList) |
boolean |
LessonSCAClient.updateList(List<Lesson> lessonList) |
Copyright © 2017. All rights reserved.