Liferay 6.0.5

com.liferay.portlet.calendar.util
Class CalUtil

java.lang.Object
  extended by com.liferay.portlet.calendar.util.CalUtil

public class CalUtil
extends Object


Constructor Summary
CalUtil()
           
 
Method Summary
static String getEmailEventReminderBody(PortletPreferences preferences)
           
static boolean getEmailEventReminderEnabled(PortletPreferences preferences)
           
static String getEmailEventReminderSubject(PortletPreferences preferences)
           
static String getEmailFromAddress(PortletPreferences preferences)
           
static String getEmailFromName(PortletPreferences preferences)
           
static Date getEndTime(CalEvent event)
           
static boolean isAllDay(CalEvent event, TimeZone timeZone, Locale locale)
           
static String toString(Calendar cal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalUtil

public CalUtil()
Method Detail

getEmailFromAddress

public static String getEmailFromAddress(PortletPreferences preferences)

getEmailFromName

public static String getEmailFromName(PortletPreferences preferences)

getEmailEventReminderEnabled

public static boolean getEmailEventReminderEnabled(PortletPreferences preferences)

getEmailEventReminderBody

public static String getEmailEventReminderBody(PortletPreferences preferences)

getEmailEventReminderSubject

public static String getEmailEventReminderSubject(PortletPreferences preferences)

getEndTime

public static Date getEndTime(CalEvent event)

isAllDay

public static boolean isAllDay(CalEvent event,
                               TimeZone timeZone,
                               Locale locale)

toString

public static String toString(Calendar cal)

Liferay 6.0.5