| Package | Description |
|---|---|
| edu.wisc.my.portlets.bookmarks.dao | |
| edu.wisc.my.portlets.bookmarks.dao.hibernate | |
| edu.wisc.my.portlets.bookmarks.web.support |
| Modifier and Type | Method and Description |
|---|---|
Preferences |
PreferencesStore.createPreferences(String owner,
String name)
Creates Preferences and stores it in the persistent store.
|
Preferences |
PreferencesStore.getPreferences(String owner,
String name)
Gets the Preferences for the specified owner and name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreferencesStore.storePreferences(Preferences preferences)
Stores new Preferences or updates existing Preferences.
|
| Modifier and Type | Method and Description |
|---|---|
Preferences |
HibernatePreferencesStore.createPreferences(String owner,
String name) |
Preferences |
HibernatePreferencesStore.getPreferences(String owner,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernatePreferencesStore.storePreferences(Preferences bookmarkSet) |
| Modifier and Type | Method and Description |
|---|---|
Preferences |
PreferencesRequestResolver.getPreferences(javax.portlet.PortletRequest request)
Calls getPreferences(request, true);
|
Preferences |
PreferencesRequestResolver.getPreferences(javax.portlet.PortletRequest request,
boolean create)
Gets Preferences for the request using the injected
OwnerResolver
and NameResolver. |
Copyright © 2017 Jasig. All Rights Reserved.