Interface ThemeQuery

All Known Implementing Classes:
ThemeQueryImpl

public interface ThemeQuery
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type Method Description
    ThemeQuery id​(java.lang.String id)
    Query for themes with the given id
    java.util.List<Theme> list()
    Return a list of Theme(s)
    ThemeQuery name​(java.lang.String name)
    Query for themes with the given name
    Theme singleResult()
    Return a single Theme
    ThemeQuery tenantId​(java.lang.String tenantId)
    Query for themes in the given tenant