Uses of Class
blackboard.cms.portfolio.PortfolioComment

Packages that use PortfolioComment
blackboard.cms.portfolio   
 

Uses of PortfolioComment in blackboard.cms.portfolio
 

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

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



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