org.kuali.student.enrollment.class2.acal.form
Class CalendarSearchForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
org.kuali.student.enrollment.class2.acal.form.CalendarSearchForm
- All Implemented Interfaces:
- Serializable, ViewModel
public class CalendarSearchForm
- extends UifFormBase
This class //TODO ...
- Author:
- Kuali Student Team
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
actionParameters, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, defaultsApplied, dialogExplanation, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, renderFullView, requestRedirect, returnFormKey, returnLocation, selectedCollectionLines, skipViewInit, state, updateComponentId, validateDirty, view, viewId, viewName, viewRequestParameters, viewTypeName |
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getDialogExplanation, getDialogManager, getDialogResponse, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getGrowlScript, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isDefaultsApplied, isRenderedInLightBox, isRenderFullView, isRequestRedirect, isSkipViewInit, isValidateDirty, postBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setGrowlScript, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRenderFullView, setRequestRedirect, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSkipViewInit, setState, setUpdateComponentId, setValidateDirty, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarSearchForm
public CalendarSearchForm()
getCalendarType
public String getCalendarType()
setCalendarType
public void setCalendarType(String calendarType)
getName
public String getName()
setName
public void setName(String name)
getYear
public String getYear()
setYear
public void setYear(String year)
getHolidayCalendars
public List<HolidayCalendarInfo> getHolidayCalendars()
setHolidayCalendars
public void setHolidayCalendars(List<HolidayCalendarInfo> holidayCalendars)
getAcademicCalendars
public List<AcademicCalendarInfo> getAcademicCalendars()
setAcademicCalendars
public void setAcademicCalendars(List<AcademicCalendarInfo> academicCalendars)
getTerms
public List<TermInfo> getTerms()
setTerms
public void setTerms(List<TermInfo> terms)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.