Uses of Class
blackboard.data.gradebook.Lineitem

Packages that use Lineitem
blackboard.persist.gradebook   
 

Uses of Lineitem in blackboard.persist.gradebook
 

Methods in blackboard.persist.gradebook that return Lineitem
 Lineitem LineitemDbLoader.loadById(Id id)
          Loads the Lineitem with the given Id from the database using a connection obtained through this object's database context.
 Lineitem LineitemDbLoader.loadById(Id id, java.sql.Connection con)
          Loads the Lineitem with the given Id from the database using the supplied connection.
 

Methods in blackboard.persist.gradebook with parameters of type Lineitem
 void LineitemDbPersister.persist(Lineitem lineitem)
          Stores the given Lineitem into the database using a connection obtained through this object's database context.
 void LineitemDbPersister.persist(Lineitem lineitem, java.sql.Connection con)
          Stores the given Lineitem into the database using the provided connection.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.