public interface InquiryControllerService extends ControllerService
ControllerService and adds
 methods specific to inquiry views.| Modifier and Type | Method and Description | 
|---|---|
| void | 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 | downloadDataObjectAttachment(InquiryForm form,
                                                        javax.servlet.http.HttpServletResponse response)When the data object is a  PersistableAttachmentorPersistableAttachmentList, streams the selected attachment back to the
 response. | 
cancel, checkViewAuthorization, sessionTimeout, startvoid downloadDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletResponse response)
PersistableAttachment or
 PersistableAttachmentList, streams the selected attachment back to the
 response.form - form instance containing the inquiry dataresponse - Http response for returning the attachment contentsvoid downloadCustomDataObjectAttachment(InquiryForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
form - form instance containing the inquiry datarequest - Http request for sending the fileName, contentType, and fileContentDataObjFieldresponse - Http response for returning the attachment contentsExceptionCopyright © 2005–2014 The Kuali Foundation. All rights reserved.