@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 SocialUserServiceAPI
public void userUnfollowAnotherUser(String followerUsername, String followUsername)
userUnfollowAnotherUser
in interface SocialUserServiceAPI
public void update(SocialUser... users)
update
in interface SocialUserServiceAPI
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.