| Package | Description |
|---|---|
| com.ptteng.academy.user.service | |
| com.ptteng.sca.academy.user.client |
| Modifier and Type | Method and Description |
|---|---|
UserRecommend |
UserRecommendService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserRecommend> |
UserRecommendService.getObjectsByIds(List<Long> ids) |
List<UserRecommend> |
UserRecommendService.insertList(List<UserRecommend> userRecommendList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserRecommendService.insert(UserRecommend userRecommend) |
boolean |
UserRecommendService.update(UserRecommend userRecommend) |
| Modifier and Type | Method and Description |
|---|---|
List<UserRecommend> |
UserRecommendService.insertList(List<UserRecommend> userRecommendList) |
boolean |
UserRecommendService.updateList(List<UserRecommend> userRecommendList) |
| Modifier and Type | Method and Description |
|---|---|
UserRecommend |
UserRecommendSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserRecommend> |
UserRecommendSCAClient.getObjectsByIds(List<Long> ids) |
List<UserRecommend> |
UserRecommendSCAClient.insertList(List<UserRecommend> userRecommendList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserRecommendSCAClient.insert(UserRecommend userRecommend) |
boolean |
UserRecommendSCAClient.update(UserRecommend userRecommend) |
| Modifier and Type | Method and Description |
|---|---|
List<UserRecommend> |
UserRecommendSCAClient.insertList(List<UserRecommend> userRecommendList) |
boolean |
UserRecommendSCAClient.updateList(List<UserRecommend> userRecommendList) |
Copyright © 2019. All Rights Reserved.