com.atlassian.confluence.setup.settings
Interface SettingsManager

All Known Implementing Classes:
DefaultSettingsManager

public interface SettingsManager


Method Summary
 Settings getGlobalSettings()
           
 Serializable getPluginSettings(String pluginKey)
           
 SpaceSettings getSpaceSettings(String spaceKey)
           
 void updateGlobalSettings(Settings settings)
           
 void updatePluginSettings(String pluginKey, Serializable pluginSettings)
           
 void updateSpaceSettings(SpaceSettings spaceSettings)
           
 

Method Detail

getGlobalSettings

public Settings getGlobalSettings()

updateGlobalSettings

public void updateGlobalSettings(Settings settings)

getSpaceSettings

public SpaceSettings getSpaceSettings(String spaceKey)

updateSpaceSettings

public void updateSpaceSettings(SpaceSettings spaceSettings)

getPluginSettings

public Serializable getPluginSettings(String pluginKey)

updatePluginSettings

public void updatePluginSettings(String pluginKey,
                                 Serializable pluginSettings)


Confluence is developed by Atlassian.