Interface ThemeKeyDao
-
- All Known Implementing Classes:
BandanaThemeKeyDao
,CachingThemeKeyDao
public interface ThemeKeyDao
Defines operations for retrieving theme keys from a data store.- Since:
- 7.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>
getGlobalThemeKey()
Optional<String>
getSpaceThemeKey(@Nullable String spaceKey)
void
setGlobalThemeKey(String themeKey)
void
setSpaceThemeKey(String spaceKey, String themeKey)
-