Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class TimeZoneUtil_IW

java.lang.Object
  extended by com.liferay.portal.kernel.util.TimeZoneUtil_IW

public class TimeZoneUtil_IW
extends Object


Method Summary
 TimeZone getDefault()
           
static TimeZoneUtil_IW getInstance()
           
 TimeZone getTimeZone(String timeZoneId)
           
 TimeZoneUtil getWrappedInstance()
           
 void setDefault(String timeZoneId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TimeZoneUtil_IW getInstance()

getDefault

public TimeZone getDefault()

getWrappedInstance

public TimeZoneUtil getWrappedInstance()

getTimeZone

public TimeZone getTimeZone(String timeZoneId)

setDefault

public void setDefault(String timeZoneId)

Liferay 6.1.2-ce-ga3