| com.atlassian.confluence.follow.persistence.dao.ConnectionDao |
Known Indirect Subclasses
|
DAO for connections between followers and followees.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the follower to follow the specified user.
| |||||||||||
Returns a list of usernames for the users that the specified user is following
| |||||||||||
Returns a list of users that are followers of the specified user
| |||||||||||
True if the follower is following the followee
| |||||||||||
Removes all connections for this user (as a follower and as a followee).
| |||||||||||
Unsets the follower from following the specified user.
| |||||||||||
Sets the follower to follow the specified user. If the follow is alreading following the followee then this method does nothing.
| follower | the follower |
|---|---|
| followee | the new followee |
Returns a list of usernames for the users that the specified user is following
| follower | the username |
|---|
Returns a list of users that are followers of the specified user
| followee | the user to check for followers |
|---|
True if the follower is following the followee
| follower | the proposed follower |
|---|---|
| followee | the proposed followee |
Removes all connections for this user (as a follower and as a followee).
| user | the user |
|---|
Unsets the follower from following the specified user. If the follow is not following the followee then this method does nothing.
| follower | the follower |
|---|---|
| followee | the new followee |

