Uses of Interface
edu.wisc.my.portlets.bookmarks.dao.PreferencesStore

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

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

Classes in edu.wisc.my.portlets.bookmarks.dao.hibernate that implement PreferencesStore
 class HibernatePreferencesStore
          Persists and retrieves Preferences objects via Hibernate.
 

Uses of PreferencesStore in edu.wisc.my.portlets.bookmarks.web
 

Methods in edu.wisc.my.portlets.bookmarks.web that return PreferencesStore
 PreferencesStore PreferencesFormController.getPreferencesStore()
           
 

Methods in edu.wisc.my.portlets.bookmarks.web with parameters of type PreferencesStore
 void PreferencesFormController.setPreferencesStore(PreferencesStore preferencesStore)
           
 

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

Fields in edu.wisc.my.portlets.bookmarks.web.support declared as PreferencesStore
protected  PreferencesStore PreferencesRequestResolver.preferencesStore
           
 

Methods in edu.wisc.my.portlets.bookmarks.web.support that return PreferencesStore
 PreferencesStore PreferencesRequestResolver.getPreferencesStore()
           
 

Methods in edu.wisc.my.portlets.bookmarks.web.support with parameters of type PreferencesStore
 void PreferencesRequestResolver.setPreferencesStore(PreferencesStore preferencesStore)
           
 



Copyright © 1998-2007 Java Architectures Special Interest Group. All Rights Reserved.