public interface ThemeServiceLocal extends ThemeService, CRUDServiceLocal<Theme,ThemeDTO,ThemeData,ThemeDataParams>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCSS(Theme theme)
Returns the css content for the given theme
|
java.util.List<Theme> |
importBuiltin()
Imports all built-in themes, updating those already imported
|
boolean |
isBuiltin(Theme theme)
Returns whether a theme is builtin
|
java.util.List<Theme> |
listAll()
Lists all themes
|
applyThemes, export, getCSS, getListData, getVO, importNew, listfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savejava.lang.String getCSS(Theme theme)
java.util.List<Theme> importBuiltin()
boolean isBuiltin(Theme theme)
java.util.List<Theme> listAll()