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

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

Uses of BookmarkStore in edu.wisc.my.portlets.bookmarks.dao.file
 

Classes in edu.wisc.my.portlets.bookmarks.dao.file that implement BookmarkStore
 class FileSystemBookmarkStore
           
 

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

Classes in edu.wisc.my.portlets.bookmarks.dao.hibernate that implement BookmarkStore
 class HibernateBookmarkStore
          Persists and retrieves BookmarkSet objects via Hibernate.
 

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

Fields in edu.wisc.my.portlets.bookmarks.web declared as BookmarkStore
protected  BookmarkStore ToggleFolderFormController.bookmarkStore
           
protected  BookmarkStore DeleteEntryFormController.bookmarkStore
           
protected  BookmarkStore BaseBookmarksFormController.bookmarkStore
           
 

Methods in edu.wisc.my.portlets.bookmarks.web that return BookmarkStore
 BookmarkStore ToggleFolderFormController.getBookmarkStore()
           
 BookmarkStore DeleteEntryFormController.getBookmarkStore()
           
 BookmarkStore BaseBookmarksFormController.getBookmarkStore()
           
 

Methods in edu.wisc.my.portlets.bookmarks.web with parameters of type BookmarkStore
 void ToggleFolderFormController.setBookmarkStore(BookmarkStore bookmarkStore)
           
 void DeleteEntryFormController.setBookmarkStore(BookmarkStore bookmarkStore)
           
 void BaseBookmarksFormController.setBookmarkStore(BookmarkStore bookmarkStore)
           
 

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

Fields in edu.wisc.my.portlets.bookmarks.web.support declared as BookmarkStore
protected  BookmarkStore BookmarkSetRequestResolver.bookmarkStore
           
 

Methods in edu.wisc.my.portlets.bookmarks.web.support that return BookmarkStore
 BookmarkStore BookmarkSetRequestResolver.getBookmarkStore()
           
 

Methods in edu.wisc.my.portlets.bookmarks.web.support with parameters of type BookmarkStore
 void BookmarkSetRequestResolver.setBookmarkStore(BookmarkStore bookmarkStore)
           
 



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