Uses of Class
blackboard.cms.bookmark.Bookmark

Packages that use Bookmark
blackboard.cms.bookmark   
 

Uses of Bookmark in blackboard.cms.bookmark
 

Methods in blackboard.cms.bookmark that return Bookmark
static Bookmark BookmarkManager.loadById(blackboard.persist.Id id)
          Loads a Bookmark identified by the given Id using the default connection.
static Bookmark BookmarkManager.loadById(blackboard.persist.Id id, java.sql.Connection con)
          Loads a Bookmark identified by the given Id using the supplied connection.
 

Methods in blackboard.cms.bookmark with parameters of type Bookmark
static void BookmarkManager.save(Bookmark bookmark)
          Inserts or updates the Bookmark using the default connection.
static void BookmarkManager.save(Bookmark bookmark, java.sql.Connection con)
          Inserts or updates the Bookmark using the supplied connection.
 



Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.