| Package | Description |
|---|---|
| com.ptteng.rent.user.service | |
| com.ptteng.sca.rent.user.client |
| Modifier and Type | Method and Description |
|---|---|
UserFollowRelation |
UserFollowRelationService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserFollowRelation> |
UserFollowRelationService.getObjectsByIds(List<Long> ids) |
List<UserFollowRelation> |
UserFollowRelationService.insertList(List<UserFollowRelation> userFollowRelationList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserFollowRelationService.insert(UserFollowRelation userFollowRelation) |
boolean |
UserFollowRelationService.update(UserFollowRelation userFollowRelation) |
| Modifier and Type | Method and Description |
|---|---|
List<UserFollowRelation> |
UserFollowRelationService.insertList(List<UserFollowRelation> userFollowRelationList) |
boolean |
UserFollowRelationService.updateList(List<UserFollowRelation> userFollowRelationList) |
| Modifier and Type | Method and Description |
|---|---|
UserFollowRelation |
UserFollowRelationSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserFollowRelation> |
UserFollowRelationSCAClient.getObjectsByIds(List<Long> ids) |
List<UserFollowRelation> |
UserFollowRelationSCAClient.insertList(List<UserFollowRelation> userFollowRelationList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserFollowRelationSCAClient.insert(UserFollowRelation userFollowRelation) |
boolean |
UserFollowRelationSCAClient.update(UserFollowRelation userFollowRelation) |
| Modifier and Type | Method and Description |
|---|---|
List<UserFollowRelation> |
UserFollowRelationSCAClient.insertList(List<UserFollowRelation> userFollowRelationList) |
boolean |
UserFollowRelationSCAClient.updateList(List<UserFollowRelation> userFollowRelationList) |
Copyright © 2018. All rights reserved.