Uses of Class
blackboard.cms.portfolio.PortfolioItem

Packages that use PortfolioItem
blackboard.cms.portfolio   
 

Uses of PortfolioItem in blackboard.cms.portfolio
 

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

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



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