public interface ConfigDAO extends GrouperDAO
Config DAO interface.| Modifier and Type | Method and Description |
|---|---|
void |
delete(GrouperConfigHibernate config)
delete the object from the database
|
Set<GrouperConfigHibernate> |
findAll(ConfigFileName configFileName,
Timestamp changedAfterDate,
String configKey)
find all config
|
GrouperConfigHibernate |
findById(String id,
boolean exceptionIfNotFound) |
void |
saveOrUpdate(GrouperConfigHibernate config)
save the object to the database
|
GrouperConfigHibernate findById(String id, boolean exceptionIfNotFound)
id - exceptionIfNotFound - void saveOrUpdate(GrouperConfigHibernate config)
config - void delete(GrouperConfigHibernate config)
config - Set<GrouperConfigHibernate> findAll(ConfigFileName configFileName, Timestamp changedAfterDate, String configKey)
configFileName - optional, if filtering by config file namechangedAfterDate - optional, if only want configs changed after a certain dateconfigKey - optional, if only want a certain config keyCopyright © 2016 Internet2. All rights reserved.