Uses of Class
edu.wisc.my.portlets.bookmarks.domain.Preferences

Packages that use Preferences
edu.wisc.my.portlets.bookmarks.dao   
edu.wisc.my.portlets.bookmarks.dao.hibernate   
edu.wisc.my.portlets.bookmarks.web.support   
 

Uses of Preferences in edu.wisc.my.portlets.bookmarks.dao
 

Methods in edu.wisc.my.portlets.bookmarks.dao that return Preferences
 Preferences PreferencesStore.createPreferences(java.lang.String owner, java.lang.String name)
          Creates Preferences and stores it in the persistent store.
 Preferences PreferencesStore.getPreferences(java.lang.String owner, java.lang.String name)
          Gets the Preferences for the specified owner and name.
 

Methods in edu.wisc.my.portlets.bookmarks.dao with parameters of type Preferences
 void PreferencesStore.storePreferences(Preferences preferences)
          Stores new Preferences or updates existing Preferences.
 

Uses of Preferences in edu.wisc.my.portlets.bookmarks.dao.hibernate
 

Methods in edu.wisc.my.portlets.bookmarks.dao.hibernate that return Preferences
 Preferences HibernatePreferencesStore.createPreferences(java.lang.String owner, java.lang.String name)
           
 Preferences HibernatePreferencesStore.getPreferences(java.lang.String owner, java.lang.String name)
           
 

Methods in edu.wisc.my.portlets.bookmarks.dao.hibernate with parameters of type Preferences
 void HibernatePreferencesStore.storePreferences(Preferences bookmarkSet)
           
 

Uses of Preferences in edu.wisc.my.portlets.bookmarks.web.support
 

Methods in edu.wisc.my.portlets.bookmarks.web.support that return Preferences
 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 © 1998-2007 Java Architectures Special Interest Group. All Rights Reserved.