blackboard.platform.plugin
Interface ContentHandlerDbLoader

All Superinterfaces:
Loader

public interface ContentHandlerDbLoader
extends Loader

Interface for loading Content Handler objects from the database.

Since:
Blackboard 6.0
Version:
$Revision: 1 $ $Date: 9/20/01 12:30p $

Field Summary
static java.lang.String TYPE
           
 
Method Summary
 BbList loadAll(VirtualInstallation vi)
          Loads all the ContentHandlers for the specified virtual installation.
 
Methods inherited from interface blackboard.persist.Loader
getAppVersion, init
 

Field Detail

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values
Method Detail

loadAll

public BbList loadAll(VirtualInstallation vi)
               throws PersistenceException,
                      ValidationException
Loads all the ContentHandlers for the specified virtual installation.

Parameters:
vi - Target virtual installation.
Returns:
List of content handlers installed in this virtual installation.
Throws:
PersistenceException
ValidationException


Copyright © 2003 Blackboard, Inc. All Rights Reserved.