|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl org.kuali.student.enrollment.uif.service.impl.KSViewHelperServiceImpl org.kuali.student.enrollment.class2.acal.service.impl.CalendarSearchViewHelperServiceImpl
public class CalendarSearchViewHelperServiceImpl
Constructor Summary | |
---|---|
CalendarSearchViewHelperServiceImpl()
|
Method Summary | |
---|---|
Properties |
buildACalURLParameters(AcademicCalendarInfo acal,
String methodToCall,
boolean readOnlyView,
ContextInfo context)
This method builds URL of performRedirect for an AcademicCalendar |
Properties |
buildHCalURLParameters(HolidayCalendarInfo hcInfo,
String methodToCall,
boolean readOnlyView,
ContextInfo context)
This method builds URL of performRedirect for a HolidayCalendar |
Properties |
buildTermURLParameters(TermInfo term,
String methodToCall,
boolean readOnlyView,
ContextInfo context)
This method builds URL of performRedirect for a term |
protected AcademicCalendarService |
getAcademicCalendarService()
|
List<AcademicCalendarInfo> |
searchForAcademicCalendars(String name,
String year,
ContextInfo context)
This method search AcademicCalendars based on the input name and the input year |
List<HolidayCalendarInfo> |
searchForHolidayCalendars(String name,
String year,
ContextInfo context)
This method search HolidayCalendars based on the input name and the input year |
List<TermInfo> |
searchForTerms(String name,
String year,
ContextInfo context)
This method search terms based on the input name and the input year |
Methods inherited from class org.kuali.student.enrollment.uif.service.impl.KSViewHelperServiceImpl |
---|
convertServiceExceptionsToUI, createContextInfo, getHelper, getStateInfo, getStateService, getTypeInfo, getTypeService, setHelperClasses |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.uif.service.ViewHelperService |
---|
applyDefaultValuesForCollectionLine, buildInquiryLink, cleanViewAfterRender, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults |
Constructor Detail |
---|
public CalendarSearchViewHelperServiceImpl()
Method Detail |
---|
public List<TermInfo> searchForTerms(String name, String year, ContextInfo context) throws Exception
searchForTerms
in interface CalendarSearchViewHelperService
name
- year
- context
-
Exception
public List<AcademicCalendarInfo> searchForAcademicCalendars(String name, String year, ContextInfo context) throws Exception
searchForAcademicCalendars
in interface CalendarSearchViewHelperService
name
- year
- context
-
Exception
public List<HolidayCalendarInfo> searchForHolidayCalendars(String name, String year, ContextInfo context) throws Exception
searchForHolidayCalendars
in interface CalendarSearchViewHelperService
name
- year
- context
-
Exception
public Properties buildTermURLParameters(TermInfo term, String methodToCall, boolean readOnlyView, ContextInfo context)
buildTermURLParameters
in interface CalendarSearchViewHelperService
term
- methodToCall
- readOnlyView
- context
-
public Properties buildACalURLParameters(AcademicCalendarInfo acal, String methodToCall, boolean readOnlyView, ContextInfo context)
buildACalURLParameters
in interface CalendarSearchViewHelperService
acal
- methodToCall
- readOnlyView
- context
-
public Properties buildHCalURLParameters(HolidayCalendarInfo hcInfo, String methodToCall, boolean readOnlyView, ContextInfo context)
buildHCalURLParameters
in interface CalendarSearchViewHelperService
hcInfo
- methodToCall
- readOnlyView
- context
-
protected AcademicCalendarService getAcademicCalendarService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |