Uses of Class
blackboard.cms.portfolio.PortfolioPageTemplate

Packages that use PortfolioPageTemplate
blackboard.cms.portfolio   
 

Uses of PortfolioPageTemplate in blackboard.cms.portfolio
 

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

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



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