Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class CalendarFactoryUtil

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

public class CalendarFactoryUtil
extends Object


Constructor Summary
CalendarFactoryUtil()
           
 
Method Summary
static Calendar getCalendar()
           
static Calendar getCalendar(int year, int month, int date)
           
static Calendar getCalendar(int year, int month, int date, int hour, int minute)
           
static Calendar getCalendar(int year, int month, int date, int hour, int minute, int second)
           
static Calendar getCalendar(Locale locale)
           
static Calendar getCalendar(TimeZone timeZone)
           
static Calendar getCalendar(TimeZone timeZone, Locale locale)
           
static CalendarFactory getCalendarFactory()
           
 void setCalendarFactory(CalendarFactory calendarFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarFactoryUtil

public CalendarFactoryUtil()
Method Detail

getCalendar

public static Calendar getCalendar()

getCalendar

public static Calendar getCalendar(int year,
                                   int month,
                                   int date)

getCalendar

public static Calendar getCalendar(int year,
                                   int month,
                                   int date,
                                   int hour,
                                   int minute)

getCalendar

public static Calendar getCalendar(int year,
                                   int month,
                                   int date,
                                   int hour,
                                   int minute,
                                   int second)

getCalendar

public static Calendar getCalendar(Locale locale)

getCalendar

public static Calendar getCalendar(TimeZone timeZone)

getCalendar

public static Calendar getCalendar(TimeZone timeZone,
                                   Locale locale)

getCalendarFactory

public static CalendarFactory getCalendarFactory()

setCalendarFactory

public void setCalendarFactory(CalendarFactory calendarFactory)

Liferay 6.1.2-ce-ga3