|
||||||||||
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<TestCaseResultError> com.atlassian.bamboo.resultsummary.tests.TestCaseResultErrorMapper
public class TestCaseResultErrorMapper
Constructor Summary | |
---|---|
TestCaseResultErrorMapper(net.sf.hibernate.SessionFactory sessionFactory,
TestResultsDao testResultsDao)
|
Method Summary | |
---|---|
void |
afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<TestCaseResultError> list,
TestCaseResultError object,
long objectIndex,
net.sf.hibernate.Session session)
Called after parser completes parsing all child nodes in list's element node. |
protected TestCaseResultErrorImpl |
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,
TestCaseResultError 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(TestCaseResultError object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
Import properties to the object. |
boolean |
isShouldExport(ExportDetailsBean exportDetailsBean)
|
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, 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.BambooStAXMappingHelper |
---|
exportXml, importXml |
Constructor Detail |
---|
public TestCaseResultErrorMapper(net.sf.hibernate.SessionFactory sessionFactory, TestResultsDao testResultsDao)
Method Detail |
---|
public boolean isShouldExport(@NotNull ExportDetailsBean exportDetailsBean)
isShouldExport
in interface BambooStAXRootMapper
isShouldExport
in class BambooStAXMappingHelperAbstractImpl<TestCaseResultError>
@NotNull protected TestCaseResultErrorImpl createItemInstance(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
createItemInstance
in class BambooStAXMappingHelperAbstractImpl<TestCaseResultError>
inputCursor
- input cursor that points to the parent node containing object properties
javax.xml.stream.XMLStreamException
- when something went wrong
java.lang.Exception
@NotNull public java.lang.String getXmlRootNodeName()
BambooStAXRootMapper
getXmlRootNodeName
in interface BambooStAXMappingHelper<TestCaseResultError>
getXmlRootNodeName
in interface BambooStAXRootMapper
@NotNull public java.lang.String getXmlElementNodeName()
protected void importProperties(@NotNull TestCaseResultError object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull net.sf.hibernate.Session session) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
importProperties
in class BambooStAXMappingHelperAbstractImpl<TestCaseResultError>
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 wrongprotected void exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull TestCaseResultError object, @NotNull net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
exportProperties
in class BambooStAXMappingHelperAbstractImpl<TestCaseResultError>
outputElement
- the parent nodeobject
- object being exportedsession
- Hibernate session object
java.lang.Exception
- when something went wrongpublic void afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull java.util.List<TestCaseResultError> list, @NotNull TestCaseResultError object, long objectIndex, @NotNull net.sf.hibernate.Session session) throws java.lang.Exception
BambooStAXMappingListHelperAbstractImpl
afterImportListItem
in class BambooStAXMappingListHelperAbstractImpl<TestCaseResultError>
inputCursor
- cursor pointing to the list's element opening nodelist
- list of elements being importedobject
- object that has been importedobjectIndex
- one-based index of the object being parsedsession
- 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 |