public class AliasMapper extends CrowdEntityXmlMapper<com.atlassian.crowd.model.alias.Alias,com.atlassian.crowd.model.alias.Alias> implements BambooStAXRootMapper
CrowdEntityXmlMapper.SingleValuedAttributesMapper
BambooStAXMappingHelper.None
Modifier and Type | Field and Description |
---|---|
protected static String |
ALIAS_ALIASNAME |
protected static String |
ALIAS_APPLICATION_ID |
protected static String |
ALIAS_USERNAME |
protected static String |
ALIAS_XML_NODE |
protected static String |
ALIAS_XML_ROOT |
GENERIC_XML_ACTIVE, GENERIC_XML_ATTRIBUTE, GENERIC_XML_ATTRIBUTE_NAME, GENERIC_XML_ATTRIBUTE_VALUE, GENERIC_XML_ATTRIBUTES, GENERIC_XML_CREATED_DATE, GENERIC_XML_ID, GENERIC_XML_NAME, GENERIC_XML_UPDATED_DATE, setActive
transactionOperations
Constructor and Description |
---|
AliasMapper(org.hibernate.SessionFactory sessionFactory,
org.springframework.transaction.support.TransactionOperations ops,
com.atlassian.crowd.dao.alias.AliasDAOHibernate aliasDAO,
com.atlassian.crowd.dao.application.ApplicationDAOHibernate applicationDAO) |
Modifier and Type | Method and Description |
---|---|
void |
afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<com.atlassian.crowd.model.alias.Alias> list,
com.atlassian.crowd.model.alias.Alias object,
long objectIndex,
org.hibernate.Session session)
Called after parser completes parsing all child nodes in list's element node.
|
protected com.atlassian.crowd.model.alias.Alias |
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,
com.atlassian.crowd.model.alias.Alias alias,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
Exports an internal entity to an XML element.
|
void |
importData(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Perform data import
|
protected void |
importProperties(com.atlassian.crowd.model.alias.Alias object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session)
Import properties to the object.
|
exportSingleValuedAttributes
beforeImportListItem, createListRootElement, createRootElement, eventEndElementOfListItemSaveObject, exportListXml, exportListXml, flushIfNeeded, getXmlElementNodeName, getXmlRootNodeName, importListXml, importListXml, importListXmlInTransaction
exportXml, exportXml, getSession, getSessionFactory, importXml, importXml, isShouldExport, saveBambooObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getXmlRootNodeName
isShouldExport
exportXml, importXml
protected static final String ALIAS_XML_ROOT
protected static final String ALIAS_XML_NODE
protected static final String ALIAS_APPLICATION_ID
protected static final String ALIAS_USERNAME
protected static final String ALIAS_ALIASNAME
public AliasMapper(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.support.TransactionOperations ops, com.atlassian.crowd.dao.alias.AliasDAOHibernate aliasDAO, com.atlassian.crowd.dao.application.ApplicationDAOHibernate applicationDAO)
@NotNull protected com.atlassian.crowd.model.alias.Alias createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) throws Exception
BambooStAXMappingHelperAbstractImpl
createItemInstance
in class BambooStAXMappingHelperAbstractImpl<com.atlassian.crowd.model.alias.Alias,com.atlassian.crowd.model.alias.Alias>
inputCursor
- input cursor that points to the parent node containing object propertiesXMLStreamException
- when something went wrongException
public void exportData(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, ExportDetailsBean exportDetailsBean) throws Exception
BambooStAXRootMapper
exportData
in interface BambooStAXRootMapper
outputElement
- parent node for mapper's root node, usually root element of the XML fileException
- when something went wrongprotected void exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull com.atlassian.crowd.model.alias.Alias alias, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) throws Exception
CrowdEntityXmlMapper
This exports: id, name, createdDate, updatedDate and active.
exportProperties
in class CrowdEntityXmlMapper<com.atlassian.crowd.model.alias.Alias,com.atlassian.crowd.model.alias.Alias>
outputElement
- XML element to export to.alias
- entity to export.session
- Hibernate session objectException
- when something went wrongpublic void importData(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor) throws Exception
BambooStAXRootMapper
importData
in interface BambooStAXRootMapper
inputCursor
- mapper's root node, usually child of root element of the XML fileException
- when something went wrongprotected void importProperties(@NotNull com.atlassian.crowd.model.alias.Alias object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) throws Exception
BambooStAXMappingHelperAbstractImpl
importProperties
in class CrowdEntityXmlMapper<com.atlassian.crowd.model.alias.Alias,com.atlassian.crowd.model.alias.Alias>
object
- 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<com.atlassian.crowd.model.alias.Alias> list, @NotNull com.atlassian.crowd.model.alias.Alias object, long objectIndex, @NotNull org.hibernate.Session session) throws Exception
BambooStAXMappingListHelperAbstractImpl
afterImportListItem
in class BambooStAXMappingListHelperAbstractImpl<com.atlassian.crowd.model.alias.Alias,com.atlassian.crowd.model.alias.Alias>
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 objectException
- when something went wrongCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.