public class DeploymentVersionMapper extends BambooStAXMappingListHelperAbstractImpl<MutableDeploymentVersion>
BambooStAXMappingHelper.NonetransactionOperations| Constructor and Description |
|---|
DeploymentVersionMapper(org.hibernate.SessionFactory sessionFactory,
DeploymentsImportContext deploymentsImportContext,
DeploymentVersionDao deploymentVersionDao,
DeploymentVersionItemMapper deploymentVersionItemMapper,
DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao,
DeploymentVersionLinkedJiraIssueMapper deploymentVersionLinkedJiraIssueMapper,
DeploymentVersionPropertiesMapper deploymentVersionPropertiesMapper,
DeploymentVersionStatusMapper deploymentVersionStatusMapper,
DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao,
DeploymentVersionVcsChangesetMapper deploymentVersionVcsChangesetMapper,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<MutableDeploymentVersion> list,
MutableDeploymentVersion deploymentVersion,
long objectIndex,
org.hibernate.Session session)
Called after parser completes parsing all child nodes in list's element node.
|
protected MutableDeploymentVersion |
createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Creates empty instance of the imported object
|
protected void |
exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
MutableDeploymentVersion deploymentVersion,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
Export object properties.
|
protected void |
importDeploymentVersionChangesets(org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
protected void |
importDeploymentVersionItems(org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
protected void |
importDeploymentVersionLinkedJiraIssues(org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
protected void |
importDeploymentVersionStatuses(org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
protected void |
importProperties(MutableDeploymentVersion foobar,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session)
During import MutableDeploymentVersion argument passed to this method is ignored
|
beforeImportListItem, createListRootElement, createRootElement, eventEndElementOfListItemSaveObject, exportListXml, exportListXml, flushIfNeeded, getXmlElementNodeName, getXmlRootNodeName, importListXml, importListXml, importListXmlInTransactionexportXml, exportXml, getSession, getSessionFactory, importXml, importXml, isShouldExport, saveBambooObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportXml, importXmlpublic DeploymentVersionMapper(org.hibernate.SessionFactory sessionFactory,
DeploymentsImportContext deploymentsImportContext,
DeploymentVersionDao deploymentVersionDao,
DeploymentVersionItemMapper deploymentVersionItemMapper,
DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao,
DeploymentVersionLinkedJiraIssueMapper deploymentVersionLinkedJiraIssueMapper,
DeploymentVersionPropertiesMapper deploymentVersionPropertiesMapper,
DeploymentVersionStatusMapper deploymentVersionStatusMapper,
DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao,
DeploymentVersionVcsChangesetMapper deploymentVersionVcsChangesetMapper,
@NotNull
org.springframework.transaction.support.TransactionOperations transactionOperations)
@NotNull protected MutableDeploymentVersion createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) throws Exception
BambooStAXMappingHelperAbstractImplcreateItemInstance in class BambooStAXMappingHelperAbstractImpl<MutableDeploymentVersion>inputCursor - input cursor that points to the parent node containing object propertiesXMLStreamException - when something went wrongExceptionprotected void exportProperties(@NotNull
org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull
MutableDeploymentVersion deploymentVersion,
@NotNull
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
throws Exception
BambooStAXMappingHelperAbstractImplexportProperties in class BambooStAXMappingHelperAbstractImpl<MutableDeploymentVersion>outputElement - the parent nodedeploymentVersion - object being exportedsession - Hibernate session objectException - when something went wrongprotected void importProperties(@NotNull
MutableDeploymentVersion foobar,
@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull
org.hibernate.Session session)
throws Exception
importProperties in class BambooStAXMappingHelperAbstractImpl<MutableDeploymentVersion>foobar - object being importedinputCursor - input cursor pointing to the child node of node that was passed to importXml methodsession - Hibernate session objectException - when something went wrongpublic void afterImportListItem(@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull
List<MutableDeploymentVersion> list,
@NotNull
MutableDeploymentVersion deploymentVersion,
long objectIndex,
@NotNull
org.hibernate.Session session)
throws Exception
BambooStAXMappingListHelperAbstractImplafterImportListItem in class BambooStAXMappingListHelperAbstractImpl<MutableDeploymentVersion>inputCursor - cursor pointing to the list's element opening nodelist - list of elements being importeddeploymentVersion - object that has been importedobjectIndex - one-based index of the object being parsedsession - Hibernate session objectException - when something went wrongprotected void importDeploymentVersionItems(@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull
org.hibernate.Session session)
throws Exception
Exceptionprotected void importDeploymentVersionLinkedJiraIssues(@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull
org.hibernate.Session session)
throws Exception
Exceptionprotected void importDeploymentVersionStatuses(@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull
org.hibernate.Session session)
throws Exception
ExceptionCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.