org.riverock.dbrevision.manager.patch
Class PatchService

java.lang.Object
  extended by org.riverock.dbrevision.manager.patch.PatchService

public final class PatchService
extends Object

User: Admin Date: May 15, 2003 Time: 11:15:35 PM

$Id: PatchService.java 1141 2006-12-14 14:43:29Z serg_main $


Constructor Summary
PatchService()
           
 
Method Summary
static Boolean getBoolean(Action action, String nameParam)
           
static Boolean getBoolean(Action action, String nameParam, boolean defValue)
           
static Double getDouble(List<ActionParameter> actionList, String nameParam)
           
static Double getDouble(List<ActionParameter> actionList, String nameParam, double defValue)
           
static Integer getInteger(Action action, String nameParam)
           
static Integer getInteger(Action action, String nameParam, int defValue)
           
static Long getLong(Action action, String nameParam)
           
static Long getLong(Action action, String nameParam, long defValue)
           
static String getString(Action action, String nameParam)
           
static String getString(Action action, String nameParam, String defValue)
           
static void processPatch(Database database, Patch patch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatchService

public PatchService()
Method Detail

processPatch

public static void processPatch(Database database,
                                Patch patch)

getString

public static String getString(Action action,
                               String nameParam,
                               String defValue)

getString

public static String getString(Action action,
                               String nameParam)

getDouble

public static Double getDouble(List<ActionParameter> actionList,
                               String nameParam,
                               double defValue)

getDouble

public static Double getDouble(List<ActionParameter> actionList,
                               String nameParam)

getLong

public static Long getLong(Action action,
                           String nameParam,
                           long defValue)

getLong

public static Long getLong(Action action,
                           String nameParam)

getInteger

public static Integer getInteger(Action action,
                                 String nameParam,
                                 int defValue)

getInteger

public static Integer getInteger(Action action,
                                 String nameParam)

getBoolean

public static Boolean getBoolean(Action action,
                                 String nameParam,
                                 boolean defValue)

getBoolean

public static Boolean getBoolean(Action action,
                                 String nameParam)


Copyright © 2008 Riverock community. All Rights Reserved.