org.kie.uberfire.social.activities.server
Class SocialUserService
java.lang.Object
org.kie.uberfire.social.activities.server.SocialUserService
- All Implemented Interfaces:
- SocialUserServiceAPI
@ApplicationScoped
public class SocialUserService
- extends Object
- implements SocialUserServiceAPI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialUserService
public SocialUserService()
userFollowAnotherUser
public void userFollowAnotherUser(String followerUsername,
String followUsername)
- Specified by:
userFollowAnotherUser in interface SocialUserServiceAPI
userUnfollowAnotherUser
public void userUnfollowAnotherUser(String followerUsername,
String followUsername)
- Specified by:
userUnfollowAnotherUser in interface SocialUserServiceAPI
update
public void update(SocialUser... users)
- Specified by:
update in interface SocialUserServiceAPI
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.