org.kuali.student.enrollment.class2.acal.util
Class CommonUtils

java.lang.Object
  extended by org.kuali.student.enrollment.class2.acal.util.CommonUtils

public class CommonUtils
extends Object

This class //TODO ...

Author:
Kuali Student Team

Constructor Summary
CommonUtils()
           
 
Method Summary
static void assembleTimeSet(TimeSetWrapper timeSetWrapper, Date startDate, Date endDate)
           
static RichTextInfo buildDesc(String descr)
           
static String formatDate(Date date)
           
static Date getDateWithTime(Date date, String hourMinute, String amPm)
           
static boolean isDateWithinRange(Date startDate, Date endDate, Date checkDate)
           
static boolean isValidDateRange(Date startDate, Date endDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonUtils

public CommonUtils()
Method Detail

assembleTimeSet

public static void assembleTimeSet(TimeSetWrapper timeSetWrapper,
                                   Date startDate,
                                   Date endDate)
                            throws Exception
Throws:
Exception

isValidDateRange

public static boolean isValidDateRange(Date startDate,
                                       Date endDate)

formatDate

public static String formatDate(Date date)

isDateWithinRange

public static boolean isDateWithinRange(Date startDate,
                                        Date endDate,
                                        Date checkDate)

buildDesc

public static RichTextInfo buildDesc(String descr)

getDateWithTime

public static Date getDateWithTime(Date date,
                                   String hourMinute,
                                   String amPm)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.