Modifier and Type | Method and Description |
---|---|
ConfigurationPropertyQuery |
ConfigurationService.createConfigurationPropertyQuery()
Create a query for configuration properties
|
ConfigurationPropertyQuery |
ConfigurationPropertyQuery.description(String description)
Query for configuration properties with the given description
|
ConfigurationPropertyQuery |
ConfigurationPropertyQuery.descriptions(Collection<String> descriptions)
Query for configuration properties with the given descriptions
|
ConfigurationPropertyQuery |
ConfigurationPropertyQuery.id(String id)
Query for configuration properties with the given id
|
ConfigurationPropertyQuery |
ConfigurationPropertyQuery.lastUpdatedAfter(Date lastUpdatedTime)
Query for configuration properties updated after the given date
|
ConfigurationPropertyQuery |
ConfigurationPropertyQuery.lastUpdatedBefore(Date lastUpdatedTime)
Query for configuration properties updated before the given date
|
ConfigurationPropertyQuery |
ConfigurationPropertyQuery.name(String name)
Query for configuration properties with the given name
|
ConfigurationPropertyQuery |
ConfigurationPropertyQuery.names(Collection<String> names)
Query for configuration properties with the given names
|
ConfigurationPropertyQuery |
ConfigurationPropertyQuery.namespace(String namespace)
Query for configuration properties with the given namespace
|
ConfigurationPropertyQuery |
ConfigurationPropertyQuery.ownerUser(String userId)
Query for configuration properties owned by the user with the given id.
|
ConfigurationPropertyQuery |
ConfigurationPropertyQuery.tenantId(String tenantId)
Query for configuration properties with the given tenant id
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationPropertyQueryImpl |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationPropertyQuery |
ThemeQueryImpl.configurationPropertyQuery |
Constructor and Description |
---|
ThemeQueryImpl(ConfigurationPropertyQuery configurationPropertyQuery,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationPropertyQuery |
DataTableFavoriteConfigurationQueryImpl.configurationsQuery |
protected ConfigurationPropertyQuery |
DataTableFavoriteConfigurationQueryImpl.defaultConfigurationQuery |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationPropertyQuery |
SystemConfigurationQueryImpl.query |
Constructor and Description |
---|
SystemConfigurationQueryImpl(ConfigurationPropertyQuery query,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPropertyQuery |
ConfigurationPropertyEntityManagerImpl.createQuery() |
ConfigurationPropertyQuery |
ConfigurationPropertyEntityManager.createQuery() |
Modifier and Type | Method and Description |
---|---|
long |
ConfigurationPropertyEntityManagerImpl.countByCriteria(ConfigurationPropertyQuery configurationPropertyQuery) |
long |
ConfigurationPropertyEntityManager.countByCriteria(ConfigurationPropertyQuery configurationPropertyQuery) |
List<ConfigurationProperty> |
ConfigurationPropertyEntityManagerImpl.findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery) |
List<ConfigurationProperty> |
ConfigurationPropertyEntityManager.findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery) |