|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<T> com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl<Author> com.atlassian.bamboo.migration.stream.AuthorMapper
public class AuthorMapper
Constructor Summary | |
---|---|
AuthorMapper(net.sf.hibernate.SessionFactory sessionFactory,
ExtendedAuthorManager authorManager)
|
Method Summary | |
---|---|
void |
afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<Author> authorList,
Author author,
long objectIndex,
net.sf.hibernate.Session session)
Called after parser completes parsing all child nodes in list's element node. |
protected Author |
createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Creates empty instance of the imported object |
void |
exportData(org.codehaus.staxmate.out.SMOutputElement outputElement,
ExportDetailsBean exportDetailsBean)
Perform data export |
protected void |
exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Author object,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
Export object properties. |
java.lang.String |
getXmlElementNodeName()
|
java.lang.String |
getXmlRootNodeName()
Returns local name of the XML parent node handled by this mapper |
void |
importData(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Perform data import |
protected void |
importProperties(Author object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
Import properties to the object. |
Methods inherited from class com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl |
---|
beforeImportListItem, createListRootElement, createRootElement, eventEndElementOfListItemSaveObject, exportListXml, exportListXml, flushIfNeeded, importListXml, importListXml |
Methods inherited from class com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl |
---|
commitClearSession, commitSession, exportXml, exportXml, getSession, getSessionFactory, importXml, importXml, isShouldExport, saveBambooObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.migration.BambooStAXRootMapper |
---|
isShouldExport |
Methods inherited from interface com.atlassian.bamboo.migration.BambooStAXMappingHelper |
---|
exportXml, importXml |
Constructor Detail |
---|
public AuthorMapper(net.sf.hibernate.SessionFactory sessionFactory, ExtendedAuthorManager authorManager)
Method Detail |
---|
@NotNull public java.lang.String getXmlElementNodeName()
public void afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull java.util.List<Author> authorList, @NotNull Author author, long objectIndex, @NotNull net.sf.hibernate.Session session) throws java.lang.Exception
BambooStAXMappingListHelperAbstractImpl
afterImportListItem
in class BambooStAXMappingListHelperAbstractImpl<Author>
cursor
- cursor pointing to the list's element opening nodeauthorList
- list of elements being importedauthor
- object that has been importedobjectIndex
- one-based index of the object being parsedsession
- Hibernate session object
java.lang.Exception
- when something went wrong@NotNull public java.lang.String getXmlRootNodeName()
BambooStAXRootMapper
getXmlRootNodeName
in interface BambooStAXMappingHelper<Author>
getXmlRootNodeName
in interface BambooStAXRootMapper
@NotNull protected Author createItemInstance(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
createItemInstance
in class BambooStAXMappingHelperAbstractImpl<Author>
inputCursor
- input cursor that points to the parent node containing object properties
javax.xml.stream.XMLStreamException
- when something went wrong
java.lang.Exception
protected void exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Author object, @NotNull net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
exportProperties
in class BambooStAXMappingHelperAbstractImpl<Author>
outputElement
- the parent nodeobject
- object being exportedsession
- Hibernate session object
java.lang.Exception
- when something went wrongprotected void importProperties(@NotNull Author object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull net.sf.hibernate.Session session) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
importProperties
in class BambooStAXMappingHelperAbstractImpl<Author>
object
- object being importedinputCursor
- input cursor pointing to the child node of node that was passed to importXml methodsession
- Hibernate session object
java.lang.Exception
- when something went wrongpublic void exportData(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, ExportDetailsBean exportDetailsBean) throws java.lang.Exception
BambooStAXRootMapper
exportData
in interface BambooStAXRootMapper
outputElement
- parent node for mapper's root node, usually root element of the XML file
java.lang.Exception
- when something went wrongpublic void importData(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor) throws java.lang.Exception
BambooStAXRootMapper
importData
in interface BambooStAXRootMapper
inputCursor
- mapper's root node, usually child of root element of the XML file
java.lang.Exception
- when something went wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |