Uses of Interface
org.kuali.rice.krad.inquiry.Inquirable
Packages that use Inquirable
Package
Description
-
Uses of Inquirable in org.kuali.rice.krad.inquiry
Classes in org.kuali.rice.krad.inquiry that implement InquirableModifier and TypeClassDescriptionclassImplementation of theInquirableinterface that uses metadata from the data dictionary and performs a query against the database to retrieve the data object for inquiry -
Uses of Inquirable in org.kuali.rice.krad.uif.service
Methods in org.kuali.rice.krad.uif.service that return InquirableModifier and TypeMethodDescriptionViewDictionaryService.getInquirable(Class<?> dataObjectClass, String viewName) Queries the dictionary to find theInquiryViewconfigured for the data object class and returns the configured Inquirable for the view. -
Uses of Inquirable in org.kuali.rice.krad.web.form
Methods in org.kuali.rice.krad.web.form that return InquirableModifier and TypeMethodDescriptionInquiryForm.getInquirable()Returns anInquirableinstance associated with the inquiry view.