|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserForumSettingsXmlPersister
| 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 | |
|---|---|
org.w3c.dom.Element |
persist(UserForumSettings obj,
org.w3c.dom.Document doc)
Generates an Element tree whose values and structure matches the
contents of the provided UserForumSettings object. |
org.w3c.dom.Element |
persistList(java.util.List<UserForumSettings> list,
org.w3c.dom.Document doc)
Generates an Element whose children are the provided UserForumSettings
objects persisted to XML. |
void |
persistStreamWriteList(java.util.List<UserForumSettings> list,
javax.xml.stream.XMLStreamWriter writer)
Stream writing an Element whose children are the provided UserForumSettings
objects persisted to XML. |
| Methods inherited from interface blackboard.persist.Persister |
|---|
getAppVersion, init |
| Field Detail |
|---|
static final java.lang.String TYPE
BbPersistenceManager.getPersister(String)
| Method Detail |
|---|
org.w3c.dom.Element persist(UserForumSettings obj,
org.w3c.dom.Document doc)
throws ValidationException,
PersistenceException
Element tree whose values and structure matches the
contents of the provided UserForumSettings object.
obj - the UserForumSettings we should generate the XML tree for.doc - the Document we 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.
Element that matches the contents of this UserForumSettings
object
ValidationException - not thrown
PersistenceException - thrown if an error occurs in the element writing
process.
org.w3c.dom.Element persistList(java.util.List<UserForumSettings> list,
org.w3c.dom.Document doc)
throws ValidationException,
PersistenceException
Element whose children are the provided UserForumSettings
objects persisted to XML.
list - the List of UserForumSettings objects we should persist.doc - the Document we 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.
Element that is the root of a list of UserForumSettings
object XML
ValidationException - not thrown
PersistenceException - thrown if an error occurs in the element
writing process.
void persistStreamWriteList(java.util.List<UserForumSettings> list,
javax.xml.stream.XMLStreamWriter writer)
throws ValidationException,
PersistenceException,
javax.xml.stream.XMLStreamException
Element whose children are the provided UserForumSettings
objects persisted to XML.
list - the List of UserForumSettings objects we should persist.writer - the XMLStreamWriter we should use to stream write
PersistenceException - thrown if an error occurs in the Persistence process.
javax.xml.stream.XMLStreamException - thrown if an error occurs in the stream writing process.
ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||