Class KualiInquiryAction

java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.kuali.rice.kns.web.struts.action.KualiAction
org.kuali.rice.kns.web.struts.action.KualiInquiryAction

@Deprecated public class KualiInquiryAction extends KualiAction
Deprecated.
This class handles actions for inquiries of business objects.
  • Field Summary

    Fields inherited from class org.apache.struts.actions.DispatchAction

    clazz, log, methods, types

    Fields inherited from class org.apache.struts.actions.BaseAction

    messages

    Fields inherited from class org.apache.struts.action.Action

    servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    Deprecated.
     
    protected void
    checkAuthorization(org.apache.struts.action.ActionForm form, String methodToCall)
    Deprecated.
    Override this method to provide action-level access controls to the application.
    org.apache.struts.action.ActionForward
    continueWithInquiry(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
     
    org.apache.struts.action.ActionForward
    downloadAttachment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    Downloads the attachment to the user's browser.
    org.apache.struts.action.ActionForward
    downloadBOAttachment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    Downloads the selected attachment to the user's browser.
    org.apache.struts.action.ActionForward
    downloadBONote(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
     
    org.apache.struts.action.ActionForward
    downloadCustomBOAttachment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
     
    org.apache.struts.action.ActionForward
    execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    Entry point to all actions.
    org.apache.struts.action.ActionForward
    export(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    Handles exporting the BusinessObject for this Inquiry to XML if it has a custom XML exporter available.
    protected String
    extractCollectionName(javax.servlet.http.HttpServletRequest request, String methodToCall)
    Deprecated.
    Convert a Request into a Mapinvalid input: '<'String,String>.
    protected NoteService
    Deprecated.
     
    protected Map<String,String>
    getRoleQualification(org.apache.struts.action.ActionForm form, String methodToCall)
    Deprecated.
    override this method to add data from the form for role qualification in the authorization check
    org.apache.struts.action.ActionForward
    hideAllTabs(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    Toggles all tabs to closed
    protected void
    populateSections(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request, InquiryForm inquiryForm, BusinessObject bo)
    Deprecated.
     
    protected BusinessObject
    Deprecated.
     
    protected int
    selectedAttachmentIndex(javax.servlet.http.HttpServletRequest request)
    Deprecated.
     
    org.apache.struts.action.ActionForward
    showAllTabs(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    Toggles all tabs to open
    org.apache.struts.action.ActionForward
    start(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    Gets an inquirable impl from the impl service name parameter.
    protected void
    streamToResponse(byte[] fileContents, String fileName, String fileContentType, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    Handy method to stream the byte array to response object.
    org.apache.struts.action.ActionForward
    toggleInactiveRecordDisplay(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    Turns on (or off) the inactive record display for a maintenance collection.
    org.apache.struts.action.ActionForward
    toggleTab(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    Toggles the tab state in the ui

    Methods inherited from class org.apache.struts.actions.DispatchAction

    cancelled, getMethod, getMethodName, getParameter, unspecified

    Methods inherited from class org.apache.struts.action.Action

    addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KualiInquiryAction

      public KualiInquiryAction()
      Deprecated.
  • Method Details

    • checkAuthorization

      protected void checkAuthorization(org.apache.struts.action.ActionForm form, String methodToCall) throws AuthorizationException
      Deprecated.
      Description copied from class: KualiAction
      Override this method to provide action-level access controls to the application.
      Overrides:
      checkAuthorization in class KualiAction
      Throws:
      AuthorizationException
    • getRoleQualification

      protected Map<String,String> getRoleQualification(org.apache.struts.action.ActionForm form, String methodToCall)
      Deprecated.
      Description copied from class: KualiAction
      override this method to add data from the form for role qualification in the authorization check
      Overrides:
      getRoleQualification in class KualiAction
    • execute

      public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Description copied from class: KualiAction
      Entry point to all actions. NOTE: No need to hook into execute for handling framework setup anymore. Just implement the methodToCall for the framework setup, Constants.METHOD_REQUEST_PARAMETER will contain the full parameter, which can be sub stringed for getting framework parameters.
      Overrides:
      execute in class KualiAction
      Throws:
      Exception
      See Also:
      • Action.execute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    • start

      public org.apache.struts.action.ActionForward start(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Gets an inquirable impl from the impl service name parameter. Then calls lookup service to retrieve the record from the key/value parameters. Finally gets a list of Rows from the inquirable
      Throws:
      Exception
    • downloadAttachment

      public org.apache.struts.action.ActionForward downloadAttachment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Downloads the attachment to the user's browser.
      Throws:
      Exception
    • downloadCustomBOAttachment

      public org.apache.struts.action.ActionForward downloadCustomBOAttachment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Throws:
      Exception
    • downloadBOAttachment

      public org.apache.struts.action.ActionForward downloadBOAttachment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Downloads the selected attachment to the user's browser.
      Throws:
      Exception
    • canViewBONotes

      protected boolean canViewBONotes(Person user)
      Deprecated.
    • continueWithInquiry

      public org.apache.struts.action.ActionForward continueWithInquiry(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Throws:
      Exception
    • downloadBONote

      public org.apache.struts.action.ActionForward downloadBONote(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Throws:
      Exception
    • selectedAttachmentIndex

      protected int selectedAttachmentIndex(javax.servlet.http.HttpServletRequest request)
      Deprecated.
    • toggleInactiveRecordDisplay

      public org.apache.struts.action.ActionForward toggleInactiveRecordDisplay(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Turns on (or off) the inactive record display for a maintenance collection.
      Throws:
      Exception
    • toggleTab

      public org.apache.struts.action.ActionForward toggleTab(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Description copied from class: KualiAction
      Toggles the tab state in the ui
      Overrides:
      toggleTab in class KualiAction
      Throws:
      Exception
    • hideAllTabs

      public org.apache.struts.action.ActionForward hideAllTabs(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Description copied from class: KualiAction
      Toggles all tabs to closed
      Overrides:
      hideAllTabs in class KualiAction
      Throws:
      Exception
    • showAllTabs

      public org.apache.struts.action.ActionForward showAllTabs(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Description copied from class: KualiAction
      Toggles all tabs to open
      Overrides:
      showAllTabs in class KualiAction
      Throws:
      Exception
    • export

      public org.apache.struts.action.ActionForward export(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Handles exporting the BusinessObject for this Inquiry to XML if it has a custom XML exporter available.
      Throws:
      Exception
    • extractCollectionName

      protected String extractCollectionName(javax.servlet.http.HttpServletRequest request, String methodToCall)
      Deprecated.
      Convert a Request into a Mapinvalid input: '<'String,String>. Technically, Request parameters do not neatly translate into a Map of Strings, because a given parameter may legally appear more than once (so a Map of String[] would be more accurate.) This method should be safe for business objects, but may not be reliable for more general uses.
    • retrieveBOFromInquirable

      protected BusinessObject retrieveBOFromInquirable(InquiryForm inquiryForm)
      Deprecated.
    • populateSections

      protected void populateSections(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request, InquiryForm inquiryForm, BusinessObject bo)
      Deprecated.
    • streamToResponse

      protected void streamToResponse(byte[] fileContents, String fileName, String fileContentType, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Handy method to stream the byte array to response object.
      Throws:
      Exception
    • getNoteService

      protected NoteService getNoteService()
      Deprecated.