org.kuali.kpme.tklm.common
Class CalendarApprovalForm
java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.kpme.core.web.KPMEForm
org.kuali.kpme.tklm.common.ApprovalForm
org.kuali.kpme.tklm.common.CalendarApprovalForm
- All Implemented Interfaces:
- Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm
- Direct Known Subclasses:
- LeaveApprovalActionForm, TimeApprovalActionForm
public abstract class CalendarApprovalForm
- extends ApprovalForm
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
org.kuali.rice.kns.web.struts.form.KualiForm.TabState |
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
extraButtons |
Fields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase |
requiredNonEditableProperties |
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class org.kuali.kpme.tklm.common.ApprovalForm |
getDepartments, getPayCalendarGroups, getSelectedDept, getSelectedPayCalendarGroup, getSelectedWorkArea, getWorkAreaDescr, setDepartments, setPayCalendarGroups, setSelectedDept, setSelectedPayCalendarGroup, setSelectedWorkArea, setWorkAreaDescr |
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
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 |
Methods inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase |
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 |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORDER_BY_PRINCIPAL
public static final String ORDER_BY_PRINCIPAL
- See Also:
- Constant Field Values
ORDER_BY_DOCID
public static final String ORDER_BY_DOCID
- See Also:
- Constant Field Values
ORDER_BY_STATUS
public static final String ORDER_BY_STATUS
- See Also:
- Constant Field Values
ORDER_BY_WORKAREA
public static final String ORDER_BY_WORKAREA
- See Also:
- Constant Field Values
CalendarApprovalForm
public CalendarApprovalForm()
getHrCalendarEntryId
public String getHrCalendarEntryId()
setHrCalendarEntryId
public void setHrCalendarEntryId(String hrCalendarEntryId)
getPrevHrCalendarEntryId
public String getPrevHrCalendarEntryId()
setPrevHrCalendarEntryId
public void setPrevHrCalendarEntryId(String prevHrCalendarEntryId)
getNextHrCalendarEntryId
public String getNextHrCalendarEntryId()
setNextHrCalendarEntryId
public void setNextHrCalendarEntryId(String nextHrCalendarEntryId)
getBeginCalendarEntryDate
public Date getBeginCalendarEntryDate()
setBeginCalendarEntryDate
public void setBeginCalendarEntryDate(Date beginCalendarEntryDate)
getEndCalendarEntryDate
public Date getEndCalendarEntryDate()
setEndCalendarEntryDate
public void setEndCalendarEntryDate(Date endCalendarEntryDate)
getCalendarYears
public List<String> getCalendarYears()
setCalendarYears
public void setCalendarYears(List<String> calendarYears)
getPayPeriodsMap
public Map<String,String> getPayPeriodsMap()
setPayPeriodsMap
public void setPayPeriodsMap(Map<String,String> payPeriodsMap)
getCalendarEntry
public CalendarEntry getCalendarEntry()
setCalendarEntry
public void setCalendarEntry(CalendarEntry calendarEntry)
getSelectedCalendarYear
public String getSelectedCalendarYear()
setSelectedCalendarYear
public void setSelectedCalendarYear(String selectedCalendarYear)
getSelectedPayPeriod
public String getSelectedPayPeriod()
setSelectedPayPeriod
public void setSelectedPayPeriod(String selectedPayPeriod)
getCalendarDocument
public CalendarDocument getCalendarDocument()
setCalendarDocument
public void setCalendarDocument(CalendarDocument calendarDocument)
isOnCurrentPeriod
public boolean isOnCurrentPeriod()
getOutputString
public String getOutputString()
- Overrides:
getOutputString
in class ApprovalForm
setOutputString
public void setOutputString(String outputString)
- Overrides:
setOutputString
in class ApprovalForm
getSearchField
public String getSearchField()
setSearchField
public void setSearchField(String searchField)
getSearchTerm
public String getSearchTerm()
setSearchTerm
public void setSearchTerm(String searchTerm)
getResultSize
public int getResultSize()
setResultSize
public void setResultSize(Integer resultSize)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.