public class HibernatePreferencesStore extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements PreferencesStore
| Constructor and Description |
|---|
HibernatePreferencesStore() |
| Modifier and Type | Method and Description |
|---|---|
Preferences |
createPreferences(java.lang.String owner,
java.lang.String name)
Creates Preferences and stores it in the persistent store.
|
Preferences |
getPreferences(java.lang.String owner,
java.lang.String name)
Gets the Preferences for the specified owner and name.
|
void |
removePreferences(java.lang.String owner,
java.lang.String name)
Removes Preferences from the persistent store.
|
void |
storePreferences(Preferences bookmarkSet)
Stores new Preferences or updates existing Preferences.
|
public Preferences getPreferences(java.lang.String owner, java.lang.String name)
getPreferences in interface PreferencesStoreowner - The owner of the Preferences to retreive.name - The name of the Preferences to retrieve.public void storePreferences(Preferences bookmarkSet)
storePreferences in interface PreferencesStorebookmarkSet - The Preferences to persist.public void removePreferences(java.lang.String owner,
java.lang.String name)
removePreferences in interface PreferencesStoreowner - The owner of the Preferences to remove.name - The name of the Preferences to remove.public Preferences createPreferences(java.lang.String owner, java.lang.String name)
createPreferences in interface PreferencesStoreowner - The owner of the Preferences to create.name - The name of the Preferences to create.Copyright © 2022 Apereo. All Rights Reserved.