| Package | Description |
|---|---|
| org.kuali.rice.krad.inquiry |
| Modifier and Type | Method and Description |
|---|---|
protected InquiryForm |
InquiryController.createInitialForm()
Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.
|
| Modifier and Type | Method and 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.
|
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.
|
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.
|
org.springframework.web.servlet.ModelAndView |
InquiryController.downloadCustomDataObjectAttachment(InquiryForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse 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. |
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. |
org.springframework.web.servlet.ModelAndView |
InquiryController.downloadDataObjectAttachment(InquiryForm form,
javax.servlet.http.HttpServletResponse 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
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.