Uses of Class
blackboard.cms.portfolio.PortfolioPass

Packages that use PortfolioPass
blackboard.cms.portfolio   
 

Uses of PortfolioPass in blackboard.cms.portfolio
 

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

Methods in blackboard.cms.portfolio with parameters of type PortfolioPass
static void PortfolioPassManager.save(PortfolioPass pca, java.sql.Connection con)
          Inserts or updates the PortfolioPass using the supplied connection.
static void PortfolioPassManager.save(PortfolioPass pca)
          Inserts or updates the PortfolioPass using the default connection.
 



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