Uses of Class
org.kuali.rice.krad.web.form.InquiryForm
Packages that use InquiryForm
-
Uses of InquiryForm in org.kuali.rice.krad.inquiry
Methods in org.kuali.rice.krad.inquiry that return InquiryFormModifier and TypeMethodDescriptionprotected InquiryFormInquiryController.createInitialForm()Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.Methods in org.kuali.rice.krad.inquiry with parameters of type InquiryFormModifier and TypeMethodDescriptionprotected org.springframework.web.servlet.ModelAndViewInquiryControllerServiceImpl.checkForModuleInquiryRedirect(InquiryForm inquiryForm, javax.servlet.http.HttpServletRequest request) Checks for a module service that claims the inquiry class as an EBO, and if found redirects to the URL given by the module service.org.springframework.web.servlet.ModelAndViewInquiryController.downloadBONote(InquiryForm form, javax.servlet.http.HttpServletResponse response) voidInquiryControllerService.downloadBONote(InquiryForm form, javax.servlet.http.HttpServletResponse response) Invoked to download an attachment that has been uploaded for a note.voidInquiryControllerServiceImpl.downloadBONote(InquiryForm form, javax.servlet.http.HttpServletResponse response) Retrieves a note attachment by the line index of the note within the inquiry boNotes collection Invoked to download an attachment that has been uploaded for a note.org.springframework.web.servlet.ModelAndViewInquiryController.downloadCustomDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voidInquiryControllerService.downloadCustomDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) When the data object is a custom object, streams the requested attachment back to the response.voidInquiryControllerServiceImpl.downloadCustomDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) When the data object is a custom object, streams the requested attachment back to the response.org.springframework.web.servlet.ModelAndViewInquiryController.downloadDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletResponse response) voidInquiryControllerService.downloadDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletResponse response) When the data object is aPersistableAttachmentorPersistableAttachmentList, streams the selected attachment back to the response.voidInquiryControllerServiceImpl.downloadDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletResponse response) When the data object is aPersistableAttachmentorPersistableAttachmentList, streams the selected attachment back to the response.protected booleanInquiryViewPresentationControllerBase.isExportSupported(InquiryView view, InquiryForm form) Examines the data objects data dictionary entry to determine if it supports XML export or not