org.kuali.kfs.sys.web.struts
Class KualiBatchInputFileSetForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.kns.web.struts.pojo.PojoFormBase
          extended by org.kuali.rice.kns.web.struts.form.KualiForm
              extended by org.kuali.kfs.sys.web.struts.KualiBatchInputFileSetForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm
Direct Known Subclasses:
AssetBarCodeInventoryInputFileForm

public class KualiBatchInputFileSetForm
extends org.kuali.rice.kns.web.struts.form.KualiForm

This class is the form used for the batch upload for file sets

See Also:
Serialized Form

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.pojo.PojoFormBase
requiredNonEditableProperties
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
KualiBatchInputFileSetForm()
          Constructs a KualiBatchInputFileForm.java.
 
Method Summary
 BatchInputFileSetType getBatchInputFileSetType()
          Gets the batchInputFileSetType attribute.
 BatchUpload getBatchUpload()
          Gets the batchUpload attribute.
 String getDownloadFileType()
          Gets the downloadFileAlias attribute.
 List<org.kuali.rice.core.util.KeyLabelPair> getFileTypes()
          Gets the fileAliases attribute.
 List<org.kuali.rice.core.util.KeyLabelPair> 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.util.KeyLabelPair> fileAliases)
          Sets the fileAliases attribute value.
 void setFileUserIdentifiers(List<org.kuali.rice.core.util.KeyLabelPair> 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.
 
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, 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
 
Methods inherited from class org.kuali.rice.kns.web.struts.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

KualiBatchInputFileSetForm

public KualiBatchInputFileSetForm()
Constructs a KualiBatchInputFileForm.java.

Method Detail

getBatchUpload

public BatchUpload getBatchUpload()
Gets the batchUpload attribute.


setBatchUpload

public void setBatchUpload(BatchUpload batchUpload)
Sets the batchUpload attribute value.


getFileUserIdentifiers

public List<org.kuali.rice.core.util.KeyLabelPair> getFileUserIdentifiers()
Gets the userFiles attribute.


setFileUserIdentifiers

public void setFileUserIdentifiers(List<org.kuali.rice.core.util.KeyLabelPair> fileUserIdentifiers)
Sets the userFiles attribute value.


getTitleKey

public String getTitleKey()
Gets the titleKey attribute.


setTitleKey

public void setTitleKey(String titleKey)
Sets the titleKey attribute value.


getBatchInputFileSetType

public BatchInputFileSetType getBatchInputFileSetType()
Gets the batchInputFileSetType attribute.

Returns:
Returns the batchInputFileSetType.

setBatchInputFileSetType

public void setBatchInputFileSetType(BatchInputFileSetType batchInputFileSetType)
Sets the batchInputFileSetType attribute value.

Parameters:
batchInputFileSetType - The batchInputFileSetType to set.

getUploadedFiles

public Map<String,org.apache.struts.upload.FormFile> getUploadedFiles()
Gets the uploadedFiles attribute.

Returns:
Returns the uploadedFiles.

setUploadedFiles

public void setUploadedFiles(Map<String,org.apache.struts.upload.FormFile> uploadedFiles)
Sets the uploadedFiles attribute value.

Parameters:
uploadedFiles - The uploadedFiles to set.

getFileTypes

public List<org.kuali.rice.core.util.KeyLabelPair> getFileTypes()
Gets the fileAliases attribute.

Returns:
Returns the fileAliases.

setFileTypes

public void setFileTypes(List<org.kuali.rice.core.util.KeyLabelPair> fileAliases)
Sets the fileAliases attribute value.

Parameters:
fileAliases - The fileAliases to set.

getDownloadFileType

public String getDownloadFileType()
Gets the downloadFileAlias attribute.

Returns:
Returns the downloadFileAlias.

setDownloadFileType

public void setDownloadFileType(String downloadFileAlias)
Sets the downloadFileAlias attribute value.

Parameters:
downloadFileAlias - The downloadFileAlias to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.