Class PluginSettingsThemeKeyDao
java.lang.Object
com.atlassian.confluence.impl.themes.PluginSettingsThemeKeyDao
- All Implemented Interfaces:
- ThemeKeyDao
An implementation of 
ThemeKeyDao backed by PluginSettingsFactory.- Since:
- 7.7
- 
Constructor SummaryConstructorsConstructorDescriptionPluginSettingsThemeKeyDao(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory) 
- 
Method SummaryModifier and TypeMethodDescriptiongetSpaceThemeKey(@Nullable String spaceKey) voidsetGlobalThemeKey(String themeCompleteKey) voidsetSpaceThemeKey(String spaceKey, String themeKey) 
- 
Constructor Details- 
PluginSettingsThemeKeyDaopublic PluginSettingsThemeKeyDao(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory) 
 
- 
- 
Method Details- 
getGlobalThemeKey- Specified by:
- getGlobalThemeKeyin interface- ThemeKeyDao
 
- 
setGlobalThemeKey- Specified by:
- setGlobalThemeKeyin interface- ThemeKeyDao
 
- 
getSpaceThemeKey- Specified by:
- getSpaceThemeKeyin interface- ThemeKeyDao
 
- 
setSpaceThemeKey- Specified by:
- setSpaceThemeKeyin interface- ThemeKeyDao
 
 
-