Interface | Description |
---|---|
Inquirable |
Provides the contract for implementing an inquiry within the
inquiry framework
|
InquiryControllerService |
Controller service that extends
ControllerService and adds
methods specific to inquiry views. |
Class | Description |
---|---|
InquirableImpl |
Implementation of the
Inquirable interface that uses metadata
from the data dictionary and performs a query against the database to retrieve
the data object for inquiry |
InquiryController |
Controller for inquiry views which handle initial requests for the inquiry and
actions coming from the inquiry view such as export.
|
InquiryControllerServiceImpl |
Override of navigation controller service to check if the initial inquiry needs redirected and also to
retrieve the inquiry data object on the initial call.
|
InquiryViewAuthorizerBase |
Implementation of
ViewAuthorizer for
InquiryView instances |
InquiryViewPresentationControllerBase |
Implementation of
ViewPresentationController for
InquiryView instances |
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.