|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<NotificationSet> com.atlassian.bamboo.migration.stream.BuildNotificationMapper
public class BuildNotificationMapper
This mapper takes care of a notificationSet and notificationRules.
Constructor Summary | |
---|---|
BuildNotificationMapper(net.sf.hibernate.SessionFactory sessionFactory)
|
Method Summary | |
---|---|
protected NotificationSet |
createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Creates empty instance of the imported object |
protected void |
exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
NotificationSet object,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
Export object properties. |
java.lang.String |
getXmlRootNodeName()
Returns local name of the XML parent node that will contain exported/imported object's properties |
protected void |
importProperties(NotificationSet notificationSet,
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, isShouldExport, saveBambooObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildNotificationMapper(net.sf.hibernate.SessionFactory sessionFactory)
Method Detail |
---|
@NotNull public java.lang.String getXmlRootNodeName()
BambooStAXMappingHelper
protected void exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull NotificationSet object, @NotNull net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
exportProperties
in class BambooStAXMappingHelperAbstractImpl<NotificationSet>
outputElement
- the parent nodeobject
- object being exportedsession
- Hibernate session object
java.lang.Exception
- when something went wrongprotected void importProperties(@NotNull NotificationSet notificationSet, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull net.sf.hibernate.Session session) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
importProperties
in class BambooStAXMappingHelperAbstractImpl<NotificationSet>
notificationSet
- 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@NotNull protected NotificationSet createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) throws java.lang.Exception
BambooStAXMappingHelperAbstractImpl
createItemInstance
in class BambooStAXMappingHelperAbstractImpl<NotificationSet>
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 |