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