Package org.kuali.rice.kns.inquiry
Interface Inquirable
- All Superinterfaces:
Inquirable
- All Known Implementing Classes:
KualiInquirableImpl
Deprecated.
Defines business logic methods that support the Inquiry framework
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAdditionalSections(List columns, BusinessObject bo) Deprecated.getBusinessObject(Map fieldValues) Deprecated.Deprecated.Deprecated.getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry) Deprecated.Deprecated.booleangetShowInactiveRecords(String collectionName) Deprecated.getTitle()Deprecated.voidsetBusinessObjectClass(Class businessObjectClass) Deprecated.voidsetShowInactiveRecords(String collectionName, boolean showInactive) Deprecated.Methods inherited from interface org.kuali.rice.krad.inquiry.Inquirable
buildInquirableLink, canViewInquiryNoteAttachment, getDataObjectClass, retrieveDataObject, setDataObjectClass
-
Method Details
-
setBusinessObjectClass
Deprecated. -
getBusinessObject
Deprecated. -
getInquiryUrl
@Deprecated HtmlData getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry) Deprecated. -
getHtmlMenuBar
Deprecated. -
getTitle
Deprecated. -
getSections
Deprecated. -
addAdditionalSections
Deprecated. -
getShowInactiveRecords
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.Returns the Map used to control the state of inactive record collection display. Exposed for setting from the maintenance jsp. -
setShowInactiveRecords
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 settingshowInactive- - true to display inactive, false to not display inactive records
-
Inquirable.