Uses of Enum Class
be.gaudry.model.bibliobrol.config.EConfig
Packages that use EConfig
Package
Description
-
Uses of EConfig in be.gaudry.bibliobrol.dao
Methods in be.gaudry.bibliobrol.dao with parameters of type EConfigModifier and TypeMethodDescriptionIConfigDao.loadConfigValue(EConfig eConfig)
Loads a configuration value from the persistent system.
If a cache is maintained with theses values, pay attention to update cache into theIConfigDao.saveConfigValue(EConfig, String)
method.IConfigDao.saveConfigValue(EConfig eConfig, String newValue)
Stores a configuration value into the persistent system.
If a cache is maintained with theses values, pay attention to update it. -
Uses of EConfig in be.gaudry.bibliobrol.dao.derby
Methods in be.gaudry.bibliobrol.dao.derby with parameters of type EConfigModifier and TypeMethodDescriptionDerbyConfig.loadConfigValue(EConfig eConfig)
DerbyConfig.saveConfigValue(EConfig eConfig, String newValue)
-
Uses of EConfig in be.gaudry.bibliobrol.dao.msaccess
Methods in be.gaudry.bibliobrol.dao.msaccess with parameters of type EConfigModifier and TypeMethodDescriptionMsAccessConfig.loadConfigValue(EConfig eConfig)
MsAccessConfig.saveConfigValue(EConfig config, String newValue)
-
Uses of EConfig in be.gaudry.bibliobrol.dao.mysql
Methods in be.gaudry.bibliobrol.dao.mysql with parameters of type EConfigModifier and TypeMethodDescriptionMySQLConfig.loadConfigValue(EConfig eConfig)
MySQLConfig.saveConfigValue(EConfig config, String newValue)
-
Uses of EConfig in be.gaudry.model.bibliobrol.config
Methods in be.gaudry.model.bibliobrol.config that return EConfig