public class KualiBatchInputFileSetAction extends org.kuali.rice.kns.web.struts.action.KualiAction
Constructor and Description |
---|
KualiBatchInputFileSetAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkAuthorization(org.apache.struts.action.ActionForm form,
String methodToCall) |
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected static String |
getNamespaceCode(Class<? extends Object> clazz) |
BatchInputFileSetType |
retrieveBatchInputFileSetTypeImpl(String batchInputTypeName)
Retrieves a BatchInputFileType implementation from Spring based on the given name.
|
org.apache.struts.action.ActionForward |
save(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sends the uploaded file contents, requested file name, and batch type to the BatchInputTypeService for storage.
|
void |
setupForm(KualiBatchInputFileSetForm form)
Builds list of filenames that the user has permission to manage, and populates the form member.
|
org.apache.struts.action.ActionForward |
start(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Forwards to the batch upload JSP.
|
addMethodToCallToUncheckedList, defaultDispatch, dispatchMethod, doProcessingAfterPost, findMethodToCall, getApplicationBaseUrl, getBusinessObjectAuthorizationService, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, hideAllTabs, isModuleLocked, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, refresh, retrieveLookupParameterValue, showAllTabs, toggleTab, updateTextArea, validateLookupInquiryFullParameter
cancelled, getMethod, getMethodName, getParameter, unspecified
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
public KualiBatchInputFileSetAction()
public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
execute
in class org.kuali.rice.kns.web.struts.action.KualiAction
Exception
KualiAction.execute(org.apache.struts.action.ActionMapping,
org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
protected void checkAuthorization(org.apache.struts.action.ActionForm form, String methodToCall) throws org.kuali.rice.krad.exception.AuthorizationException
checkAuthorization
in class org.kuali.rice.kns.web.struts.action.KualiAction
org.kuali.rice.krad.exception.AuthorizationException
KualiAction.checkAuthorization(org.apache.struts.action.ActionForm, java.lang.String)
protected static String getNamespaceCode(Class<? extends Object> clazz)
public org.apache.struts.action.ActionForward start(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
public org.apache.struts.action.ActionForward save(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
public BatchInputFileSetType retrieveBatchInputFileSetTypeImpl(String batchInputTypeName)
public void setupForm(KualiBatchInputFileSetForm form)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.