| Package | Description |
|---|---|
| com.ptteng.academy.admin.service | |
| com.ptteng.sca.academy.admin.client |
| Modifier and Type | Method and Description |
|---|---|
Records |
RecordsService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Records> |
RecordsService.getObjectsByIds(List<Long> ids) |
List<Records> |
RecordsService.insertList(List<Records> recordsList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
RecordsService.insert(Records records) |
boolean |
RecordsService.update(Records records) |
| Modifier and Type | Method and Description |
|---|---|
List<Records> |
RecordsService.insertList(List<Records> recordsList) |
boolean |
RecordsService.updateList(List<Records> recordsList) |
| Modifier and Type | Method and Description |
|---|---|
Records |
RecordsSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Records> |
RecordsSCAClient.getObjectsByIds(List<Long> ids) |
List<Records> |
RecordsSCAClient.insertList(List<Records> recordsList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
RecordsSCAClient.insert(Records records) |
boolean |
RecordsSCAClient.update(Records records) |
| Modifier and Type | Method and Description |
|---|---|
List<Records> |
RecordsSCAClient.insertList(List<Records> recordsList) |
boolean |
RecordsSCAClient.updateList(List<Records> recordsList) |
Copyright © 2019. All Rights Reserved.