KIE Uberfire Social Activities Backend 6.2.0.CR4

org.kie.uberfire.social.activities.server
Class SocialUserService

java.lang.Object
  extended by org.kie.uberfire.social.activities.server.SocialUserService
All Implemented Interfaces:
SocialUserServiceAPI

@ApplicationScoped
public class SocialUserService
extends Object
implements SocialUserServiceAPI


Constructor Summary
SocialUserService()
           
 
Method Summary
 void update(SocialUser... users)
           
 void userFollowAnotherUser(String followerUsername, String followUsername)
           
 void userUnfollowAnotherUser(String followerUsername, String followUsername)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialUserService

public SocialUserService()
Method Detail

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

KIE Uberfire Social Activities Backend 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.