public class KualiBatchInputFileSetForm extends org.kuali.rice.kns.web.struts.form.KualiForm
Constructor and Description |
---|
KualiBatchInputFileSetForm()
Constructs a KualiBatchInputFileForm.java.
|
Modifier and Type | Method and Description |
---|---|
BatchInputFileSetType |
getBatchInputFileSetType()
Gets the batchInputFileSetType attribute.
|
BatchUpload |
getBatchUpload()
Gets the batchUpload attribute.
|
String |
getDownloadFileType()
Gets the downloadFileAlias attribute.
|
List<org.kuali.rice.core.api.util.KeyValue> |
getFileTypes()
Gets the fileAliases attribute.
|
List<org.kuali.rice.core.api.util.KeyValue> |
getFileUserIdentifiers()
Gets the userFiles attribute.
|
String |
getTitleKey()
Gets the titleKey attribute.
|
Map<String,org.apache.struts.upload.FormFile> |
getUploadedFiles()
Gets the uploadedFiles attribute.
|
void |
setBatchInputFileSetType(BatchInputFileSetType batchInputFileSetType)
Sets the batchInputFileSetType attribute value.
|
void |
setBatchUpload(BatchUpload batchUpload)
Sets the batchUpload attribute value.
|
void |
setDownloadFileType(String downloadFileAlias)
Sets the downloadFileAlias attribute value.
|
void |
setFileTypes(List<org.kuali.rice.core.api.util.KeyValue> fileAliases)
Sets the fileAliases attribute value.
|
void |
setFileUserIdentifiers(List<org.kuali.rice.core.api.util.KeyValue> fileUserIdentifiers)
Sets the userFiles attribute value.
|
void |
setTitleKey(String titleKey)
Sets the titleKey attribute value.
|
void |
setUploadedFiles(Map<String,org.apache.struts.upload.FormFile> uploadedFiles)
Sets the uploadedFiles attribute value.
|
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, 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, setMethodToCall, 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 KualiBatchInputFileSetForm()
public BatchUpload getBatchUpload()
public void setBatchUpload(BatchUpload batchUpload)
public List<org.kuali.rice.core.api.util.KeyValue> getFileUserIdentifiers()
public void setFileUserIdentifiers(List<org.kuali.rice.core.api.util.KeyValue> fileUserIdentifiers)
public String getTitleKey()
public void setTitleKey(String titleKey)
public BatchInputFileSetType getBatchInputFileSetType()
public void setBatchInputFileSetType(BatchInputFileSetType batchInputFileSetType)
batchInputFileSetType
- The batchInputFileSetType to set.public Map<String,org.apache.struts.upload.FormFile> getUploadedFiles()
public void setUploadedFiles(Map<String,org.apache.struts.upload.FormFile> uploadedFiles)
uploadedFiles
- The uploadedFiles to set.public List<org.kuali.rice.core.api.util.KeyValue> getFileTypes()
public void setFileTypes(List<org.kuali.rice.core.api.util.KeyValue> fileAliases)
fileAliases
- The fileAliases to set.public String getDownloadFileType()
public void setDownloadFileType(String downloadFileAlias)
downloadFileAlias
- The downloadFileAlias to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.