public interface ConfigurationDAO extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
default void |
close()
Called when the DAO is no longer used (typically at shutdown).
|
SingleCategoryTagData |
loadCategoryTag(SingleCategoryTag singleCategoryTag)
Load the configuration data for a SingleCategoryTag.
|
SingleCategoryTag |
saveCategoryTagData(SingleCategoryTagData singleCategoryTagData)
Save the data included in the provided SingleCategoryTag object.
|
SingleCategoryTagData loadCategoryTag(SingleCategoryTag singleCategoryTag) throws ConfigurationServiceException
singleCategoryTag - The object describing the data to be loaded for
a single category tag.ConfigurationServiceException - if the data
cannot be found or loaded for the given SingleCategoryTag instance.SingleCategoryTag saveCategoryTagData(SingleCategoryTagData singleCategoryTagData) throws ConfigurationServiceException
singleCategoryTagData - The data to be saved; it includes the configuration
parameter values and associated comments.ConfigurationServiceException - if the data could not be saved.default void close()
close in interface AutoCloseableCopyright © 2022 LSST. All rights reserved.