Interface Inquirable

All Superinterfaces:
Inquirable
All Known Implementing Classes:
KualiInquirableImpl

@Deprecated public interface Inquirable extends Inquirable
Deprecated.
Defines business logic methods that support the Inquiry framework
  • Method Details

    • setBusinessObjectClass

      @Deprecated void setBusinessObjectClass(Class businessObjectClass)
      Deprecated.
    • getBusinessObject

      @Deprecated BusinessObject getBusinessObject(Map fieldValues)
      Deprecated.
    • getInquiryUrl

      @Deprecated HtmlData getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
      Deprecated.
    • getHtmlMenuBar

      @Deprecated String getHtmlMenuBar()
      Deprecated.
    • getTitle

      @Deprecated String getTitle()
      Deprecated.
    • getSections

      Deprecated.
    • addAdditionalSections

      @Deprecated void addAdditionalSections(List columns, BusinessObject bo)
      Deprecated.
    • getShowInactiveRecords

      @Deprecated boolean getShowInactiveRecords(String collectionName)
      Deprecated.
      Indicates whether inactive records for the given collection should be display.
      Parameters:
      collectionName - - name of the collection (or sub-collection) to check inactive record display setting
      Returns:
      true if inactive records should be displayed, false otherwise
    • getInactiveRecordDisplay

      @Deprecated Map<String,Boolean> getInactiveRecordDisplay()
      Deprecated.
      Returns the Map used to control the state of inactive record collection display. Exposed for setting from the maintenance jsp.
    • setShowInactiveRecords

      @Deprecated void setShowInactiveRecords(String collectionName, boolean showInactive)
      Deprecated.
      Indicates to maintainble whether or not inactive records should be displayed for the given collection name.
      Parameters:
      collectionName - - name of the collection (or sub-collection) to set inactive record display setting
      showInactive - - true to display inactive, false to not display inactive records