blackboard.persist.content
Interface GroupUploadXmlPersister

All Superinterfaces:
Persister

public interface GroupUploadXmlPersister
extends Persister

Since:
BigBen
Version:
$Revision: 2 $ $Date: 11/26/03 10:05a $

Field Summary
static java.lang.String TYPE
           
 
Method Summary
 org.w3c.dom.Element persistList(BbList list, org.w3c.dom.Document doc)
          Generates an Element whose children are the provided GroupUpload objects persisted to XML.
 
Methods inherited from interface blackboard.persist.Persister
getAppVersion, init
 

Field Detail

TYPE

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

persistList

public org.w3c.dom.Element persistList(BbList list,
                                       org.w3c.dom.Document doc)
                                throws ValidationException,
                                       PersistenceException
Generates an Element whose children are the provided GroupUpload objects persisted to XML.

Parameters:
list - the BbList of blackboard.data.course.GroupUpload objects we should persist.
doc - the (@link Document} we should should use to create the Element with. No assumptions should be made concerning the state of this Document -- it should only be used for Element creation.
Returns:
an Element that is the root of a list of GroupUpload object XML
Throws:
ValidationException - thrown if one of the provided GroupUpload objects is not in a proper condition for persisting.
PersistenceException - thrown if an error occurs in the element writing process.


Copyright © 2003 Blackboard, Inc. All Rights Reserved.