com.atlassian.greenhopper.service.configuration
Class UserBoardsPreferencesServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.configuration.UserBoardsPreferencesServiceImpl
All Implemented Interfaces:
GreenHopperCache, UserBoardsPreferencesService

@Service(value="gh-userBoardsPreferencesService")
public class UserBoardsPreferencesServiceImpl
extends java.lang.Object
implements UserBoardsPreferencesService


Field Summary
 
Fields inherited from interface com.atlassian.greenhopper.service.configuration.UserBoardsPreferencesService
SERVICE
 
Constructor Summary
UserBoardsPreferencesServiceImpl()
           
 
Method Summary
 void flushCache()
          Clears out any internal caches.
 UserBoardsPreferences getPreferences(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.project.Project project)
          Get the UserBoardsPreferences object for a given user and project
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserBoardsPreferencesServiceImpl

public UserBoardsPreferencesServiceImpl()
Method Detail

getPreferences

public UserBoardsPreferences getPreferences(com.atlassian.crowd.embedded.api.User user,
                                            com.atlassian.jira.project.Project project)
Description copied from interface: UserBoardsPreferencesService
Get the UserBoardsPreferences object for a given user and project

Specified by:
getPreferences in interface UserBoardsPreferencesService

flushCache

public void flushCache()
Clears out any internal caches.

Specified by:
flushCache in interface GreenHopperCache


Copyright © 2007-2012 Atlassian. All Rights Reserved.