|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.user.DefaultUserQueryHistoryManager
public class DefaultUserQueryHistoryManager
Default implementation of UserQueryHistoryManager
| Constructor Summary | |
|---|---|
DefaultUserQueryHistoryManager(UserHistoryManager userHistoryManager,
ApplicationProperties applicationProperties)
|
|
| Method Summary | |
|---|---|
void |
addQueryToHistory(com.atlassian.crowd.embedded.api.User user,
String query)
Add a JQL query string to the user history list. |
void |
addQueryToHistory(User user,
String query)
Add a JQL query string to the user history list. |
List<UserHistoryItem> |
getUserQueryHistory(com.atlassian.crowd.embedded.api.User user)
Retrieve the user's query history queue. |
List<UserHistoryItem> |
getUserQueryHistory(User user)
Retrieve the user's query history queue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultUserQueryHistoryManager(UserHistoryManager userHistoryManager,
ApplicationProperties applicationProperties)
| Method Detail |
|---|
public void addQueryToHistory(com.atlassian.crowd.embedded.api.User user,
String query)
UserQueryHistoryManager
addQueryToHistory in interface UserQueryHistoryManageruser - The user to add the history item toquery - The JQL Query string to store in this history.
public void addQueryToHistory(User user,
String query)
UserQueryHistoryManager
addQueryToHistory in interface UserQueryHistoryManageruser - The user to add the history item toquery - The JQL Query string to store in this history.public List<UserHistoryItem> getUserQueryHistory(com.atlassian.crowd.embedded.api.User user)
UserQueryHistoryManager
getUserQueryHistory in interface UserQueryHistoryManageruser - The user to get the history query items for.
public List<UserHistoryItem> getUserQueryHistory(User user)
UserQueryHistoryManager
getUserQueryHistory in interface UserQueryHistoryManageruser - The user to get the history query items for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||