org.kuali.student.enrollment.class2.acal.form
Class AcademicCalendarForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
org.kuali.student.enrollment.class2.acal.form.AcademicCalendarForm
- All Implemented Interfaces:
- Serializable, ViewModel
public class AcademicCalendarForm
- 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, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, state, updateComponentId, 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, isBuildViewRequest, isDefaultsApplied, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, postBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setGrowlScript, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestRedirected, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcademicCalendarForm
public AcademicCalendarForm()
getAcademicCalendarInfo
public AcademicCalendarInfo getAcademicCalendarInfo()
setAcademicCalendarInfo
public void setAcademicCalendarInfo(AcademicCalendarInfo academicCalendarInfo)
getOrgAcalInfo
public AcademicCalendarInfo getOrgAcalInfo()
setOrgAcalInfo
public void setOrgAcalInfo(AcademicCalendarInfo orgAcalInfo)
getAdminOrgName
public String getAdminOrgName()
setAdminOrgName
public void setAdminOrgName(String adminOrgName)
setHolidayCalendarList
public void setHolidayCalendarList(List<HolidayCalendarWrapper> holidayCalendarList)
getHolidayCalendarList
public List<HolidayCalendarWrapper> getHolidayCalendarList()
setTermWrapperList
public void setTermWrapperList(List<AcademicTermWrapper> termWrapperList)
getTermWrapperList
public List<AcademicTermWrapper> getTermWrapperList()
getUpdateTimeString
public String getUpdateTimeString()
getEvents
public List<AcalEventWrapper> getEvents()
setEvents
public void setEvents(List<AcalEventWrapper> events)
isNewCalendar
public boolean isNewCalendar()
setNewCalendar
public void setNewCalendar(boolean newCalendar)
isOfficialCalendar
public boolean isOfficialCalendar()
setOfficialCalendar
public void setOfficialCalendar(boolean officialCalendar)
getDefaultTabToShow
public String getDefaultTabToShow()
setDefaultTabToShow
public void setDefaultTabToShow(String defaultTabToShow)
getEventsToDeleteOnSave
public List<AcalEventWrapper> getEventsToDeleteOnSave()
setEventsToDeleteOnSave
public void setEventsToDeleteOnSave(List<AcalEventWrapper> eventsToDeleteOnSave)
getTermsToDeleteOnSave
public List<AcademicTermWrapper> getTermsToDeleteOnSave()
setTermsToDeleteOnSave
public void setTermsToDeleteOnSave(List<AcademicTermWrapper> termsToDeleteOnSave)
getDefaultSelectedTabIndex
public int getDefaultSelectedTabIndex()
isOfficialUI
public boolean isOfficialUI()
reset
public void reset()
getViewHelperService
public AcademicCalendarViewHelperService getViewHelperService()
getContextInfo
public ContextInfo getContextInfo()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.