|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
GroupMembershipXmlPersister
| 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(GroupMembership obj,
org.w3c.dom.Document doc)
Generates an Element tree whose values and structure matches the
contents of the provided GroupMembership object. |
org.w3c.dom.Element |
persistList(BbList list,
org.w3c.dom.Document doc)
Generates an Element whose children are the provided GroupMembership
objects persisted to XML. |
| Methods inherited from interface blackboard.persist.Persister |
getAppVersion, init |
| Field Detail |
public static final java.lang.String TYPE
BbPersistenceManager.getPersister(String)
| Method Detail |
public org.w3c.dom.Element persist(GroupMembership obj,
org.w3c.dom.Document doc)
throws ValidationException,
PersistenceException
Element tree whose values and structure matches the
contents of the provided GroupMembership object.
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.
Element that matches the contents of this GroupMembership
object
ValidationException - thrown if the provided GroupMembership
is not in a proper condition for persisting.
PersistenceException - thrown if an error occurs in the element
writing process.
public org.w3c.dom.Element persistList(BbList list,
org.w3c.dom.Document doc)
throws ValidationException,
PersistenceException
Element whose children are the provided GroupMembership
objects persisted to XML.
list - the BbList of GroupMembership 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.
Element that is the root of a list of GroupMembership
object XML
ValidationException - thrown if one of the provided GroupMembership
objects is not in a proper condition for persisting.
PersistenceException - thrown if an error occurs in the element
writing process.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||