net.sf.farrago.syslib
Class FarragoUpdateCatalogUDR

java.lang.Object
  extended by net.sf.farrago.catalog.FarragoAbstractCatalogInit
      extended by net.sf.farrago.syslib.FarragoUpdateCatalogUDR
All Implemented Interfaces:
EventListener, MDRChangeListener, MDRPreChangeListener

public class FarragoUpdateCatalogUDR
extends FarragoAbstractCatalogInit

FarragoUpdateCatalogUDR implements system procedures for updating Farrago catalogs (intended for use as part of installation).

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/syslib/FarragoUpdateCatalogUDR.java#12 $
Author:
Zelaine Fong

Field Summary
 
Fields inherited from class net.sf.farrago.catalog.FarragoAbstractCatalogInit
repos, SYSTEM_USER_NAME, tracer
 
Constructor Summary
private FarragoUpdateCatalogUDR(FarragoRepos repos)
           
 
Method Summary
static void updateConfiguration()
          Updates Farrago config objects in cases where they have been set to dummy values.
static void updateSystemObjects()
          Updates catalogs with system objects, adding them if they don't exist yet.
 
Methods inherited from class net.sf.farrago.catalog.FarragoAbstractCatalogInit
change, changeCancelled, defineTypeAlias, plannedChange, publishObjects, updateSystemParameters, updateSystemTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FarragoUpdateCatalogUDR

private FarragoUpdateCatalogUDR(FarragoRepos repos)
Method Detail

updateConfiguration

public static void updateConfiguration()
Updates Farrago config objects in cases where they have been set to dummy values.


updateSystemObjects

public static void updateSystemObjects()
Updates catalogs with system objects, adding them if they don't exist yet.