Interface ThemeQuery
- All Known Implementing Classes:
ThemeQueryImpl
public interface ThemeQuery
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description ThemeQueryid(java.lang.String id)Query for themes with the given idjava.util.List<Theme>list()Return a list ofTheme(s)ThemeQueryname(java.lang.String name)Query for themes with the given nameThemesingleResult()Return a singleThemeThemeQuerytenantId(java.lang.String tenantId)Query for themes in the given tenant