Uses of Class
com.jalios.jcmsplugin.bookmarks.Bookmark

Packages that use Bookmark
com.jalios.jcmsplugin.bookmarks   
 

Uses of Bookmark in com.jalios.jcmsplugin.bookmarks
 

Methods in com.jalios.jcmsplugin.bookmarks that return Bookmark
 Bookmark BookmarkManager.addBookmark(Member author, Data data)
          Adds the given bookmark.
 Bookmark BookmarkManager.addBookmark(Member author, String title, String url)
          Adds the given bookmark.
 Bookmark BookmarkManager.getBookmark(Member author, Data data)
          Returns the bookmark of the given member for the given data.
 Bookmark BookmarkManager.getBookmark(Member author, int index)
          Returns the bookmark of the given member at the given index.
 

Methods in com.jalios.jcmsplugin.bookmarks that return types with arguments of type Bookmark
 List<Bookmark> BookmarkManager.getAllBookmarks(Data data)
          Returns all the bookmarks for the given data.
 List<Bookmark> BookmarkManager.getBookmarkList(Member author)
          Returns the bookmarks of the given member.
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.