|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public class BatchJobActionForm
Field Summary |
---|
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 |
Constructor Summary | |
---|---|
BatchJobActionForm()
|
Method Summary | |
---|---|
List<BatchJobEntry> |
getBatchJobEntries()
|
String |
getBatchJobEntryStatus()
|
String |
getBatchJobId()
|
String |
getBatchJobName()
|
List<String> |
getBatchJobNames()
|
List<String> |
getBatchJobStatuses()
|
String |
getDocumentId()
|
String |
getHrPyCalendarEntryId()
|
String |
getIpAddress()
|
String |
getIpToChange()
|
String |
getPrincipalId()
|
String |
getSelectedBatchJob()
|
String |
getTkBatchJobEntryId()
|
void |
setBatchJobEntries(List<BatchJobEntry> batchJobEntries)
|
void |
setBatchJobEntryStatus(String batchJobEntryStatus)
|
void |
setBatchJobId(String batchJobId)
|
void |
setBatchJobName(String batchJobName)
|
void |
setDocumentId(String documentId)
|
void |
setHrPyCalendarEntryId(String hrPyCalendarEntryId)
|
void |
setIpAddress(String ipAddress)
|
void |
setIpToChange(String ipToChange)
|
void |
setPrincipalId(String principalId)
|
void |
setSelectedBatchJob(String selectedBatchJob)
|
void |
setTkBatchJobEntryId(String tkBatchJobEntryId)
|
Methods inherited from class org.kuali.hr.time.base.web.TkForm |
---|
getDocumentIdFromContext, getDocumentStatus, getMethodToCall, getTimeEnabled, getUser, getWorkflowUrl, setMethodToCall |
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 |
Constructor Detail |
---|
public BatchJobActionForm()
Method Detail |
---|
public List<String> getBatchJobNames()
public List<String> getBatchJobStatuses()
public String getBatchJobId()
public void setBatchJobId(String batchJobId)
public String getDocumentId()
getDocumentId
in class TkForm
public void setDocumentId(String documentId)
setDocumentId
in class TkForm
public String getPrincipalId()
getPrincipalId
in class TkForm
public void setPrincipalId(String principalId)
setPrincipalId
in class TkForm
public String getHrPyCalendarEntryId()
public void setHrPyCalendarEntryId(String hrPyCalendarEntryId)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public String getBatchJobName()
public void setBatchJobName(String batchJobName)
public String getBatchJobEntryStatus()
public void setBatchJobEntryStatus(String batchJobEntryStatus)
public List<BatchJobEntry> getBatchJobEntries()
public void setBatchJobEntries(List<BatchJobEntry> batchJobEntries)
public String getTkBatchJobEntryId()
public void setTkBatchJobEntryId(String tkBatchJobEntryId)
public String getIpToChange()
public void setIpToChange(String ipToChange)
public String getSelectedBatchJob()
public void setSelectedBatchJob(String selectedBatchJob)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |