|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<T>
com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl<TestClass>
com.atlassian.bamboo.resultsummary.tests.TestClassMapper
public class TestClassMapper
| Constructor Summary | |
|---|---|
TestClassMapper(net.sf.hibernate.SessionFactory sessionFactory,
PlanDao planDao,
TestsDao testsDao)
|
|
| Method Summary | |
|---|---|
void |
afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<TestClass> list,
TestClass object,
long objectIndex,
net.sf.hibernate.Session session)
Called after parser completes parsing all child nodes in list's element node. |
protected TestClassImpl |
createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Creates empty instance of the imported object |
void |
exportData(org.codehaus.staxmate.out.SMOutputElement outputElement)
Perform data export |
protected void |
exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
TestClass object,
net.sf.hibernate.Session session)
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(TestClass 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, importListXml, importListXml, setListImportStrategy |
| 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 TestClassMapper(net.sf.hibernate.SessionFactory sessionFactory,
PlanDao planDao,
TestsDao testsDao)
| Method Detail |
|---|
@NotNull
protected TestClassImpl createItemInstance(@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor)
throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
createItemInstance in class BambooStAXMappingHelperAbstractImpl<TestClass>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<TestClass>getXmlRootNodeName in interface BambooStAXRootMapper@NotNull public java.lang.String getXmlElementNodeName()
public void afterImportListItem(@NotNull
org.codehaus.staxmate.in.SMInputCursor cursor,
@NotNull
java.util.List<TestClass> list,
@NotNull
TestClass object,
long objectIndex,
@NotNull
net.sf.hibernate.Session session)
throws java.lang.Exception
BambooStAXMappingListHelperAbstractImpl
afterImportListItem in class BambooStAXMappingListHelperAbstractImpl<TestClass>cursor - 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 wrong
protected void importProperties(@NotNull
TestClass object,
@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull
net.sf.hibernate.Session session)
throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
importProperties in class BambooStAXMappingHelperAbstractImpl<TestClass>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 wrong
protected void exportProperties(@NotNull
org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull
TestClass object,
@NotNull
net.sf.hibernate.Session session)
throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
exportProperties in class BambooStAXMappingHelperAbstractImpl<TestClass>outputElement - the parent nodeobject - object being exportedsession - Hibernate session object
java.lang.Exception - when something went wrong
public void exportData(@NotNull
org.codehaus.staxmate.out.SMOutputElement outputElement)
throws java.lang.Exception
BambooStAXRootMapper
exportData in interface BambooStAXRootMapperoutputElement - parent node for mapper's root node, usually root element of the XML file
java.lang.Exception - when something went wrong
public void importData(@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor)
throws java.lang.Exception
BambooStAXRootMapper
importData in interface BambooStAXRootMapperinputCursor - 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 | |||||||||