Uses of Interface
org.chorem.bow.BowBookmark

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

Uses of BowBookmark in org.chorem.bow
 

Subinterfaces of BowBookmark in org.chorem.bow
 interface BowImport
           
 

Classes in org.chorem.bow that implement BowBookmark
 class BowBookmarkAbstract
           
 class BowBookmarkImpl
           
 class BowImportAbstract
           
 class BowImportImpl
           
 

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

Methods in org.chorem.bow that return BowBookmark
static BowBookmark BookmarkUtils.createBookmark(String url, String nameAndTags, BowUser user)
           
static BowBookmark BookmarkUtils.createBookmark(String url, String name, String tags, BowUser user, String privateAlias, String publicAlias, Date date)
          Create new Bookmark
static BowBookmark BookmarkUtils.createBookmarkFromHtml(String html, String name, BowUser user)
           
 

Methods in org.chorem.bow that return types with arguments of type BowBookmark
 List<BowBookmark> OpenSearchActions.getBookmarkList()
           
 List<BowBookmark> BookmarkActions.getBookmarks()
           
 List<BowBookmark> BookmarkActions.getLastBookmarks()
           
static List<BowBookmark> BowMigration04To05.migrateBookmark(org.nuiton.wikitty.WikittyProxy proxy, BowUser user, List<BookmarkImpl> bookmarks)
           
 

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

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

Uses of BowBookmark in org.chorem.bow.action
 

Fields in org.chorem.bow.action declared as BowBookmark
protected  BowBookmark EditBookmarkAction.bookmark
           
 

Methods in org.chorem.bow.action that return BowBookmark
 BowBookmark EditBookmarkAction.getBookmark()
           
 

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



Copyright © 2010-2011 CodeLutin. All Rights Reserved.