| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
ScoreRecord |
ScoreRecordService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoreRecord> |
ScoreRecordService.getObjectsByIds(List<Long> ids) |
List<ScoreRecord> |
ScoreRecordService.insertList(List<ScoreRecord> scoreRecordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ScoreRecordService.insert(ScoreRecord scoreRecord) |
boolean |
ScoreRecordService.update(ScoreRecord scoreRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoreRecord> |
ScoreRecordService.insertList(List<ScoreRecord> scoreRecordList) |
boolean |
ScoreRecordService.updateList(List<ScoreRecord> scoreRecordList) |
| Modifier and Type | Method and Description |
|---|---|
ScoreRecord |
ScoreRecordSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoreRecord> |
ScoreRecordSCAClient.getObjectsByIds(List<Long> ids) |
List<ScoreRecord> |
ScoreRecordSCAClient.insertList(List<ScoreRecord> scoreRecordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ScoreRecordSCAClient.insert(ScoreRecord scoreRecord) |
boolean |
ScoreRecordSCAClient.update(ScoreRecord scoreRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoreRecord> |
ScoreRecordSCAClient.insertList(List<ScoreRecord> scoreRecordList) |
boolean |
ScoreRecordSCAClient.updateList(List<ScoreRecord> scoreRecordList) |
Copyright © 2018. All Rights Reserved.