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

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.KualiBatchInputFileForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm

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

Struts action form for the batch upload screen.

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
KualiBatchInputFileForm()
          Constructs a KualiBatchInputFileForm.java.
 
Method Summary
 BatchUpload getBatchUpload()
          Gets the batchUpload attribute.
 String getTitleKey()
          Gets the titleKey attribute.
 org.apache.struts.upload.FormFile getUploadFile()
          Gets the uploadFile attribute.
 String getUrl()
          Gets the url attribute.
 List<org.kuali.rice.core.util.KeyLabelPair> getUserFiles()
          Gets the userFiles attribute.
 void setBatchUpload(BatchUpload batchUpload)
          Sets the batchUpload attribute value.
 void setTitleKey(String titleKey)
          Sets the titleKey attribute value.
 void setUploadFile(org.apache.struts.upload.FormFile uploadFile)
          Sets the uploadFile attribute value.
 void setUrl(String url)
          Sets the url attribute value.
 void setUserFiles(List<org.kuali.rice.core.util.KeyLabelPair> userFiles)
          Sets the userFiles 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

KualiBatchInputFileForm

public KualiBatchInputFileForm()
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.


getUploadFile

public org.apache.struts.upload.FormFile getUploadFile()
Gets the uploadFile attribute.


setUploadFile

public void setUploadFile(org.apache.struts.upload.FormFile uploadFile)
Sets the uploadFile attribute value.


getUserFiles

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


setUserFiles

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


getTitleKey

public String getTitleKey()
Gets the titleKey attribute.


setTitleKey

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


getUrl

public String getUrl()
Gets the url attribute.

Returns:
Returns the url.

setUrl

public void setUrl(String url)
Sets the url attribute value.

Parameters:
url - The url to set.


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