com.atlassian.crowd.migration
Class SALPropertyMapper

java.lang.Object
  extended by com.atlassian.crowd.migration.GenericMapper
      extended by com.atlassian.crowd.migration.SALPropertyMapper
All Implemented Interfaces:
Mapper

public class SALPropertyMapper
extends GenericMapper
implements Mapper

This mapper will handle the mapping of a SALProperty


Field Summary
 
Fields inherited from class com.atlassian.crowd.migration.GenericMapper
DATE_FORMAT, GENERIC_XML_ATTRIBUTE, GENERIC_XML_ATTRIBUTE_ID, GENERIC_XML_ATTRIBUTE_KEY, GENERIC_XML_ATTRIBUTE_VALUE, GENERIC_XML_ATTRIBUTE_VALUES, GENERIC_XML_ATTRIBUTES_NODE, GENERIC_XML_CONCEPTION, GENERIC_XML_ID, GENERIC_XML_LASTMODIFIED, logger
 
Constructor Summary
SALPropertyMapper()
           
 
Method Summary
 org.dom4j.Element exportXml(java.util.Map options)
           
 SALPropertyDAO getSALPropertyDAO()
           
 void importXml(org.dom4j.Element root)
           
 void setSALPropertyDAO(SALPropertyDAO salPropertyDAO)
           
 
Methods inherited from class com.atlassian.crowd.migration.GenericMapper
addEntities, addEntity, addEntityAttributes, exportDefaults, findAllExportableDirectories, getBatchProcessor, getDateAsFormattedString, getDateFromFormattedString, getDirectoryManager, getEntityAttributes, getSessionFactory, populateDefaults, setBatchProcessor, setDirectoryManager, setSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SALPropertyMapper

public SALPropertyMapper()
Method Detail

exportXml

public org.dom4j.Element exportXml(java.util.Map options)
                            throws java.text.ParseException
Specified by:
exportXml in interface Mapper
Throws:
java.text.ParseException

importXml

public void importXml(org.dom4j.Element root)
               throws java.lang.Exception
Specified by:
importXml in interface Mapper
Throws:
java.lang.Exception

getSALPropertyDAO

public SALPropertyDAO getSALPropertyDAO()

setSALPropertyDAO

public void setSALPropertyDAO(SALPropertyDAO salPropertyDAO)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.