@ApplicationScoped public class SocialUserService extends Object implements SocialUserServiceAPI
| Constructor and Description |
|---|
SocialUserService() |
| Modifier and Type | Method and Description |
|---|---|
void |
update(SocialUser... users) |
void |
userFollowAnotherUser(String followerUsername,
String followUsername) |
void |
userUnfollowAnotherUser(String followerUsername,
String followUsername) |
public void userFollowAnotherUser(String followerUsername, String followUsername)
userFollowAnotherUser in interface SocialUserServiceAPIpublic void userUnfollowAnotherUser(String followerUsername, String followUsername)
userUnfollowAnotherUser in interface SocialUserServiceAPIpublic void update(SocialUser... users)
update in interface SocialUserServiceAPICopyright © 2012–2017 JBoss by Red Hat. All rights reserved.