Interface ThemeKeyDao
- All Known Implementing Classes:
CachingThemeKeyDao,PluginSettingsThemeKeyDao
public interface ThemeKeyDao
Defines operations for retrieving theme keys from a data store.
- Since:
- 7.7
-
Method Summary
Modifier and TypeMethodDescriptiongetSpaceThemeKey(@Nullable String spaceKey) voidsetGlobalThemeKey(String themeKey) voidsetSpaceThemeKey(String spaceKey, String themeKey)
-
Method Details
-
getGlobalThemeKey
-
setGlobalThemeKey
-
getSpaceThemeKey
-
setSpaceThemeKey
-