blackboard.cms.portfolio
Class PortfolioPortalRoleAccessManager

java.lang.Object
  extended byblackboard.cms.portfolio.PortfolioPortalRoleAccessManager

public class PortfolioPortalRoleAccessManager
extends java.lang.Object

The PortfolioPortalRoleAccessManager class provides a representation of a PortfolioPortalRoleAccessManager within the Blackboard application. This object provides load, save and delete methods for managing a single or multiple PortfolioPortalRoleAccess items.

Since:
Bb CS 1.0
Version:
$Revision: $

Constructor Summary
PortfolioPortalRoleAccessManager()
           
 
Method Summary
static void deleteById(blackboard.persist.Id id)
          Deletes the PortfolioPortalRoleAccess identified by the Id using default connection.
static void deleteById(blackboard.persist.Id id, java.sql.Connection con)
          Deletes the PortfolioPortalRoleAccess identified by the Id using the supplied connection.
static void deleteByPortalRoleId(blackboard.persist.Id id)
          Deletes the PortfolioPortalRoleAccess identified by the course Id using default connection.
static void deleteByPortalRoleId(blackboard.persist.Id id, java.sql.Connection con)
          Deletes the PortfolioPortalRoleAccess identified by the course Id using supplied connection.
static void deleteByPortfolioId(blackboard.persist.Id id)
          Deletes the PortfolioPortalRoleAccess identified by the portfolio Id using default connection.
static void deleteByPortfolioId(blackboard.persist.Id id, java.sql.Connection con)
          Deletes the PortfolioPortalRoleAccess identified by the portfolio Id using supplied connection.
static PortfolioPortalRoleAccess loadById(blackboard.persist.Id id)
          Loads a PortfolioPortalRoleAccess identified by the given Id using the default connection.
static PortfolioPortalRoleAccess loadById(blackboard.persist.Id id, java.sql.Connection con)
          Loads a PortfolioPortalRoleAccess identified by the given Id using the supplied connection.
static java.util.List loadByPortalRoleId(blackboard.persist.Id id)
          Loads a List of PortfolioPortalRoleAccess items identified by the given course Id using the default connection.
static java.util.List loadByPortalRoleId(blackboard.persist.Id id, java.sql.Connection con)
          Loads a List of PortfolioPortalRoleAccess items identified by the given course Id using the supplied connection.
static java.util.List loadByPortfolioId(blackboard.persist.Id id)
          Loads a List of PortfolioPortalRoleAccess 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 PortfolioPortalRoleAccess items identified by the given portfolio Id using the supplied connection.
static void save(PortfolioPortalRoleAccess pca)
          Inserts or updates the PortfolioPortalRoleAccess using the default connection.
static void save(PortfolioPortalRoleAccess pca, java.sql.Connection con)
          Inserts or updates the PortfolioPortalRoleAccess using the supplied connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortfolioPortalRoleAccessManager

public PortfolioPortalRoleAccessManager()
Method Detail

save

public static void save(PortfolioPortalRoleAccess pca,
                        java.sql.Connection con)
                 throws blackboard.persist.PersistenceException
Inserts or updates the PortfolioPortalRoleAccess using the supplied connection.

Parameters:
pca - a PortfolioComment to be saved.
con - a Connection to be used to save this PortfolioPortalRoleAccess.
Throws:
blackboard.persist.PersistenceException

save

public static void save(PortfolioPortalRoleAccess pca)
                 throws blackboard.persist.PersistenceException
Inserts or updates the PortfolioPortalRoleAccess using the default connection.

Parameters:
pca - a PortfolioPortalRoleAccess to be saved.
Throws:
blackboard.persist.PersistenceException

deleteById

public static void deleteById(blackboard.persist.Id id)
                       throws blackboard.persist.PersistenceException
Deletes the PortfolioPortalRoleAccess identified by the Id using default connection.

Parameters:
id - the Id of the PortfolioPortalRoleAccess to be deleted using default connection.
Throws:
blackboard.persist.PersistenceException

deleteById

public static void deleteById(blackboard.persist.Id id,
                              java.sql.Connection con)
                       throws blackboard.persist.PersistenceException
Deletes the PortfolioPortalRoleAccess identified by the Id using the supplied connection.

Parameters:
id - the Id of the PortfolioPortalRoleAccess to be deleted using the supplied connection.
con - a Connection to be used.
Throws:
blackboard.persist.PersistenceException

deleteByPortfolioId

public static void deleteByPortfolioId(blackboard.persist.Id id)
                                throws blackboard.persist.PersistenceException
Deletes the PortfolioPortalRoleAccess identified by the portfolio Id using default connection.

