org.archiviststoolkit.maintenance.upgrades
Class UpgradeTo_1_0_36

java.lang.Object
  extended by org.archiviststoolkit.maintenance.upgrades.Upgrade
      extended by org.archiviststoolkit.maintenance.upgrades.UpgradeTo_1_0_36

public class UpgradeTo_1_0_36
extends Upgrade


Field Summary
 
Fields inherited from class org.archiviststoolkit.maintenance.upgrades.Upgrade
errorString
 
Constructor Summary
UpgradeTo_1_0_36()
           
 
Method Summary
protected  boolean doUpgrade(java.sql.Connection conn, int initialStep, int numberOfSteps, org.netbeans.spi.wizard.DeferredWizardResult.ResultProgressHandle progress)
           
protected  int getNumberOfSteps()
           
protected  boolean runDetermineSequenceNumbers()
           
protected  boolean runLoadLookupLists()
           
protected  boolean upgradeNeeded(java.sql.Connection conn)
           
 
Methods inherited from class org.archiviststoolkit.maintenance.upgrades.Upgrade
fixListValues, getErrorString, getWarningMessage, runFieldInit, runPostDBInitializationCode, runPostDBInitializationSQLCode, setErrorString, updateFieldValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeTo_1_0_36

public UpgradeTo_1_0_36()
Method Detail

doUpgrade

protected boolean doUpgrade(java.sql.Connection conn,
                            int initialStep,
                            int numberOfSteps,
                            org.netbeans.spi.wizard.DeferredWizardResult.ResultProgressHandle progress)
Specified by:
doUpgrade in class Upgrade

getNumberOfSteps

protected int getNumberOfSteps()
Specified by:
getNumberOfSteps in class Upgrade

upgradeNeeded

protected boolean upgradeNeeded(java.sql.Connection conn)
                         throws java.sql.SQLException
Specified by:
upgradeNeeded in class Upgrade
Throws:
java.sql.SQLException

runDetermineSequenceNumbers

protected boolean runDetermineSequenceNumbers()
Overrides:
runDetermineSequenceNumbers in class Upgrade

runLoadLookupLists

protected boolean runLoadLookupLists()
Overrides:
runLoadLookupLists in class Upgrade