Uses of Class
org.nhindirect.config.store.Setting

Packages that use Setting
org.nhindirect.config.store.dao   
org.nhindirect.config.store.dao.impl   
 

Uses of Setting in org.nhindirect.config.store.dao
 

Methods in org.nhindirect.config.store.dao that return types with arguments of type Setting
 Collection<Setting> SettingDao.getAll()
          Get all settings.
 Collection<Setting> SettingDao.getByNames(Collection<String> names)
          Get a collection of settings by names.
 

Uses of Setting in org.nhindirect.config.store.dao.impl
 

Methods in org.nhindirect.config.store.dao.impl that return types with arguments of type Setting
 Collection<Setting> SettingDaoImpl.getAll()
          Get all settings.
 Collection<Setting> SettingDaoImpl.getByNames(Collection<String> names)
          Get a collection of settings by names.
 



Copyright © 2011. All Rights Reserved.