| java.lang.Object | |||
| ↳ | org.springframework.dao.support.DaoSupport | ||
| ↳ | org.springframework.orm.hibernate.support.HibernateDaoSupport | ||
| ↳ | com.atlassian.confluence.follow.persistence.dao.hibernate.HibernateConnectionDao | ||
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.dao.support.DaoSupport
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.orm.hibernate.support.HibernateDaoSupport
| |||||||||||||||||||||||||||||||
From class
org.springframework.dao.support.DaoSupport
| |||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||
From interface
com.atlassian.confluence.follow.persistence.dao.ConnectionDao
| |||||||||||||||||||||||||||||||
From interface
org.springframework.beans.factory.InitializingBean
| |||||||||||||||||||||||||||||||
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 |

