Uses of Class
blackboard.data.course.Cartridge

Packages that use Cartridge
blackboard.data.course Provides the classes used to interact with course definitions in Blackboard. 
blackboard.persist.course   
 

Uses of Cartridge in blackboard.data.course
 

Methods in blackboard.data.course that return Cartridge
 Cartridge Course.getCartridge()
          Returns the Cartridge associated with this Course.
 

Methods in blackboard.data.course with parameters of type Cartridge
 void Course.setCartridge(Cartridge cartridge)
          Sets the Cartridge value for this Course.
 

Uses of Cartridge in blackboard.persist.course
 

Methods in blackboard.persist.course that return Cartridge
 Cartridge CartridgeDbLoader.loadById(Id id)
          Load the Cartridge with the given Id from the database using a connection obtained through this object's database context.
 Cartridge CartridgeDbLoader.loadById(Id id, java.sql.Connection con)
          Load the Cartridge with the given Id from the database using the supplied connection.
 Cartridge CartridgeDbLoader.loadByIdentifierAndPublisherName(java.lang.String strIdentifier, java.lang.String strPublisherName)
          Load the Cartridge with the given identifier (string-based id) and publisher name from the database using a connection obtained through this object's database context.
 Cartridge CartridgeDbLoader.loadByIdentifierAndPublisherName(java.lang.String strIdentifier, java.lang.String strPublisherName, java.sql.Connection con)
          Load the Cartridge with the given identifier (string-based id) and publisher name from the database using the supplied connection.
 

Methods in blackboard.persist.course with parameters of type Cartridge
 void CartridgeDbPersister.persist(Cartridge cartridge)
          Inserts or updates the supplied Cartridge using a connection from the associated persistence manager's database container.
 void CartridgeDbPersister.persist(Cartridge cartridge, java.sql.Connection con)
          Inserts or updates the supplied Cartridge using the supplied connection.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.