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 ThemeQueryid(String id)Query for themes with the given idList<Theme>list()Return a list ofTheme(s)ThemeQueryname(String name)Query for themes with the given nameThemesingleResult()Return a singleThemeThemeQuerytenantId(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
-
-