public interface ThemeServiceLocal extends ThemeService, org.cyclos.impl.CRUDServiceLocal<Theme,ThemeDTO,ThemeData,ThemeDataParams>
| Modifier and Type | Method and Description |
|---|---|
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.util.List<Theme> importBuiltin() throws FrameworkException, FileParsingException
boolean isBuiltin(Theme theme) throws FrameworkException
FrameworkExceptionjava.util.List<Theme> listAll() throws FrameworkException
FrameworkException