|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.service.project.ProjectHistoryServiceImpl
@Service public class ProjectHistoryServiceImpl
Convenient wrapper for UserProjectHistoryManager to register history of projects seen when querying rapid views.
| Constructor Summary | |
|---|---|
ProjectHistoryServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
registerRecentProjects(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.List<com.atlassian.jira.project.Project> projectsToRegister)
Register either the projects seen when querying a board, or the projects of a board if no issues were seen, with the UserProjectHistoryManager for the specified user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectHistoryServiceImpl()
| Method Detail |
|---|
public void registerRecentProjects(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.List<com.atlassian.jira.project.Project> projectsToRegister)
ProjectHistoryServiceUserProjectHistoryManager for the specified user.
registerRecentProjects in interface ProjectHistoryServiceuser - The userrapidView - the rapid view that was being queriedprojectsToRegister - the projects that were seen when querying the board; may be empty, must not be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||