public interface DocumentSearchCriteriaProcessor
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-2015 The Kuali Foundation. All Rights Reserved.