|
||||||||||
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.KualiBatchInputFileForm
public class KualiBatchInputFileForm
Struts action form for the batch upload screen.
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 |
---|
public KualiBatchInputFileForm()
Method Detail |
---|
public BatchUpload getBatchUpload()
public void setBatchUpload(BatchUpload batchUpload)
public org.apache.struts.upload.FormFile getUploadFile()
public void setUploadFile(org.apache.struts.upload.FormFile uploadFile)
public List<org.kuali.rice.core.util.KeyLabelPair> getUserFiles()
public void setUserFiles(List<org.kuali.rice.core.util.KeyLabelPair> userFiles)
public String getTitleKey()
public void setTitleKey(String titleKey)
public String getUrl()
public void setUrl(String url)
url
- The url to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |