| org.kuali.core.web.struts.action.KualiAction org.kuali.kfs.web.struts.action.KualiBatchInputFileSetAction
KualiBatchInputFileSetAction | public class KualiBatchInputFileSetAction extends KualiAction (Code) | | This class is the struts action for the batch upload screen that supports file sets
|
Method Summary | |
protected void | checkAuthorization(ActionForm form, String methodToCall) First verifies the user is active for the module in which the batch input type is in, then calls batch input service to
authorize the user for the specific batch input type. | public ActionForward | delete(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Deletes an existing batch file set. | public ActionForward | download(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Retrieves the contents of an uploaded batch file. | public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | save(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Sends the uploaded file contents, requested file name, and batch type to the BatchInputTypeService for storage. | public ActionForward | start(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Forwards to the batch upload JSP. |
delete | public ActionForward delete(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Deletes an existing batch file set. If errors were encountered, messages will be in GlobalVariables.errorMap, which is
checked and set for display by the request processor.
|
download | public ActionForward download(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Retrieves the contents of an uploaded batch file. If errors were encountered, messages will be in GlobalVariables.errorMap,
which is checked and set for display by the request processor.
|
save | public ActionForward save(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Sends the uploaded file contents, requested file name, and batch type to the BatchInputTypeService for storage. If errors
were encountered, messages will be in GlobalVariables.errorMap, which is checked and set for display by the request
processor.
|
Methods inherited from org.kuali.core.web.struts.action.KualiAction | protected void checkAuthorization(ActionForm form, String methodToCall) throws AuthorizationException(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected String getBasePath(HttpServletRequest request)(Code)(Java Doc) protected String getHeaderTabDispatch(HttpServletRequest request)(Code)(Java Doc) protected String getHeaderTabNavigateTo(HttpServletRequest request)(Code)(Java Doc) protected String getImageContext(HttpServletRequest request, String contextKey)(Code)(Java Doc) protected static KualiModuleService getKualiModuleService()(Code)(Java Doc) protected int getLineToDelete(HttpServletRequest request)(Code)(Java Doc) protected String getReturnLocation(HttpServletRequest request, ActionMapping mapping)(Code)(Java Doc) protected int getSelectedLine(HttpServletRequest request)(Code)(Java Doc) protected String getTabToToggle(HttpServletRequest request)(Code)(Java Doc) public ActionForward headerTab(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward hideAllTabs(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward performLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected ActionForward performQuestionWithInput(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionId, String questionText, String questionType, String caller, String context) throws Exception(Code)(Java Doc) protected ActionForward performQuestionWithInputAgainBecauseOfErrors(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionId, String questionText, String questionType, String caller, String context, String reason, String errorKey, String errorPropertyName, String errorParameter) throws Exception(Code)(Java Doc) protected ActionForward performQuestionWithoutInput(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionId, String questionText, String questionType, String caller, String context) throws Exception(Code)(Java Doc) public ActionForward performWorkgroupLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward showAllTabs(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward toggleTab(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
|
|
|