org.gswing.components.output.exporter
Class PartiesToXml

java.lang.Object
  extended by org.gswing.utils.xml.XmlReader
      extended by org.gswing.utils.xml.XmlWriter
          extended by org.gswing.components.output.exporter.PartiesToXml
All Implemented Interfaces:
IExporter

public class PartiesToXml
extends XmlWriter
implements IExporter

Export party details to XML.


Constructor Summary
PartiesToXml(IFramework framework, boolean upload)
          Constructor.
 
Method Summary
 void doExport()
          Start export.
 
Methods inherited from class org.gswing.utils.xml.XmlWriter
getNewDocument, writeToFile
 
Methods inherited from class org.gswing.utils.xml.XmlReader
getDocument, getFile, readFromFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartiesToXml

public PartiesToXml(IFramework framework,
                    boolean upload)
Constructor.

Parameters:
framework - The gswing framework.
upload - Should the new XML file be uploaded to the server hosting gswing.
Method Detail

doExport

public void doExport()
Description copied from interface: IExporter
Start export.

Specified by:
doExport in interface IExporter


Copyright © 2008. All Rights Reserved.