Modifier and Type | Method and Description |
---|---|
ConfigurationPropertyEntity |
UpdateConfigurationProperty.execute(CommandContext commandContext) |
ConfigurationPropertyEntity |
SaveConfigurationPropertyCmd.execute(CommandContext commandContext) |
ConfigurationPropertyEntity |
CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationPropertyEntity |
DataTableFavoriteConfigurationBuilderImpl.updateConfiguration(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationPropertyEntity |
SystemConfigurationBuilderImpl.updateConfiguration(CommandContext commandContext) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationPropertyEntityImpl |
Modifier and Type | Method and Description |
---|---|
ConfigurationPropertyEntity |
ConfigurationPropertyEntityManagerImpl.findByNamespaceAndName(String namespace,
String name) |
ConfigurationPropertyEntity |
ConfigurationPropertyEntityManager.findByNamespaceAndName(String namespace,
String name) |
ConfigurationPropertyEntity |
ConfigurationPropertyEntityManagerImpl.findByNamespaceAndNameAndTenantId(String namespace,
String name,
String tenantId) |
ConfigurationPropertyEntity |
ConfigurationPropertyEntityManager.findByNamespaceAndNameAndTenantId(String namespace,
String name,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPropertyEntityManagerImpl.delete(ConfigurationPropertyEntity entity,
boolean fireDeleteEvent) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPropertyEntity |
ConfigurationPropertyDataManager.findByNamespaceAndName(String namespace,
String name) |
ConfigurationPropertyEntity |
ConfigurationPropertyDataManager.findByNamespaceAndNameAndTenantId(String namespace,
String name,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
List<ConfigurationPropertyEntity> |
ConfigurationPropertyDataManager.findByNamespace(String namespace) |
List<ConfigurationPropertyEntity> |
ConfigurationPropertyDataManager.findByNamespaceAndTenantId(String namespace,
String tenantId) |
List<ConfigurationPropertyEntity> |
ConfigurationPropertyDataManager.findPropertiesByNamespaceAndName(String namespace,
String name) |
List<ConfigurationPropertyEntity> |
ConfigurationPropertyDataManager.findPropertiesByNamespaceNameAndTenantId(String namespace,
String name,
String tenantId) |
Modifier and Type | Field and Description |
---|---|
protected CachedEntityMatcher<ConfigurationPropertyEntity> |
MybatisConfigurationPropertyDataManager.configurationPropertiesQueryMatcher |
protected CachedEntityMatcher<ConfigurationPropertyEntity> |
MybatisConfigurationPropertyDataManager.configurationPropertyByNamespaceMatcher |
Modifier and Type | Method and Description |
---|---|
ConfigurationPropertyEntity |
MybatisConfigurationPropertyDataManager.create() |
ConfigurationPropertyEntity |
MybatisConfigurationPropertyDataManager.findByNamespaceAndName(String namespace,
String name) |
ConfigurationPropertyEntity |
MybatisConfigurationPropertyDataManager.findByNamespaceAndNameAndTenantId(String namespace,
String name,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
List<ConfigurationPropertyEntity> |
MybatisConfigurationPropertyDataManager.findByNamespace(String namespace) |
List<ConfigurationPropertyEntity> |
MybatisConfigurationPropertyDataManager.findByNamespaceAndTenantId(String namespace,
String tenantId) |
List<ConfigurationPropertyEntity> |
MybatisConfigurationPropertyDataManager.findPropertiesByNamespaceAndName(String namespace,
String name) |
List<ConfigurationPropertyEntity> |
MybatisConfigurationPropertyDataManager.findPropertiesByNamespaceNameAndTenantId(String namespace,
String name,
String tenantId) |
Class<? extends ConfigurationPropertyEntity> |
MybatisConfigurationPropertyDataManager.getManagedEntityClass() |
protected List<ConfigurationPropertyEntity> |
MybatisConfigurationPropertyDataManager.queryProperties(Map<String,Object> params) |