org.kuali.hr.time.batch.web
Class BatchJobActionForm
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.hr.time.base.web.TkForm
org.kuali.hr.time.batch.web.BatchJobActionForm
- All Implemented Interfaces:
- Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm
public class BatchJobActionForm
- extends TkForm
- See Also:
- Serialized Form
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.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 |
BatchJobActionForm
public BatchJobActionForm()
getBatchJobNames
public List<String> getBatchJobNames()
setBatchJobNames
public void setBatchJobNames(List<String> batchJobs)
getBatchJobStatuses
public List<String> getBatchJobStatuses()
setBatchJobStatuses
public void setBatchJobStatuses(List<String> batchJobStatuses)
getBatchJobId
public String getBatchJobId()
setBatchJobId
public void setBatchJobId(String batchJobId)
getDocumentId
public String getDocumentId()
- Overrides:
getDocumentId
in class TkForm
setDocumentId
public void setDocumentId(String documentId)
- Overrides:
setDocumentId
in class TkForm
getPrincipalId
public String getPrincipalId()
- Overrides:
getPrincipalId
in class TkForm
setPrincipalId
public void setPrincipalId(String principalId)
- Overrides:
setPrincipalId
in class TkForm
getHrPyCalendarEntryId
public String getHrPyCalendarEntryId()
setHrPyCalendarEntryId
public void setHrPyCalendarEntryId(String hrPyCalendarEntryId)
getIpAddress
public String getIpAddress()
setIpAddress
public void setIpAddress(String ipAddress)
getBatchJobName
public String getBatchJobName()
setBatchJobName
public void setBatchJobName(String batchJobName)
getBatchJobEntryStatus
public String getBatchJobEntryStatus()
setBatchJobEntryStatus
public void setBatchJobEntryStatus(String batchJobEntryStatus)
getBatchJobEntries
public List<BatchJobEntry> getBatchJobEntries()
setBatchJobEntries
public void setBatchJobEntries(List<BatchJobEntry> batchJobEntries)
getTkBatchJobEntryId
public String getTkBatchJobEntryId()
setTkBatchJobEntryId
public void setTkBatchJobEntryId(String tkBatchJobEntryId)
getIpToChange
public String getIpToChange()
setIpToChange
public void setIpToChange(String ipToChange)
getSelectedBatchJob
public String getSelectedBatchJob()
setSelectedBatchJob
public void setSelectedBatchJob(String selectedBatchJob)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.