Class InquiryForm

java.lang.Object
org.apache.struts.action.ActionForm
All Implemented Interfaces:
Serializable, PojoForm

@Deprecated public class InquiryForm extends KualiForm
Deprecated.
Use InquiryForm.
This class is the action form for inquiries.
See Also:
  • Constructor Details

    • InquiryForm

      public InquiryForm()
      Deprecated.
  • Method Details

    • addRequiredNonEditableProperties

      public void addRequiredNonEditableProperties()
      Deprecated.
      Description copied from interface: PojoForm
      This method adds the required property names, that are not directly editable by user on the html page, to a list, regardless of the context in which they appear. Request parameter names corresponding to these properties will be populated into the form.
      Specified by:
      addRequiredNonEditableProperties in interface PojoForm
      Overrides:
      addRequiredNonEditableProperties in class KualiForm
      See Also:
      • invalid reference
        org.kuali.rice.krad.web.struts.pojo.PojoFormBase#addRequiredNonEditableProperties()
    • populate

      public void populate(javax.servlet.http.HttpServletRequest request)
      Deprecated.
      Description copied from class: KualiForm
      Checks for methodToCall parameter, and if not populated in form calls utility method to parse the string from the request.
      Specified by:
      populate in interface PojoForm
      Overrides:
      populate in class KualiForm
    • getInquirable

      protected Inquirable getInquirable(String boClassName)
      Deprecated.
    • populatePKFieldValues

      protected void populatePKFieldValues(javax.servlet.http.HttpServletRequest request, String boClassName, boolean passedFromPreviousInquiry)
      Deprecated.
    • populateExportCapabilities

      protected void populateExportCapabilities(javax.servlet.http.HttpServletRequest request, String boClassName)
      Deprecated.
      Examines the BusinessObject's data dictionary entry to determine if it supports XML export or not and set's canExport appropriately.
    • getFieldConversions

      public String getFieldConversions()
      Deprecated.
      Returns:
      Returns the fieldConversions.
    • setFieldConversions

      public void setFieldConversions(String fieldConversions)
      Deprecated.
      Parameters:
      fieldConversions - The fieldConversions to set.
    • getSections

      public List getSections()
      Deprecated.
      Returns:
      Returns the inquiry sections.
    • setSections

      public void setSections(List sections)
      Deprecated.
      Parameters:
      sections - The sections to set.
    • getBusinessObjectClassName

      public String getBusinessObjectClassName()
      Deprecated.
      Returns:
      Returns the businessObjectClassName.
    • setBusinessObjectClassName

      public void setBusinessObjectClassName(String businessObjectClassName)
      Deprecated.
      Parameters:
      businessObjectClassName - The businessObjectClassName to set.
    • getEditingMode

      public Map getEditingMode()
      Deprecated.
    • getInquiryPrimaryKeys

      public Map<String,String> getInquiryPrimaryKeys()
      Deprecated.
      Gets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called. All field values that were passed in encrypted will be encrypted in this map
      Returns:
    • retrieveInquiryDecryptedPrimaryKeys

      public Map<String,String> retrieveInquiryDecryptedPrimaryKeys()
      Deprecated.
      Gets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called. All fields will be decrypted Purposely not named as a getter, to make it harder for POJOFormBase to access it
      Returns:
    • setInquiryPrimaryKeys

      public void setInquiryPrimaryKeys(Map<String,String> inquiryPrimaryKeys)
      Deprecated.
      Sets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called.
      Parameters:
      inquiryPrimaryKeys -
    • getInactiveRecordDisplay

      public Map<String,Boolean> getInactiveRecordDisplay()
      Deprecated.
      Gets map of collection name -> Boolean mappings. Used to denote whether a collection name is configured to show inactive records.
      Returns:
    • getInquirable

      public Inquirable getInquirable()
      Deprecated.
    • populateInactiveRecordsInIntoInquirable

      protected void populateInactiveRecordsInIntoInquirable(Inquirable inquirable, javax.servlet.http.HttpServletRequest request)
      Deprecated.
    • getFormKey

      public String getFormKey()
      Deprecated.
    • setFormKey

      public void setFormKey(String formKey)
      Deprecated.
    • isCanExport

      public boolean isCanExport()
      Deprecated.
      Returns true if this Inquiry supports XML export of the BusinessObject.
    • setCanExport

      public void setCanExport(boolean canExport)
      Deprecated.
      Sets whether or not this Inquiry supports XML export of it's BusinessObject.
    • getBoNotes

      public List<org.kuali.rice.krad.bo.Note> getBoNotes()
      Deprecated.
    • setBoNotes

      public void setBoNotes(List<org.kuali.rice.krad.bo.Note> boNotes)
      Deprecated.