| Package | Description |
|---|---|
| com.ptteng.academy.user.service | |
| com.ptteng.sca.academy.user.client |
| Modifier and Type | Method and Description |
|---|---|
UserVideo |
UserVideoService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserVideo> |
UserVideoService.getObjectsByIds(List<Long> ids) |
List<UserVideo> |
UserVideoService.insertList(List<UserVideo> userVideoList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserVideoService.insert(UserVideo userVideo) |
boolean |
UserVideoService.update(UserVideo userVideo) |
| Modifier and Type | Method and Description |
|---|---|
List<UserVideo> |
UserVideoService.insertList(List<UserVideo> userVideoList) |
boolean |
UserVideoService.updateList(List<UserVideo> userVideoList) |
| Modifier and Type | Method and Description |
|---|---|
UserVideo |
UserVideoSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserVideo> |
UserVideoSCAClient.getObjectsByIds(List<Long> ids) |
List<UserVideo> |
UserVideoSCAClient.insertList(List<UserVideo> userVideoList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserVideoSCAClient.insert(UserVideo userVideo) |
boolean |
UserVideoSCAClient.update(UserVideo userVideo) |
| Modifier and Type | Method and Description |
|---|---|
List<UserVideo> |
UserVideoSCAClient.insertList(List<UserVideo> userVideoList) |
boolean |
UserVideoSCAClient.updateList(List<UserVideo> userVideoList) |
Copyright © 2019. All Rights Reserved.