com.partnersoft.v3x.apps.Staker.FieldStaker
Class DataExtractor

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.FieldStaker.DataExtractor

public class DataExtractor
extends java.lang.Object

Extracts various bits of staker data from a database.


Constructor Summary
DataExtractor(java.sql.Connection connection)
          Creates a new DataExtractor on the provided jdbc connection.
 
Method Summary
 void extractDXFInfo()
          Extracts DXF information.
 void extractPicklists()
          Extracts the picklist information.
 void extractUnitFilters()
          Extracts unit information.
 void extractUnits()
          Extracts unit information.
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataExtractor

public DataExtractor(java.sql.Connection connection)
Creates a new DataExtractor on the provided jdbc connection.

Method Detail

main

public static void main(java.lang.String[] argv)

extractUnits

public void extractUnits()
                  throws java.lang.Exception
Extracts unit information.

Throws:
java.lang.Exception

extractPicklists

public void extractPicklists()
                      throws java.lang.Exception
Extracts the picklist information.

Throws:
java.lang.Exception

extractUnitFilters

public void extractUnitFilters()
                        throws java.lang.Exception
Extracts unit information.

Throws:
java.lang.Exception

extractDXFInfo

public void extractDXFInfo()
                    throws java.lang.Exception
Extracts DXF information.

Throws:
java.lang.Exception