| Package | Description |
|---|---|
| com.ptteng.academy.document.service | |
| com.ptteng.sca.academy.document.client |
| Modifier and Type | Method and Description |
|---|---|
Video |
VideoService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Video> |
VideoService.getObjectsByIds(List<Long> ids) |
List<Video> |
VideoService.insertList(List<Video> videoList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
VideoService.insert(Video video) |
boolean |
VideoService.update(Video video) |
| Modifier and Type | Method and Description |
|---|---|
List<Video> |
VideoService.insertList(List<Video> videoList) |
boolean |
VideoService.updateList(List<Video> videoList) |
| Modifier and Type | Method and Description |
|---|---|
Video |
VideoSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Video> |
VideoSCAClient.getObjectsByIds(List<Long> ids) |
List<Video> |
VideoSCAClient.insertList(List<Video> videoList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
VideoSCAClient.insert(Video video) |
boolean |
VideoSCAClient.update(Video video) |
| Modifier and Type | Method and Description |
|---|---|
List<Video> |
VideoSCAClient.insertList(List<Video> videoList) |
boolean |
VideoSCAClient.updateList(List<Video> videoList) |
Copyright © 2019. All rights reserved.