blackboard.persist.content
Interface ContentStatusXmlLoader

All Superinterfaces:
Loader

public interface ContentStatusXmlLoader
extends Loader

This interface describes the set of methods that all xml loaders for ContentStatus objects must implement.

Since:
Bb 6.2
Version:
$Revision: #1 $ $Date: 2005/06/27 $

Field Summary
static java.lang.String TYPE
          Type used to obtain an instance of the class configured to provide the implementation for this interface.
 
Method Summary
 java.util.List loadList(java.io.InputStream in)
          Load the list of ContentStatus objects associated with the given InputStream (identifed by in).
 
Methods inherited from interface blackboard.persist.Loader
getAppVersion, init
 

Field Detail

TYPE

static final java.lang.String TYPE
Type used to obtain an instance of the class configured to provide the implementation for this interface. Used when making a call to BbPersistenceManager.getLoader(String).

See Also:
Constant Field Values
Method Detail

loadList

java.util.List loadList(java.io.InputStream in)
                        throws PersistenceException
Load the list of ContentStatus objects associated with the given InputStream (identifed by in).

Parameters:
in - the InputStream of the ContentStatus items.
Returns:
BBList list of GroupUpload items retrieved from the InputStream.
Throws:
PersistenceException - if some error occurs while loading the object


Copyright © 2003 Blackboard, Inc. All Rights Reserved.