|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserForumSettingsXmlLoader
| 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 | |
|---|---|
UserForumSettings |
load(org.w3c.dom.Element rootElement)
Generates a UserForumSettings object given an Element tree whose
structure and contents match those generated by UserForumSettingsXmlPersister. |
UserForumSettings |
load(java.io.InputStream is)
Generates an UserForumSettings object given an InputStream which
contains XML whose structure and contents match those generated by
UserForumSettingsXmlPersister. |
BbList |
loadList(org.w3c.dom.Element rootElement)
Generates a BbList of UserForumSettings objects from the Element
tree provided. |
BbList |
loadList(java.io.InputStream is)
Generates a BbList of UserForumSettings objects from the InputStream
provided. |
| Methods inherited from interface blackboard.persist.Loader |
|---|
getAppVersion, init |
| Field Detail |
|---|
static final java.lang.String TYPE
BbPersistenceManager.getLoader(String)
| Method Detail |
|---|
UserForumSettings load(org.w3c.dom.Element rootElement)
throws java.lang.IllegalArgumentException,
PersistenceException
UserForumSettings object given an Element tree whose
structure and contents match those generated by UserForumSettingsXmlPersister.
rootElement - the root Element of a valid UserForumSettings
XML tree that should be transformed.
UserForumSettings whose contents matches those of the Element
tree provided.
java.lang.IllegalArgumentException - thrown if the provided Element
is not the root of a valid UserForumSettings XML tree.
PersistenceException - thrown if an error occurs in the element
reading process.
UserForumSettings load(java.io.InputStream is)
throws java.lang.IllegalArgumentException,
PersistenceException
UserForumSettings object given an InputStream which
contains XML whose structure and contents match those generated by
UserForumSettingsXmlPersister.
is - the InputStream containing the XML to load the assessment creation settings from
UserForumSettings whose contents matches those of the XML contained
within the provided stream.
java.lang.IllegalArgumentException - thrown if the provided stream does not
contain a valid UserForumSettings XML tree.
PersistenceException - thrown if an error occurs in the element
reading process.
BbList loadList(org.w3c.dom.Element rootElement)
throws java.lang.IllegalArgumentException,
PersistenceException
BbList of UserForumSettings objects from the Element
tree provided.
rootElement - the root Element of a valid list of UserForumSettings
XML trees that should be transformed.
BbList of UserForumSettings objects from the tree provided
java.lang.IllegalArgumentException - thrown if the provided Element
is not the root of a valid list of assessment creation settings
PersistenceException - thrown if an error occurs in the element
reading process.
BbList loadList(java.io.InputStream is)
throws java.lang.IllegalArgumentException,
PersistenceException
BbList of UserForumSettings objects from the InputStream
provided.
is - the InputStream containing the XML to load the assessment creation settings list
from
BbList of UserForumSettings objects from the tree provided
java.lang.IllegalArgumentException - thrown if the provided stream is not
the root of a valid list of assessment creation settings
PersistenceException - thrown if an error occurs in the element
reading process.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||