public interface DocumentSearchCriteriaProcessor
Modifier and Type | Method and Description |
---|---|
List<Row> |
getRows(DocumentType documentType,
List<Row> defaultRows,
boolean detailed,
boolean superSearch)
Constructs the list of rows and fields to display in the lookup criteria section of the document search screen.
|
List<Row> getRows(DocumentType documentType, List<Row> defaultRows, boolean detailed, boolean superSearch)
This method should look at the given document type (if there is one) to determine if there are any custom rows to render for that document type. It should also look at the request for detailed and super user search and adjust the rows accordingly for either of those conditions.
documentType
- supplies the document type in use on this search if one is specified, will be null otherwisedefaultRows
- the default set of rows that are supplied from the data dictionary for the document searchdetailed
- indicates whether or not a detailed search has been requestedsuperSearch
- indicates whether or not a super user search has been requestedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.