Uses of Package
blackboard.persist

Packages that use blackboard.persist
blackboard.data Provides the base classes for the persistence layer of platform API.  
blackboard.data.announcement Provides classes used to store "announcements" in the Blackboard system. 
blackboard.data.calendar Provides classes used to store entries in the course, system, and personal calendars in the Blackboard system. 
blackboard.data.content Provides the classes used to store course content in Blackboard.  
blackboard.data.course Provides the classes used to interact with course definitions in Blackboard.  
blackboard.data.gradebook Provides the public implementation classes for Gradebook subsystem.  
blackboard.data.user Provides the classes used to interact with user definitions in Blackboard.  
blackboard.persist   
blackboard.persist.announcement   
blackboard.persist.calendar   
blackboard.persist.content   
blackboard.persist.course   
blackboard.persist.gradebook   
blackboard.persist.user   
blackboard.platform.filesystem   
blackboard.platform.persistence   
blackboard.platform.plugin   
blackboard.platform.security   
blackboard.platform.security.authentication Provides the public implementation classes for creating custom authentication modules for Learning System.  
blackboard.platform.session   
blackboard.portal.external   
 

Classes in blackboard.persist used by blackboard.data
DataType
          The DataType class provides a means of encapsulating the type of data objects as defined within the persistence framework.
Id
          Provides the basis for object identifiers within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
 

Classes in blackboard.persist used by blackboard.data.announcement
DataType
          The DataType class provides a means of encapsulating the type of data objects as defined within the persistence framework.
Id
          Provides the basis for object identifiers within the persistence framework.
 

Classes in blackboard.persist used by blackboard.data.calendar
DataType
          The DataType class provides a means of encapsulating the type of data objects as defined within the persistence framework.
Id
          Provides the basis for object identifiers within the persistence framework.
 

Classes in blackboard.persist used by blackboard.data.content
DataType
          The DataType class provides a means of encapsulating the type of data objects as defined within the persistence framework.
Id
          Provides the basis for object identifiers within the persistence framework.
 

Classes in blackboard.persist used by blackboard.data.course
DataType
          The DataType class provides a means of encapsulating the type of data objects as defined within the persistence framework.
Id
          Provides the basis for object identifiers within the persistence framework.
 

Classes in blackboard.persist used by blackboard.data.gradebook
DataType
          The DataType class provides a means of encapsulating the type of data objects as defined within the persistence framework.
Id
          Provides the basis for object identifiers within the persistence framework.
 

Classes in blackboard.persist used by blackboard.data.user
DataType
          The DataType class provides a means of encapsulating the type of data objects as defined within the persistence framework.
Id
          Provides the basis for object identifiers within the persistence framework.
 

Classes in blackboard.persist used by blackboard.persist
BbPersistenceManager
          The BbPersistenceManager class is the central provider of both loader and persister implementation instances in the persistence framework.
Cache
          The Cache provides the base model for caching for any object loader defined within the persistence framework.
CacheEntry
          The CacheEntry represents an item stored in the cache.
Container
          The Container interface provides the basic framework for defining a "data source" against which the persistence framework can operate.
DatabaseContainer
          The DatabaseContainer class implements the Container interface for a database.
DataType
          The DataType class provides a means of encapsulating the type of data objects as defined within the persistence framework.
Id
          Provides the basis for object identifiers within the persistence framework.
KeyNotFoundException
          Exception indicating that the Id used to load an object was not found in the target data store ("container").
Loader
          The Loader interface provides the base model for any object loader defined within the persistence framework.
PersistenceContext
          The PersistenceContext interface describes an object capable of storing and tracking object Id changes as those objects move between containers within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
Persister
          The Persister interface provides the base model for any object persister defined within the persistence framework.
RemoteDbContainer
          The RemoteDbContainer class implements the Container interface for remote access of specific persistence operations.
 

Classes in blackboard.persist used by blackboard.persist.announcement
Id
          Provides the basis for object identifiers within the persistence framework.
KeyNotFoundException
          Exception indicating that the Id used to load an object was not found in the target data store ("container").
Loader
          The Loader interface provides the base model for any object loader defined within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
Persister
          The Persister interface provides the base model for any object persister defined within the persistence framework.
 

Classes in blackboard.persist used by blackboard.persist.calendar
Id
          Provides the basis for object identifiers within the persistence framework.
KeyNotFoundException
          Exception indicating that the Id used to load an object was not found in the target data store ("container").
Loader
          The Loader interface provides the base model for any object loader defined within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
Persister
          The Persister interface provides the base model for any object persister defined within the persistence framework.
 

Classes in blackboard.persist used by blackboard.persist.content
Id
          Provides the basis for object identifiers within the persistence framework.
KeyNotFoundException
          Exception indicating that the Id used to load an object was not found in the target data store ("container").
Loader
          The Loader interface provides the base model for any object loader defined within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
Persister
          The Persister interface provides the base model for any object persister defined within the persistence framework.
 

Classes in blackboard.persist used by blackboard.persist.course
Id
          Provides the basis for object identifiers within the persistence framework.
KeyNotFoundException
          Exception indicating that the Id used to load an object was not found in the target data store ("container").
Loader
          The Loader interface provides the base model for any object loader defined within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
Persister
          The Persister interface provides the base model for any object persister defined within the persistence framework.
 

Classes in blackboard.persist used by blackboard.persist.gradebook
Id
          Provides the basis for object identifiers within the persistence framework.
KeyNotFoundException
          Exception indicating that the Id used to load an object was not found in the target data store ("container").
Loader
          The Loader interface provides the base model for any object loader defined within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
Persister
          The Persister interface provides the base model for any object persister defined within the persistence framework.
 

Classes in blackboard.persist used by blackboard.persist.user
Id
          Provides the basis for object identifiers within the persistence framework.
KeyNotFoundException
          Exception indicating that the Id used to load an object was not found in the target data store ("container").
Loader
          The Loader interface provides the base model for any object loader defined within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
Persister
          The Persister interface provides the base model for any object persister defined within the persistence framework.
 

Classes in blackboard.persist used by blackboard.platform.filesystem
Id
          Provides the basis for object identifiers within the persistence framework.
 

Classes in blackboard.persist used by blackboard.platform.persistence
BbPersistenceManager
          The BbPersistenceManager class is the central provider of both loader and persister implementation instances in the persistence framework.
 

Classes in blackboard.persist used by blackboard.platform.plugin
CachingLoader
          The CachingLoader interface provides the base model for any database object loader defined within the persistence framework that wishes to use cacheing.
Id
          Provides the basis for object identifiers within the persistence framework.
Loader
          The Loader interface provides the base model for any object loader defined within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
Persister
          The Persister interface provides the base model for any object persister defined within the persistence framework.
 

Classes in blackboard.persist used by blackboard.platform.security
Container
          The Container interface provides the basic framework for defining a "data source" against which the persistence framework can operate.
DataType
          The DataType class provides a means of encapsulating the type of data objects as defined within the persistence framework.
Id
          Provides the basis for object identifiers within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
 

Classes in blackboard.persist used by blackboard.platform.security.authentication
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
 

Classes in blackboard.persist used by blackboard.platform.session
Id
          Provides the basis for object identifiers within the persistence framework.
KeyNotFoundException
          Exception indicating that the Id used to load an object was not found in the target data store ("container").
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
 

Classes in blackboard.persist used by blackboard.portal.external
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.