Parameters:
id - the portfolio Id of the PortfolioPortalRoleAccess to be deleted using default connection.
Throws:
blackboard.persist.PersistenceException

deleteByPortfolioId

public static void deleteByPortfolioId(blackboard.persist.Id id,
                                       java.sql.Connection con)
                                throws blackboard.persist.PersistenceException
Deletes the PortfolioPortalRoleAccess identified by the portfolio Id using supplied connection.

Parameters:
id - the portfolio Id of the PortfolioPortalRoleAccess to be deleted using supplied connection.
con - a Connection to be used.
Throws:
blackboard.persist.PersistenceException

deleteByPortalRoleId

public static void deleteByPortalRoleId(blackboard.persist.Id id)
                                 throws blackboard.persist.PersistenceException
Deletes the PortfolioPortalRoleAccess identified by the course Id using default connection.

Parameters:
id - the course Id of the PortfolioPortalRoleAccess to be deleted using default connection.
Throws:
blackboard.persist.PersistenceException

deleteByPortalRoleId

public static void deleteByPortalRoleId(blackboard.persist.Id id,
                                        java.sql.Connection con)
                                 throws blackboard.persist.PersistenceException
Deletes the PortfolioPortalRoleAccess identified by the course Id using supplied connection.

Parameters:
id - the course Id of the PortfolioPortalRoleAccess to be deleted using supplied connection.
con - a Connection to be used.
Throws:
blackboard.persist.PersistenceException

loadById

public static PortfolioPortalRoleAccess loadById(blackboard.persist.Id id,
                                                 java.sql.Connection con)
                                          throws blackboard.persist.PersistenceException
Loads a PortfolioPortalRoleAccess identified by the given Id using the supplied connection.

Parameters:
id - the Id of the PortfolioPortalRoleAccess to be loaded using the supplied connection.
con - a Connection to be used.
Returns:
a PortfolioPortalRoleAccess that is identified by the given Id. Returns null (instead of KeyNotFoundException) if the PortfolioPortalRoleAccess is not found.
Throws:
blackboard.persist.PersistenceException

loadById

public static PortfolioPortalRoleAccess loadById(blackboard.persist.Id id)
                                          throws blackboard.persist.PersistenceException
Loads a PortfolioPortalRoleAccess identified by the given Id using the default connection.

Parameters:
id - the Id of the PortfolioPortalRoleAccess to be loaded using the default supplied.
Returns:
a PortfolioPortalRoleAccess that is identified by the given Id. Returns null (instead of KeyNotFoundException) if the PortfolioPortalRoleAccess is not found.
Throws:
blackboard.persist.PersistenceException

loadByPortfolioId

public static java.util.List loadByPortfolioId(blackboard.persist.Id id,
                                               java.sql.Connection con)
                                        throws blackboard.persist.PersistenceException
Loads a List PortfolioPortalRoleAccess items identified by the given portfolio Id using the supplied connection.

Parameters:
id - the portfolio Id of the PortfolioPortalRoleAccess to be loaded using the supplied connection.
con - a Connection to be used.
Returns:
a List of PortfolioPortalRoleAccess items that is identified by the given portfolio Id.
Throws:
blackboard.persist.PersistenceException

loadByPortfolioId

public static java.util.List loadByPortfolioId(blackboard.persist.Id id)
                                        throws blackboard.persist.PersistenceException
Loads a List of PortfolioPortalRoleAccess items identified by the given portfolio Id using the default connection.

Parameters:
id - the portfolio Id of the PortfolioPortalRoleAccess to be loaded using the default connection.
Returns:
a List of PortfolioPortalRoleAccess items that is identified by the given portfolio Id.
Throws:
blackboard.persist.PersistenceException

loadByPortalRoleId

public static java.util.List loadByPortalRoleId(blackboard.persist.Id id,
                                                java.sql.Connection con)
                                         throws blackboard.persist.PersistenceException
Loads a List of PortfolioPortalRoleAccess items identified by the given course Id using the supplied connection.

Parameters:
id - the course Id of the PortfolioPortalRoleAccess to be loaded using the supplied connection.
con - a Connection to be used.
Returns:
a List of PortfolioPortalRoleAccess items that is identified by the given course Id.
Throws:
blackboard.persist.PersistenceException

loadByPortalRoleId

public static java.util.List loadByPortalRoleId(blackboard.persist.Id id)
                                         throws blackboard.persist.PersistenceException
Loads a List of PortfolioPortalRoleAccess items identified by the given course Id using the default connection.

Parameters:
id - the course Id of the PortfolioPortalRoleAccess to be loaded using the default connection.
Returns:
a List of PortfolioPortalRoleAccess items that is identified by the given course Id.
Throws:
blackboard.persist.PersistenceException


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