|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserStatusManager
Used to retrieve and store the user status for a user
Field Summary |
---|
Fields inherited from interface com.atlassian.confluence.core.ContentEntityManager |
---|
ITERATE_ALL |
Method Summary | |
---|---|
void |
clearCurrentUserStatus(String username)
Clears the current status of the specified user |
void |
clearCurrentUserStatus(com.atlassian.user.User user)
Clears the current status of the specified user |
UserStatus |
getUserStatus(long id)
Retrieve the user status for the given status id |
UserStatus |
getUserStatus(String username)
Retrieve the current user status for the given user |
UserStatus |
getUserStatus(com.atlassian.user.User user)
Retrieve the current user status for the given user |
int |
getUserStatusCount(String username)
Returns the total number of statuses set against the specified user |
int |
getUserStatusCount(com.atlassian.user.User user)
Returns the total number of statuses set against the specified user |
List<UserStatus> |
getUserStatusList(String username)
Retrieve a list of user status items for the specified user |
List<UserStatus> |
getUserStatusList(String username,
int maxResults)
Retrieve a list of user status items for the specified user |
List<UserStatus> |
getUserStatusList(com.atlassian.user.User user)
Retrieve a list of user status items for the specified user |
List<UserStatus> |
getUserStatusList(com.atlassian.user.User user,
int maxResults)
Retrieve a list of user status items for the specified user |
void |
removeAllStatusForUser(com.atlassian.user.User user)
Deletes all user status' for the specified user |
UserStatus |
saveUserStatus(ConfluenceUser user,
String statusText)
Saves a new status. |
UserStatus |
saveUserStatus(ConfluenceUser user,
String statusText,
Space targetSpace)
Saves a new status, targeted to a specific space. |
UserStatus |
saveUserStatus(String username,
String statusText)
Deprecated. since 5.2. See saveUserStatus(ConfluenceUser, String) |
UserStatus |
saveUserStatus(String username,
String statusText,
Space targetSpace)
Deprecated. since 5.2. See saveUserStatus(ConfluenceUser, String, Space) |
UserStatus |
saveUserStatus(UserStatus status)
Saves a status |
Method Detail |
---|
List<UserStatus> getUserStatusList(String username)
username
- the username of the user to find status updates for
List<UserStatus> getUserStatusList(com.atlassian.user.User user)
user
- the user to find status updates for
List<UserStatus> getUserStatusList(String username, int maxResults)
username
- the username of the user to find status updates formaxResults
- the maximum number of statuses to return
List<UserStatus> getUserStatusList(com.atlassian.user.User user, int maxResults)
user
- the user to find status updates formaxResults
- the maximum number of statuses to return
UserStatus getUserStatus(String username)
username
- the username of the user to get the status for
UserStatus getUserStatus(com.atlassian.user.User user)
user
- the user to get the status for
@Deprecated UserStatus saveUserStatus(String username, String statusText)
saveUserStatus(ConfluenceUser, String)
username
- The user to save the status againststatusText
- Text for the new status
@Deprecated UserStatus saveUserStatus(String username, String statusText, Space targetSpace)
saveUserStatus(ConfluenceUser, String, Space)
username
- The user to save the status againststatusText
- Text for the new statustargetSpace
- The space to target the status to
UserStatus saveUserStatus(ConfluenceUser user, String statusText)
user
- The user to save the status againststatusText
- Text for the new status
UserStatus saveUserStatus(ConfluenceUser user, String statusText, Space targetSpace)
user
- The user to save the status againststatusText
- Text for the new statustargetSpace
- The space to target the status to
UserStatus saveUserStatus(UserStatus status)
status
- the status to be saved
void clearCurrentUserStatus(com.atlassian.user.User user)
user
- - the user to clear the status forvoid clearCurrentUserStatus(String username)
username
- - the user to clear the status forUserStatus getUserStatus(long id)
id
- the id of the user status object
int getUserStatusCount(String username)
username
- the user to count statuses for
int getUserStatusCount(com.atlassian.user.User user)
user
- the user to count statuses for
void removeAllStatusForUser(com.atlassian.user.User user)
user
- the user to clear the statuses for
IllegalArgumentException
- if user is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |