public class CommonUtils extends Object
Constructor and Description |
---|
CommonUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
assembleTimeSet(TimeSetWrapper timeSetWrapper,
Date startDate,
Date endDate) |
static RichTextInfo |
buildDesc(String descr) |
static String |
formatDate(Date date) |
static String |
getAdminOrgNameById(String id) |
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) |
static void |
logDebugMsg(Logger logger,
String message) |
public CommonUtils()
public static void assembleTimeSet(TimeSetWrapper timeSetWrapper, Date startDate, Date endDate) throws Exception
Exception
public static boolean isValidDateRange(Date startDate, Date endDate)
public static String formatDate(Date date)
public static boolean isDateWithinRange(Date startDate, Date endDate, Date checkDate)
public static RichTextInfo buildDesc(String descr)
public static Date getDateWithTime(Date date, String hourMinute, String amPm)
public static String getAdminOrgNameById(String id)
public static void logDebugMsg(Logger logger, String message)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.