com.atlassian.greenhopper.service.configuration
Class ConfigurationServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.configuration.ConfigurationServiceImpl
All Implemented Interfaces:
ConfigurationService

@Service(value="gh-configurationService")
public class ConfigurationServiceImpl
extends java.lang.Object
implements ConfigurationService

Implementation of the PersistenceService interface Wraps PropertySetManager for persistence.


Field Summary
 
Fields inherited from interface com.atlassian.greenhopper.service.configuration.ConfigurationService
SERVICE
 
Constructor Summary
ConfigurationServiceImpl()
           
 
Method Summary
 ProjectConfiguration getConfiguration(com.opensymphony.user.User user, com.atlassian.jira.project.Project project)
          Get a Configuration object for a given project.
 ProjectConfiguration getConfiguration(com.opensymphony.user.User user, XProject xproject)
          Get a configuration object for a given xproject.
 ScrumDefaultConfiguration getScrumDefaultConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationServiceImpl

public ConfigurationServiceImpl()
Method Detail

getConfiguration

public ProjectConfiguration getConfiguration(com.opensymphony.user.User user,
                                             com.atlassian.jira.project.Project project)
Description copied from interface: ConfigurationService
Get a Configuration object for a given project.

Specified by:
getConfiguration in interface ConfigurationService

getConfiguration

public ProjectConfiguration getConfiguration(com.opensymphony.user.User user,
                                             XProject xproject)
Description copied from interface: ConfigurationService
Get a configuration object for a given xproject.

Specified by:
getConfiguration in interface ConfigurationService

getScrumDefaultConfiguration

public ScrumDefaultConfiguration getScrumDefaultConfiguration()
Specified by:
getScrumDefaultConfiguration in interface ConfigurationService


Copyright © 2007-2011 Atlassian. All Rights Reserved.