Uses of Interface
blackboard.persist.Container

Packages that use Container
blackboard.persist   
blackboard.platform.security   
 

Uses of Container in blackboard.persist
 

Classes in blackboard.persist that implement Container
 class DatabaseContainer
          The DatabaseContainer class implements the Container interface for a database.
 class RemoteDbContainer
          The RemoteDbContainer class implements the Container interface for remote access of specific persistence operations.
 

Methods in blackboard.persist that return Container
 Container Id.getContainer()
          Returns the Container associated with this Id.
 Container BbPersistenceManager.getContainer()
          Returns the Container associated with this persistence manager.
 

Methods in blackboard.persist with parameters of type Container
 void UnsetId.setContainer(Container container)
          Override Id.setContainer(Container) to prevent the setting of the container value within an UnsetId.
 Id PersistenceContext.mapId(Id idInContainerA, Container containerB)
          Maps the given Id in the specified container space.
 void Id.assertMatchesContainer(Container targetContainer)
          Asserts that the Container value associated with this Id matches the provided Container value.
 boolean Id.matchesContainer(Container targetContainer)
          Returns true if the given Container matches the Container of this Id.
 void Id.setContainer(Container container)
          Associates the given Container with this Id.
static BbPersistenceManager BbPersistenceManager.getInstance(Container targetContainer)
          Returns an instance of BbPersistenceManager associated with the given target container.
static BbPersistenceManager BbPersistenceManager.getInstance(Container targetContainer, PersistenceContext context)
          Returns an instance of BbPersistenceManager associated with the given target container and persistence content.
 

Constructors in blackboard.persist with parameters of type Container
PkId(Container container, DataType dataType, int nPk1, int nPk2)
          Instantiate a new PkId with the given Container, DataType, and pk key values as integers.
PkId(Container container, DataType dataType, java.lang.String strPk1, java.lang.String strPk2)
          Instantiate a new PkId with the given Container, DataType, and pk key values as strings.
PkId(Container container, DataType dataType, java.lang.String strPk)
          Instantiate a new PkId with the given Container, DataType, and pk key values as a single string.
Id(Container container, DataType dataType)
          Creates Id identifying it with the given container and data type values.
 

Uses of Container in blackboard.platform.security
 

Methods in blackboard.platform.security with parameters of type Container
static Id SecurityDbUtil.getUserId(java.sql.ResultSet rs, Container container)
          Load the Id given the Resultset and the Container using USER_DATA_TYPE and default connection
static Id SecurityDbUtil.getId(java.sql.ResultSet rs, java.lang.String col1, java.lang.String col2, DataType dataType, Container container)
          Load the Id given the Resultset and the Container
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.