Uses of Class
blackboard.cms.portfolio.Portfolio

Packages that use Portfolio
blackboard.cms.filesystem.security   
blackboard.cms.portfolio   
 

Uses of Portfolio in blackboard.cms.filesystem.security
 

Methods in blackboard.cms.filesystem.security that return Portfolio
 Portfolio PortfolioPrincipal.getPortfolio()
          Returns the Portfolio associated with this PortfolioPrincipal
 

Methods in blackboard.cms.filesystem.security with parameters of type Portfolio
static java.lang.String PortfolioPrincipal.calculatePrincipalID(Portfolio portfolio)
          Returns a string that represents the Portfolio Principal ID
static PortfolioPrincipal PortfolioPrincipal.createInstance(Portfolio portfolio)
          Create an instance of PortfolioPrincipal
 

Uses of Portfolio in blackboard.cms.portfolio
 

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

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



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