|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.cms.portfolio.PortfolioCourseAccessManager
The PortfolioCourseAccessManager class provides a representation of a PortfolioCourseAccessManager
within the Blackboard application. This object provides load, save and delete methods
for managing a single or multiple PortfolioCourseAccess items.
| Constructor Summary | |
PortfolioCourseAccessManager()
|
|
| Method Summary | |
static void |
deleteByCourseId(blackboard.persist.Id id)
Deletes the PortfolioCourseAccess identified by the course Id using default connection. |
static void |
deleteByCourseId(blackboard.persist.Id id,
java.sql.Connection con)
Deletes the PortfolioCourseAccess identified by the course Id using supplied connection. |
static void |
deleteById(blackboard.persist.Id id)
Deletes the PortfolioCourseAccess identified by the Id using default connection. |
static void |
deleteById(blackboard.persist.Id id,
java.sql.Connection con)
Deletes the PortfolioCourseAccess identified by the Id using the supplied connection. |
static void |
deleteByPortfolioId(blackboard.persist.Id id)
Deletes the PortfolioCourseAccess identified by the portfolio Id using default connection. |
static void |
deleteByPortfolioId(blackboard.persist.Id id,
java.sql.Connection con)
Deletes the PortfolioCourseAccess identified by the portfolio Id using supplied connection. |
static java.util.List |
loadByCourseId(blackboard.persist.Id id)
Loads a List of PortfolioCourseAccess items identified by the given course Id using the default connection. |
static java.util.List |
loadByCourseId(blackboard.persist.Id id,
java.sql.Connection con)
Loads a List of PortfolioCourseAccess items identified by the given course Id using the supplied connection. |
static PortfolioCourseAccess |
loadById(blackboard.persist.Id id)
Loads a PortfolioCourseAccess identified by the given Id using the default connection. |
static PortfolioCourseAccess |
loadById(blackboard.persist.Id id,
java.sql.Connection con)
Loads a PortfolioCourseAccess identified by the given Id using the supplied connection. |
static java.util.List |
loadByPortfolioId(blackboard.persist.Id id)
Loads a List of PortfolioCourseAccess items identified by the given portfolio Id using the default connection. |
static java.util.List |
loadByPortfolioId(blackboard.persist.Id id,
java.sql.Connection con)
Loads a List PortfolioCourseAccess items identified by the given portfolio Id using the supplied connection. |
static void |
save(PortfolioCourseAccess pca)
Inserts or updates the PortfolioCourseAccess using the default connection. |
static void |
save(PortfolioCourseAccess pca,
java.sql.Connection con)
Inserts or updates the PortfolioCourseAccess 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 PortfolioCourseAccessManager()
| Method Detail |
public static void save(PortfolioCourseAccess pca,
java.sql.Connection con)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess using the supplied connection.
pca - a PortfolioComment to be saved.con - a Connection to be used to save this PortfolioCourseAccess.
blackboard.persist.PersistenceException
public static void save(PortfolioCourseAccess pca)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess using the default connection.
pca - a PortfolioCourseAccess to be saved.
blackboard.persist.PersistenceException
public static void deleteById(blackboard.persist.Id id)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess identified by the Id using default connection.
id - the Id of the PortfolioCourseAccess 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
PortfolioCourseAccess identified by the Id using the supplied connection.
id - the Id of the PortfolioCourseAccess to be deleted using the supplied connection.con - a Connection to be used.
blackboard.persist.PersistenceException
public static void deleteByPortfolioId(blackboard.persist.Id id)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess identified by the portfolio Id using default connection.
id - the portfolio Id of the PortfolioCourseAccess to be deleted using default connection.
blackboard.persist.PersistenceException
public static void deleteByPortfolioId(blackboard.persist.Id id,
java.sql.Connection con)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess identified by the portfolio Id using supplied connection.
id - the portfolio Id of the PortfolioCourseAccess to be deleted using supplied connection.con - a Connection to be used.
blackboard.persist.PersistenceException
public static void deleteByCourseId(blackboard.persist.Id id)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess identified by the course Id using default connection.
id - the course Id of the PortfolioCourseAccess to be deleted using default connection.
blackboard.persist.PersistenceException
public static void deleteByCourseId(blackboard.persist.Id id,
java.sql.Connection con)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess identified by the course Id using supplied connection.
id - the course Id of the PortfolioCourseAccess to be deleted using supplied connection.con - a Connection to be used.
blackboard.persist.PersistenceException
public static PortfolioCourseAccess loadById(blackboard.persist.Id id,
java.sql.Connection con)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess identified by the given Id using the supplied connection.
id - the Id of the PortfolioCourseAccess to be loaded using the supplied connection.con - a Connection to be used.
PortfolioCourseAccess that is identified by the given Id. Returns null (instead of KeyNotFoundException) if the PortfolioCourseAccess is not found.
blackboard.persist.PersistenceException
public static PortfolioCourseAccess loadById(blackboard.persist.Id id)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess identified by the given Id using the default connection.
id - the Id of the PortfolioCourseAccess to be loaded using the default supplied.
PortfolioCourseAccess that is identified by the given Id. Returns null (instead of KeyNotFoundException) if the PortfolioCourseAccess is not found.
blackboard.persist.PersistenceException
public static java.util.List loadByPortfolioId(blackboard.persist.Id id,
java.sql.Connection con)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess items identified by the given portfolio Id using the supplied connection.
id - the portfolio Id of the PortfolioCourseAccess to be loaded using the supplied connection.con - a Connection to be used.
PortfolioCourseAccess items that is identified by the given portfolio Id.
blackboard.persist.PersistenceException
public static java.util.List loadByPortfolioId(blackboard.persist.Id id)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess items identified by the given portfolio Id using the default connection.
id - the portfolio Id of the PortfolioCourseAccess to be loaded using the default connection.
PortfolioCourseAccess items that is identified by the given portfolio Id.
blackboard.persist.PersistenceException
public static java.util.List loadByCourseId(blackboard.persist.Id id,
java.sql.Connection con)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess items identified by the given course Id using the supplied connection.
id - the course Id of the PortfolioCourseAccess to be loaded using the supplied connection.con - a Connection to be used.
PortfolioCourseAccess items that is identified by the given course Id.
blackboard.persist.PersistenceException
public static java.util.List loadByCourseId(blackboard.persist.Id id)
throws blackboard.persist.PersistenceException
PortfolioCourseAccess items identified by the given course Id using the default connection.
id - the course Id of the PortfolioCourseAccess to be loaded using the default connection.
PortfolioCourseAccess items that is identified by the given course Id.
blackboard.persist.PersistenceException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||