|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.cms.portfolio.PortfolioPageTemplateManager
The PortfolioPageTemplateManager class provides a representation of a PortfolioPageTemplateManager
within the Blackboard application. This object provides load, save and delete methods
for managing a single or multiple PortfolioPageTemplates items.
| Constructor Summary | |
PortfolioPageTemplateManager()
|
|
| Method Summary | |
static void |
deleteById(blackboard.persist.Id id)
Deletes the PortfolioPageTemplate identified by the Id using default connection. |
static void |
deleteById(blackboard.persist.Id id,
java.sql.Connection con)
Deletes the PortfolioPageTemplate identified by the Id using supplied connection. |
static java.util.List |
loadAll()
Loads all the PortfolioPageTemplate objects on the system using the default connection. |
static java.util.List |
loadAll(java.sql.Connection con)
Loads all the PortfolioPageTemplate objects on the system using the supplied connection. |
static PortfolioPageTemplate |
loadById(blackboard.persist.Id id)
Loads a PortfolioPageTemplate identified by the given Id using the default connection. |
static PortfolioPageTemplate |
loadById(blackboard.persist.Id id,
java.sql.Connection con)
Loads a PortfolioPageTemplate identified by the given Id using the supplied connection. |
static void |
save(PortfolioPageTemplate pi)
Inserts or updates the PortfolioPageTemplate using the default connection. |
static void |
save(PortfolioPageTemplate pi,
java.sql.Connection con)
Inserts or updates the PortfolioPageTemplate using the supplied connection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PortfolioPageTemplateManager()
| Method Detail |
public static void save(PortfolioPageTemplate pi,
java.sql.Connection con)
throws blackboard.persist.PersistenceException
PortfolioPageTemplate using the supplied connection.
pi - a PortfolioItem to be saved.con - a Connection to be used to save this PortfolioPageTemplate.
blackboard.persist.PersistenceException
public static void save(PortfolioPageTemplate pi)
throws blackboard.persist.PersistenceException
PortfolioPageTemplate using the default connection.
pi - a PortfolioPageTemplate to be saved.
blackboard.persist.PersistenceException
public static void deleteById(blackboard.persist.Id id)
throws blackboard.persist.PersistenceException
PortfolioPageTemplate identified by the Id using default connection.
id - the Id of the PortfolioPageTemplate to be deleted using default connection.
blackboard.persist.PersistenceException
public static void deleteById(blackboard.persist.Id id,
java.sql.Connection con)
throws blackboard.persist.PersistenceException
PortfolioPageTemplate identified by the Id using supplied connection.
id - the Id of the PortfolioPageTemplate to be deleted using supplied connection.con - a Connection to be used.
blackboard.persist.PersistenceException
public static PortfolioPageTemplate loadById(blackboard.persist.Id id,
java.sql.Connection con)
throws blackboard.persist.PersistenceException
PortfolioPageTemplate identified by the given Id using the supplied connection.
id - the Id of the PortfolioPageTemplate to be loaded using the supplied connection.con - a Connection to be used.
PortfolioPageTemplate that is identified by the given Id. Returns null (instead of KeyNotFoundException) if the PortfolioPageTemplate is not found.
blackboard.persist.PersistenceException
public static PortfolioPageTemplate loadById(blackboard.persist.Id id)
throws blackboard.persist.PersistenceException
PortfolioPageTemplate identified by the given Id using the default connection.
id - the Id of the PortfolioPageTemplate to be loaded using the default connection.
PortfolioPageTemplate that is identified by the given Id. Returns null (instead of KeyNotFoundException) if the PortfolioPageTemplate is not found.
blackboard.persist.PersistenceException
public static java.util.List loadAll(java.sql.Connection con)
throws blackboard.persist.PersistenceException
PortfolioPageTemplate objects on the system using the supplied connection.
con - a Connection to be used.
List of PortfolioPageTemplate objects that is identified by the given Id.
blackboard.persist.PersistenceException
public static java.util.List loadAll()
throws blackboard.persist.PersistenceException
PortfolioPageTemplate objects on the system using the default connection.
List of PortfolioPageTemplate objects that is identified by the given Id.
blackboard.persist.PersistenceException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||