|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<java.lang.Void> com.atlassian.bamboo.migration.stream.SharedCapabilityMapper
public class SharedCapabilityMapper
Constructor Summary | |
---|---|
protected |
SharedCapabilityMapper(net.sf.hibernate.SessionFactory sessionFactory,
LocalCapabilitySetDao localCapabilityDao,
RemoteCapabilitySetDao remoteCapabilityDao)
|
Method Summary | |
---|---|
protected java.lang.Void |
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,
java.lang.Void object,
net.sf.hibernate.Session session)
Export object properties. |
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(java.lang.Void 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.BambooStAXMappingHelperAbstractImpl |
---|
commitClearSession, commitSession, createRootElement, 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 |
Constructor Detail |
---|
protected SharedCapabilityMapper(net.sf.hibernate.SessionFactory sessionFactory, LocalCapabilitySetDao localCapabilityDao, RemoteCapabilitySetDao remoteCapabilityDao)
Method Detail |
---|
protected void importProperties(@NotNull java.lang.Void object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull net.sf.hibernate.Session session) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
importProperties
in class BambooStAXMappingHelperAbstractImpl<java.lang.Void>
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 java.lang.Void object, @NotNull net.sf.hibernate.Session session) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
exportProperties
in class BambooStAXMappingHelperAbstractImpl<java.lang.Void>
outputElement
- the parent nodeobject
- object being exportedsession
- Hibernate session object
java.lang.Exception
- when something went wrong@NotNull public java.lang.String getXmlRootNodeName()
BambooStAXRootMapper
getXmlRootNodeName
in interface BambooStAXMappingHelper<java.lang.Void>
getXmlRootNodeName
in interface BambooStAXRootMapper
public void exportData(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement) 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@NotNull protected java.lang.Void createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
createItemInstance
in class BambooStAXMappingHelperAbstractImpl<java.lang.Void>
inputCursor
- input cursor that points to the parent node containing object properties
javax.xml.stream.XMLStreamException
- when something went wrong
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |