|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentSearchCriteriaProcessor
Used by the document search helper to produce rows to render for the document search screen.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 requested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |