org.kuali.student.enrollment.class2.acal.form
Class AcademicCalendarForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by org.kuali.student.enrollment.class2.acal.form.AcademicCalendarForm
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.uif.view.ViewModel

public class AcademicCalendarForm
extends org.kuali.rice.krad.web.form.UifFormBase

This class //TODO ...

Author:
Kuali Student Team
See Also:
Serialized Form

Field Summary
 
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
 
Constructor Summary
AcademicCalendarForm()
           
 
Method Summary
 AcademicCalendarInfo getAcademicCalendarInfo()
           
 String getAdminOrgName()
           
 ContextInfo getContextInfo()
           
 int getDefaultSelectedTabIndex()
           
 String getDefaultTabToShow()
           
 List<AcalEventWrapper> getEvents()
           
 List<AcalEventWrapper> getEventsToDeleteOnSave()
           
 List<HolidayCalendarWrapper> getHolidayCalendarList()
           
 AcademicCalendarInfo getOrgAcalInfo()
           
 List<AcademicTermWrapper> getTermsToDeleteOnSave()
           
 List<AcademicTermWrapper> getTermWrapperList()
           
 String getUpdateTimeString()
           
 AcademicCalendarViewHelperService getViewHelperService()
           
 boolean isNewCalendar()
           
 boolean isOfficialCalendar()
           
 boolean isOfficialUI()
           
 void reset()
           
 void setAcademicCalendarInfo(AcademicCalendarInfo academicCalendarInfo)
           
 void setAdminOrgName(String adminOrgName)
           
 void setDefaultTabToShow(String defaultTabToShow)
           
 void setEvents(List<AcalEventWrapper> events)
           
 void setEventsToDeleteOnSave(List<AcalEventWrapper> eventsToDeleteOnSave)
           
 void setHolidayCalendarList(List<HolidayCalendarWrapper> holidayCalendarList)
           
 void setNewCalendar(boolean newCalendar)
           
 void setOfficialCalendar(boolean officialCalendar)
           
 void setOrgAcalInfo(AcademicCalendarInfo orgAcalInfo)
           
 void setTermsToDeleteOnSave(List<AcademicTermWrapper> termsToDeleteOnSave)
           
 void setTermWrapperList(List<AcademicTermWrapper> termWrapperList)
           
 
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
 

Constructor Detail

AcademicCalendarForm

public AcademicCalendarForm()
Method Detail

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.