public class LeaveBlockDisplayForm extends KPMEForm
Constructor and Description |
---|
LeaveBlockDisplayForm() |
Modifier and Type | Method and Description |
---|---|
List<AccrualCategory> |
getAccrualCategories() |
List<LeaveBlockHistory> |
getCorrectedLeaveEntries() |
List<LeaveBlockHistory> |
getInActiveLeaveEntries() |
List<LeaveBlockDisplay> |
getLeaveEntries() |
String |
getNavString() |
int |
getYear() |
void |
setAccrualCategories(List<AccrualCategory> accrualCategories) |
void |
setCorrectedLeaveEntries(List<LeaveBlockHistory> correctedLeaveEntries) |
void |
setInActiveLeaveEntries(List<LeaveBlockHistory> inActiveLeaveEntries) |
void |
setLeaveEntries(List<LeaveBlockDisplay> leaveEntries) |
void |
setNavString(String navString) |
void |
setYear(int year) |
getDocumentId, getDocumentStatus, getMethodToCall, getPrincipalId, getWorkflowUrl, isLeaveEnabled, isTimeEnabled, setDocumentId, setMethodToCall, setPrincipalId
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValues
public LeaveBlockDisplayForm()
public int getYear()
public void setYear(int year)
public String getNavString()
public void setNavString(String navString)
public List<AccrualCategory> getAccrualCategories()
public void setAccrualCategories(List<AccrualCategory> accrualCategories)
public List<LeaveBlockDisplay> getLeaveEntries()
public void setLeaveEntries(List<LeaveBlockDisplay> leaveEntries)
public List<LeaveBlockHistory> getCorrectedLeaveEntries()
public void setCorrectedLeaveEntries(List<LeaveBlockHistory> correctedLeaveEntries)
public List<LeaveBlockHistory> getInActiveLeaveEntries()
public void setInActiveLeaveEntries(List<LeaveBlockHistory> inActiveLeaveEntries)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.