|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SettingDao
Settings data access methods.
| Method Summary | |
|---|---|
void |
add(String name,
String value)
Adds a new setting. |
void |
delete(Collection<String> names)
Delete a set of settings with the given names. |
Collection<Setting> |
getAll()
Get all settings. |
Collection<Setting> |
getByNames(Collection<String> names)
Get a collection of settings by names. |
void |
update(String name,
String value)
Updates a setting. |
| Method Detail |
|---|
Collection<Setting> getAll()
Collection<Setting> getByNames(Collection<String> names)
names - The names to search for.
void add(String name,
String value)
name - The name of the setting to add.value - The value of the setting to add.
void update(String name,
String value)
name - The name of the setting to update.value - The value of the setting to update.void delete(Collection<String> names)
names - The names of the settings to delete.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||