| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
Progress |
ProgressService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Progress> |
ProgressService.getObjectsByIds(List<Long> ids) |
List<Progress> |
ProgressService.insertList(List<Progress> progressList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ProgressService.insert(Progress progress) |
boolean |
ProgressService.update(Progress progress) |
| Modifier and Type | Method and Description |
|---|---|
List<Progress> |
ProgressService.insertList(List<Progress> progressList) |
boolean |
ProgressService.updateList(List<Progress> progressList) |
| Modifier and Type | Method and Description |
|---|---|
Progress |
ProgressSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Progress> |
ProgressSCAClient.getObjectsByIds(List<Long> ids) |
List<Progress> |
ProgressSCAClient.insertList(List<Progress> progressList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ProgressSCAClient.insert(Progress progress) |
boolean |
ProgressSCAClient.update(Progress progress) |
| Modifier and Type | Method and Description |
|---|---|
List<Progress> |
ProgressSCAClient.insertList(List<Progress> progressList) |
boolean |
ProgressSCAClient.updateList(List<Progress> progressList) |
Copyright © 2018. All Rights Reserved.