Uses of Class
com.pyxis.greenhopper.jira.configurations.UserBoardSettings

Packages that use UserBoardSettings
com.atlassian.greenhopper.service.configuration   
com.atlassian.greenhopper.web.input   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards.context   
 

Uses of UserBoardSettings in com.atlassian.greenhopper.service.configuration
 

Methods in com.atlassian.greenhopper.service.configuration that return UserBoardSettings
 UserBoardSettings UserBoardSettingsServiceImpl.getUserBoardSettings(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.project.Project project)
           
 UserBoardSettings UserBoardSettingsService.getUserBoardSettings(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.project.Project project)
           
 

Methods in com.atlassian.greenhopper.service.configuration with parameters of type UserBoardSettings
 void UserBoardSettingsServiceImpl.toggleSingleCardDisplay(ErrorCollection errorCollection, com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.project.Project project, ViewDefinition view, java.lang.String issueKey, UserBoardSettings userBoardSettings)
          Actually no one really cares about the issue here, it's just the key that we want.
 void UserBoardSettingsService.toggleSingleCardDisplay(ErrorCollection errorCollection, com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.project.Project project, ViewDefinition view, java.lang.String issueKey, UserBoardSettings userBoardSettings)
           
 

Uses of UserBoardSettings in com.atlassian.greenhopper.web.input
 

Methods in com.atlassian.greenhopper.web.input with parameters of type UserBoardSettings
 void ViewDefinitionFactory.completeMissingType(UserBoardSettings userBoardSettings, ViewDefinition viewDefinition)
          Completes missing page type information with values stored in the user settings or approriate defaults.
 

Uses of UserBoardSettings in com.pyxis.greenhopper.jira.actions
 

Methods in com.pyxis.greenhopper.jira.actions that return UserBoardSettings
 UserBoardSettings BoardAction.getUserSettings()
           
 

Uses of UserBoardSettings in com.pyxis.greenhopper.jira.boards.context
 

Methods in com.pyxis.greenhopper.jira.boards.context that return UserBoardSettings
 UserBoardSettings DefaultBoardContext.getUserSettings()
           
 UserBoardSettings BoardContext.getUserSettings()
          Retrieves the users project settings
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.