Uses of Interface
org.chorem.bow.Bookmark

Packages that use Bookmark
org.chorem.bow   
org.chorem.bow.action   
 

Uses of Bookmark in org.chorem.bow
 

Classes in org.chorem.bow that implement Bookmark
 class BookmarkAbstract
           
 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 BookmarkUtils.createBookmark(String url, String name, String tags, User user, String alias, Date date)
          Create new Bookmark
static Bookmark BookmarkUtils.createBookmark(String url, String nameAndTags, User user)
           
static Bookmark BookmarkUtils.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 BookmarkUtils.addTagsToBookmark(List<String> tagList, Bookmark bookmark)
           
static void BookmarkUtils.addTagsToBookmark(String tags, Bookmark bookmark)
           
static void BookmarkUtils.addUrlToBookmark(String url, Bookmark bookmark)
           
protected  boolean OpenSearchActions.bookmarkHasTag(Bookmark bookmark, String tag)
           
static String BookmarkUtils.getBookmarkTagsString(Bookmark bookmark)
           
static void BookmarkUtils.updateBookmark(Bookmark bookmark, String name, String link, String tags, String alias)
           
static void BookmarkUtils.updateBookmarkName(Bookmark bookmark, String name)
           
 

Method parameters in org.chorem.bow with type arguments of type Bookmark
static BookmarkActions BookmarkUtils.createBookmarkActions(javax.servlet.http.HttpServletRequest request, org.nuiton.wikitty.search.PagedResult<Bookmark> result, String searchLine)
           
static String BookmarkUtils.getExportHtmlBookmark(List<Bookmark> bookmarks)
           
 void OpenSearchActions.setBookmarkList(List<Bookmark> bookmarks)
           
 void BookmarkActions.setBookmarks(List<Bookmark> bookmarksList)
           
 void BookmarkActions.setLastBookmarks(List<Bookmark> bookmarksList)
           
 

Uses of Bookmark in org.chorem.bow.action
 

Method parameters in org.chorem.bow.action with type arguments of type Bookmark
protected  void ImportBookmarksAction.parseHtmlToBookmarks(org.htmlparser.util.NodeList list, User user, Date date, List<Bookmark> bookmarks, List<String> tagList)
           
 



Copyright © 2010-2011 CodeLutin. All Rights Reserved.