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.discussionboard   
blackboard.data.discussionboard.datamanager   
blackboard.data.gradebook Provides the public implementation classes for Gradebook subsystem. 
blackboard.data.navigation   
blackboard.data.role   
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.discussionboard   
blackboard.persist.gradebook   
blackboard.persist.navigation   
blackboard.persist.role   
blackboard.persist.user   
blackboard.platform   
blackboard.platform.context   
blackboard.platform.filesystem   
blackboard.platform.intl   
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.
KeyNotFoundException
          Exception indicating that the Id used to load an object was not found in the target data store ("container").
LoaderKey
          Annotation to allow a class to override the loader key to use when trying to discover what loader to use for the object.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
PersisterKey
          Annotation to allow a class to override the persister key to use when trying to discover what persister to use for the object.
 

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.
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.data.discussionboard
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.discussionboard.datamanager
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.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.navigation
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.role
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.
CacheListener
          The Listener interface used to drive notification of Bb logic based on external "touches" registered against the "cache_tokens" table.
CachingLoader
          The CachingLoader interface provides the base model for any database object loader defined within the persistence framework that wishes to use cacheing.
Container
          The Container interface provides the basic framework for defining a "data source" against which the persistence framework can operate.
CourseTypes
           
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.
DbLoaderFactory
          Helper factory class for implementing the "default" objects in loaders.
DbPersisterFactory
          Helper factory class for implementing the "default" objects in persisters.
FilterCacheByLoader
          The FilterCacheByLoader filters out given objects that are cacheKey with specified Loader.
Id
          Provides the basis for object identifiers within the persistence framework.
IdentifiableDbLoader
          Super interface for generically loading any identifiable object.
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.
SearchOperator
          Set of operators to use in search methods.
VolatileSessionCache
          Encapsulates the logic of retrieving and storing a user specific cache item.
 

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.
IdentifiableDbLoader
          Super interface for generically loading any identifiable object.
IdentifiableDbPersister
          Generically defines common persistence methods for Identifiable objects.
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.
SearchOperator
          Set of operators to use in search methods.
 

Classes in blackboard.persist used by blackboard.persist.discussionboard
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.navigation
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.
 

Classes in blackboard.persist used by blackboard.persist.role
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.
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.
 

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.
SearchOperator
          Set of operators to use in search methods.
 

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

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

Classes in blackboard.persist used by blackboard.platform.filesystem
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.platform.intl
DataType
          The DataType class provides a means of encapsulating the type of data objects as defined 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
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
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.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.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
 

Classes in blackboard.persist used by blackboard.portal.external
Id
          Provides the basis for object identifiers within the persistence framework.
PersistenceException
          This class wraps exceptions generated during the persisting or loading of objects.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.