Interface DataTableFavoriteConfigurationQuery
- All Known Implementing Classes:
DataTableFavoriteConfigurationQueryImpl
public interface DataTableFavoriteConfigurationQuery
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionfavoriteKey
(String favoriteKey) Query for data table configurations with the given favorite key.Query for data table configurations with the given id.list()
Return a list ofDataTableFavoriteConfiguration
(s)Query for data table configurations with the given name.Query for data table configurations for the given user.Return a singleDataTableFavoriteConfiguration
.Query for data table configurations with the given tenant id.
-
Method Details
-
id
Query for data table configurations with the given id. -
favoriteKey
Query for data table configurations with the given favorite key. -
tenantId
Query for data table configurations with the given tenant id. -
ownerUser
Query for data table configurations for the given user. -
name
Query for data table configurations with the given name. -
singleResult
DataTableFavoriteConfiguration singleResult()Return a singleDataTableFavoriteConfiguration
. -
list
List<DataTableFavoriteConfiguration> list()Return a list ofDataTableFavoriteConfiguration
(s)
-