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 Summary
ConstructorsConstructorDescriptionPluginSettingsThemeKeyDao(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetSpaceThemeKey(@Nullable String spaceKey) voidsetGlobalThemeKey(String themeCompleteKey) voidsetSpaceThemeKey(String spaceKey, String themeKey)
-
Constructor Details
-
PluginSettingsThemeKeyDao
public PluginSettingsThemeKeyDao(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory)
-
-
Method Details
-
getGlobalThemeKey
- Specified by:
getGlobalThemeKeyin interfaceThemeKeyDao
-
setGlobalThemeKey
- Specified by:
setGlobalThemeKeyin interfaceThemeKeyDao
-
getSpaceThemeKey
- Specified by:
getSpaceThemeKeyin interfaceThemeKeyDao
-
setSpaceThemeKey
- Specified by:
setSpaceThemeKeyin interfaceThemeKeyDao
-