public class HolidayCalendarForm extends KSUifForm
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, controllerMapping, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, dirtyForm, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestedFormKey, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, sessionId, sessionTimeoutInterval, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName
Constructor and Description |
---|
HolidayCalendarForm() |
Modifier and Type | Method and Description |
---|---|
String |
getAdminOrgName()
Organization involved with a hcal.
|
String |
getHcId()
Holiday calendar id.
|
HolidayCalendarInfo |
getHolidayCalendarInfo() |
List<HolidayWrapper> |
getHolidays() |
Date |
getNewCalendarEndDate()
The new calendar end date.
|
String |
getNewCalendarName()
new hcal.
|
Date |
getNewCalendarStartDate()
Start date of the new hcal.
|
String |
getOrgHcId()
Original holiday calendar id.
|
String |
getStateName()
State of the current holiday calendar.
|
String |
getUpdateTimeString()
The last updated time involved with a hcal.
|
boolean |
isNewCalendar()
indicate new calendar exists or not.
|
boolean |
isOfficialCalendar()
It is an official Calendar or not with a hcal.
|
boolean |
isOfficialUI()
UI data if an Calendar is official or not with a hcal.
|
void |
setAdminOrgName(String adminOrgName)
Organization involved with a hcal.
|
void |
setHcId(String hcId)
Holiday calendar id.
|
void |
setHolidayCalendarInfo(HolidayCalendarInfo holidayCalendarInfo)
New Hcal or editing an existing Hcal object
|
void |
setHolidays(List<HolidayWrapper> holidays)
Update new list of HolidayWrapper or Save the edited an existing list of HolidayWrapper object
|
void |
setNewCalendar(boolean newCalendar)
Set New calendar.
|
void |
setNewCalendarEndDate(Date newCalendarEndDate)
End date of the new hcal.
|
void |
setNewCalendarName(String newCalendarName)
New Hcal object
|
void |
setNewCalendarStartDate(Date newCalendarStartDate)
Start date of the new hcal.
|
void |
setOfficialCalendar(boolean officialCalendar)
It is an official Calendar or not with a hcal.
|
void |
setOrgHcId(String orgHcId)
Original holiday calendar id.
|
void |
setStateName(String stateName)
State name involved with a hcal.
|
getCreateId, getCreateTime, getDefaultFormatter, getMeta, getUpdateId, getUpdateTime, getVersionInd, postBind, setDefaultFormatter, setMeta
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogExplanation, getDialogManager, getDialogResponse, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSessionId, getSessionTimeoutInterval, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isBuildViewRequest, isDefaultsApplied, isDirtyForm, isJsonRequest, isOriginalComponentRequest, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setOriginalComponentRequest, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName
public HolidayCalendarForm()
public HolidayCalendarInfo getHolidayCalendarInfo()
public void setHolidayCalendarInfo(HolidayCalendarInfo holidayCalendarInfo)
holidayCalendarInfo
- public List<HolidayWrapper> getHolidays()
public void setHolidays(List<HolidayWrapper> holidays)
holidays
- public String getStateName()
public void setStateName(String stateName)
stateName
- public String getAdminOrgName()
public void setAdminOrgName(String adminOrgName)
adminOrgName
- public String getNewCalendarName()
public void setNewCalendarName(String newCalendarName)
newCalendarName
- public Date getNewCalendarStartDate()
public void setNewCalendarStartDate(Date newCalendarStartDate)
newCalendarStartDate
- public Date getNewCalendarEndDate()
public void setNewCalendarEndDate(Date newCalendarEndDate)
newCalendarEndDate
- public String getOrgHcId()
public void setOrgHcId(String orgHcId)
orgHcId
- public boolean isNewCalendar()
public void setNewCalendar(boolean newCalendar)
newCalendar
- public boolean isOfficialCalendar()
public void setOfficialCalendar(boolean officialCalendar)
officialCalendar
- public String getUpdateTimeString()
public boolean isOfficialUI()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.