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