Interface ThemeKeyDao
-
- All Known Implementing Classes:
BandanaThemeKeyDao,CachingThemeKeyDao
public interface ThemeKeyDaoDefines 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(String spaceKey)voidsetGlobalThemeKey(String themeKey)voidsetSpaceThemeKey(String spaceKey, String themeKey)
-