Uses of Class
org.kuali.rice.krad.web.form.InquiryForm

Packages that use InquiryForm
Package
Description
 
  • Uses of InquiryForm in org.kuali.rice.krad.inquiry

    Modifier and Type
    Method
    Description
    protected InquiryForm
    InquiryController.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 InquiryForm
    Modifier and Type
    Method
    Description
    protected org.springframework.web.servlet.ModelAndView
    InquiryControllerServiceImpl.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.ModelAndView
    InquiryController.downloadBONote(InquiryForm form, javax.servlet.http.HttpServletResponse response)
     
    void
    InquiryControllerService.downloadBONote(InquiryForm form, javax.servlet.http.HttpServletResponse response)
    Invoked to download an attachment that has been uploaded for a note.
    void
    InquiryControllerServiceImpl.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.ModelAndView
    InquiryController.downloadCustomDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     
    void
    InquiryControllerService.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.
    void
    InquiryControllerServiceImpl.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.ModelAndView
    InquiryController.downloadDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletResponse response)
     
    void
    InquiryControllerService.downloadDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletResponse response)
    When the data object is a PersistableAttachment or PersistableAttachmentList, streams the selected attachment back to the response.
    void
    InquiryControllerServiceImpl.downloadDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletResponse response)
    When the data object is a PersistableAttachment or PersistableAttachmentList, streams the selected attachment back to the response.
    protected boolean
    InquiryViewPresentationControllerBase.isExportSupported(InquiryView view, InquiryForm form)
    Examines the data objects data dictionary entry to determine if it supports XML export or not