|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.kfs.sys.web.struts.KualiBatchInputFileSetForm
public class KualiBatchInputFileSetForm
This class is the form used for the batch upload for file sets
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 |
---|
public KualiBatchInputFileSetForm()
Method Detail |
---|
public BatchUpload getBatchUpload()
public void setBatchUpload(BatchUpload batchUpload)
public List<org.kuali.rice.core.util.KeyLabelPair> getFileUserIdentifiers()
public void setFileUserIdentifiers(List<org.kuali.rice.core.util.KeyLabelPair> 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.util.KeyLabelPair> getFileTypes()
public void setFileTypes(List<org.kuali.rice.core.util.KeyLabelPair> fileAliases)
fileAliases
- The fileAliases to set.public String getDownloadFileType()
public void setDownloadFileType(String downloadFileAlias)
downloadFileAlias
- The downloadFileAlias to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |