com.atlassian.bamboo.migration
Class LabelMapper

java.lang.Object
  extended by com.atlassian.bamboo.migration.BambooMapper
      extended by com.atlassian.bamboo.migration.LabelMapper
All Implemented Interfaces:
Mapper

public class LabelMapper
extends BambooMapper


Field Summary
static String LABEL_XML_NAME
           
static String LABEL_XML_NAMESPACE
           
static String LABEL_XML_NODE
           
static String LABEL_XML_ROOT
           
 
Fields inherited from class com.atlassian.bamboo.migration.BambooMapper
GENERIC_XML_CREATIONDATE, GENERIC_XML_ID, GENERIC_XML_MODIFICATIONDATE, sdf
 
Constructor Summary
LabelMapper()
           
 
Method Summary
 Element exportXml()
           
 void importXml(Element root)
           
 void setLabelDao(LabelDao labelDao)
           
 void setSessionFactory(SessionFactory sessionFactory)
           
 
Methods inherited from class com.atlassian.bamboo.migration.BambooMapper
exportDefaults, getOptionalString, populateDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABEL_XML_ROOT

public static final String LABEL_XML_ROOT
See Also:
Constant Field Values

LABEL_XML_NODE

public static final String LABEL_XML_NODE
See Also:
Constant Field Values

LABEL_XML_NAME

public static final String LABEL_XML_NAME
See Also:
Constant Field Values

LABEL_XML_NAMESPACE

public static final String LABEL_XML_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

LabelMapper

public LabelMapper()
Method Detail

exportXml

public Element exportXml()
                  throws ParseException
Throws:
ParseException

importXml

public void importXml(Element root)
               throws Exception
Throws:
Exception

setLabelDao

public void setLabelDao(LabelDao labelDao)

setSessionFactory

public void setSessionFactory(SessionFactory sessionFactory)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.