| Package | Description |
|---|---|
| com.ptteng.academy.admin.service | |
| com.ptteng.sca.academy.admin.client |
| Modifier and Type | Method and Description |
|---|---|
Opinion |
OpinionService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Opinion> |
OpinionService.getObjectsByIds(List<Long> ids) |
List<Opinion> |
OpinionService.insertList(List<Opinion> opinionList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
OpinionService.insert(Opinion opinion) |
boolean |
OpinionService.update(Opinion opinion) |
| Modifier and Type | Method and Description |
|---|---|
List<Opinion> |
OpinionService.insertList(List<Opinion> opinionList) |
boolean |
OpinionService.updateList(List<Opinion> opinionList) |
| Modifier and Type | Method and Description |
|---|---|
Opinion |
OpinionSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Opinion> |
OpinionSCAClient.getObjectsByIds(List<Long> ids) |
List<Opinion> |
OpinionSCAClient.insertList(List<Opinion> opinionList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
OpinionSCAClient.insert(Opinion opinion) |
boolean |
OpinionSCAClient.update(Opinion opinion) |
| Modifier and Type | Method and Description |
|---|---|
List<Opinion> |
OpinionSCAClient.insertList(List<Opinion> opinionList) |
boolean |
OpinionSCAClient.updateList(List<Opinion> opinionList) |
Copyright © 2018. All Rights Reserved.