Uses of Class
no.ntnu.principes.domain.ConfigValue
Packages that use ConfigValue
-
Uses of ConfigValue in no.ntnu.principes.repository
Methods in no.ntnu.principes.repository that return ConfigValueModifier and TypeMethodDescriptionprotected ConfigValueMaps a database result set row to a ConfigValue object.ConfigValueRepository.save(ConfigValue config) Saves a configuration value, updating if it exists or creating if it doesn't.Methods in no.ntnu.principes.repository that return types with arguments of type ConfigValueModifier and TypeMethodDescriptionConfigValueRepository.findAll()Retrieves all configuration values.Finds a configuration value by its ID.Finds a configuration value by its key.javafx.beans.property.ObjectProperty<ConfigValue> ConfigValueRepository.getValueOrDefault(String key, boolean defaultValue) Gets a boolean configuration value as a JavaFX property, with a default if not found.javafx.beans.property.ObjectProperty<ConfigValue> ConfigValueRepository.getValueOrDefault(String key, int defaultValue) Gets an integer configuration value as a JavaFX property, with a default if not found.javafx.beans.property.ObjectProperty<ConfigValue> ConfigValueRepository.getValueOrDefault(String key, String defaultValue) Gets a configuration value as a JavaFX property, with a default if not found.Methods in no.ntnu.principes.repository with parameters of type ConfigValueModifier and TypeMethodDescriptionConfigValueRepository.save(ConfigValue config) Saves a configuration value, updating if it exists or creating if it doesn't.