org.kuali.student.enrollment.class2.acal.util
Class CalendarSearchViewHelperUtil
java.lang.Object
org.kuali.student.enrollment.class2.acal.util.CalendarSearchViewHelperUtil
public class CalendarSearchViewHelperUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
START_DATE
public static final String START_DATE
- See Also:
- Constant Field Values
END_DATE
public static final String END_DATE
- See Also:
- Constant Field Values
CALENDAR_TYPE
public static final String CALENDAR_TYPE
- See Also:
- Constant Field Values
CalendarSearchViewHelperUtil
public CalendarSearchViewHelperUtil()
searchForTerms
public static List<TermInfo> searchForTerms(String name,
String year,
ContextInfo context,
AcademicCalendarService academicCalendarService)
throws Exception
- Throws:
Exception
searchForAcademicCalendars
public static List<AcademicCalendarInfo> searchForAcademicCalendars(String name,
String year,
ContextInfo context,
AcademicCalendarService academicCalendarService)
throws Exception
- Throws:
Exception
searchForHolidayCalendars
public static List<HolidayCalendarInfo> searchForHolidayCalendars(String name,
String year,
ContextInfo context,
AcademicCalendarService academicCalendarService)
throws Exception
- Throws:
Exception
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.