public class CalendarSearchViewHelperUtil extends Object
| Constructor and Description |
|---|
CalendarSearchViewHelperUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<AcademicCalendarInfo> |
searchForAcademicCalendars(String nameParam,
String yearParam,
ContextInfo context,
AtpService atpService) |
static List<HolidayCalendarInfo> |
searchForHolidayCalendars(String nameParam,
String yearParam,
ContextInfo context,
AtpService atpService) |
static List<TermInfo> |
searchForTerms(String nameParam,
String yearParam,
ContextInfo context,
AtpService atpService,
TypeService typeService) |
public CalendarSearchViewHelperUtil()
public static List<TermInfo> searchForTerms(String nameParam, String yearParam, ContextInfo context, AtpService atpService, TypeService typeService) throws Exception
Exceptionpublic static List<AcademicCalendarInfo> searchForAcademicCalendars(String nameParam, String yearParam, ContextInfo context, AtpService atpService) throws Exception
Exceptionpublic static List<HolidayCalendarInfo> searchForHolidayCalendars(String nameParam, String yearParam, ContextInfo context, AtpService atpService) throws Exception
ExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.