Interface ThemeQuery
-
- All Known Implementing Classes:
ThemeQueryImpl
public interface ThemeQuery
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThemeQuery
id(String id)
Query for themes with the given idList<Theme>
list()
Return a list ofTheme
(s)ThemeQuery
name(String name)
Query for themes with the given nameTheme
singleResult()
Return a singleTheme
ThemeQuery
tenantId(String tenantId)
Query for themes in the given tenant
-
-
-
Method Detail
-
id
ThemeQuery id(String id)
Query for themes with the given id
-
name
ThemeQuery name(String name)
Query for themes with the given name
-
tenantId
ThemeQuery tenantId(String tenantId)
Query for themes in the given tenant
-
-