com.ptc.wvs.common.util
Class ConfigUtils

java.lang.Object
  extended bycom.ptc.wvs.common.util.ConfigUtils

public class ConfigUtils
extends Object


Constructor Summary
ConfigUtils()
           
 
Method Summary
static int getPartTypeId(WTPartConfigSpec cs)
           
static String getPartTypeInfo(WTPartConfigSpec cs, String workingIncludedString, int i, Locale locale)
           
static int getTypeId(EPMDocConfigSpec cs)
           
static String getTypeInfo(EPMDocConfigSpec cs, int i, Locale locale)
           
static Timestamp toLocalMidnight(Timestamp timestamp, Locale locale)
           
static Timestamp toUTCMidnight(Timestamp timestamp, Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigUtils

public ConfigUtils()
Method Detail

getTypeId

public static int getTypeId(EPMDocConfigSpec cs)

getTypeInfo

public static String getTypeInfo(EPMDocConfigSpec cs,
                                 int i,
                                 Locale locale)

getPartTypeId

public static int getPartTypeId(WTPartConfigSpec cs)

getPartTypeInfo

public static String getPartTypeInfo(WTPartConfigSpec cs,
                                     String workingIncludedString,
                                     int i,
                                     Locale locale)

toUTCMidnight

public static Timestamp toUTCMidnight(Timestamp timestamp,
                                      Locale locale)

toLocalMidnight

public static Timestamp toLocalMidnight(Timestamp timestamp,
                                        Locale locale)