Uses of Interface
org.chorem.bow.Bookmark

Uses of Bookmark in org.chorem.bow
 

Classes in org.chorem.bow that implement Bookmark
 class BookmarkAbstract
           
 class BookmarkHelper
           
 class BookmarkImpl
           
 

Fields in org.chorem.bow with type parameters of type Bookmark
protected  List<Bookmark> OpenSearchActions.bookmarkList
           
protected  List<Bookmark> BookmarkActions.bookmarks
           
protected  List<Bookmark> BookmarkActions.lastBookmarks
           
 

Methods in org.chorem.bow that return Bookmark
static Bookmark BookmarkActions.createBookmark(String url, String name, String tags, User user, String alias, Date date)
           
static Bookmark BookmarkActions.createBookmark(String url, String nameAndTags, User user)
           
static Bookmark BookmarkActions.createBookmarkFromHtml(String html, String name, User user)
           
 

Methods in org.chorem.bow that return types with arguments of type Bookmark
 List<Bookmark> OpenSearchActions.getBookmarkList()
           
 List<Bookmark> BookmarkActions.getBookmarks()
           
 List<Bookmark> BookmarkActions.getLastBookmarks()
           
 

Methods in org.chorem.bow with parameters of type Bookmark
static void BookmarkActions.addTagsToBookmark(List<String> tagList, Bookmark bookmark)
           
static void BookmarkActions.addTagsToBookmark(String tags, Bookmark bookmark)
           
static void BookmarkActions.addUrlToBookmark(String url, Bookmark bookmark)
           
protected  boolean OpenSearchActions.bookmarkHasTag(Bookmark bookmark, String tag)
           
static String BookmarkActions.getBookmarkTagsString(Bookmark bookmark)
           
static void BookmarkActions.updateBookmark(Bookmark bookmark, String name, String link, String tags, String alias)
           
static void BookmarkActions.updateBookmarkName(Bookmark bookmark, String name)
           
 

Method parameters in org.chorem.bow with type arguments of type Bookmark
static String BookmarkActions.getExportHtmlBookmark(List<Bookmark> bookmarks)
           
protected  void ControllerServlet.parseHtmlToBookmarks(org.htmlparser.util.NodeList list, User user, List<Bookmark> bookmarks, List<String> tagList)
           
 void OpenSearchActions.setBookmarkList(List<Bookmark> bookmarks)
           
 void BookmarkActions.setBookmarks(List<Bookmark> bookmarksList)
           
 void BookmarkActions.setLastBookmarks(List<Bookmark> bookmarksList)
           
 



Copyright © 2010 CodeLutin. All Rights Reserved.