| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
Paper |
PaperService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Paper> |
PaperService.getObjectsByIds(List<Long> ids) |
List<Paper> |
PaperService.insertList(List<Paper> paperList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PaperService.insert(Paper paper) |
boolean |
PaperService.update(Paper paper) |
| Modifier and Type | Method and Description |
|---|---|
List<Paper> |
PaperService.insertList(List<Paper> paperList) |
boolean |
PaperService.updateList(List<Paper> paperList) |
| Modifier and Type | Method and Description |
|---|---|
Paper |
PaperSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Paper> |
PaperSCAClient.getObjectsByIds(List<Long> ids) |
List<Paper> |
PaperSCAClient.insertList(List<Paper> paperList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PaperSCAClient.insert(Paper paper) |
boolean |
PaperSCAClient.update(Paper paper) |
| Modifier and Type | Method and Description |
|---|---|
List<Paper> |
PaperSCAClient.insertList(List<Paper> paperList) |
boolean |
PaperSCAClient.updateList(List<Paper> paperList) |
Copyright © 2018. All Rights Reserved.