Package | Description |
---|---|
org.kuali.rice.kew.impl.document.search | |
org.kuali.rice.kns.lookup |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.kns.web.struts.action |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentSearchCriteriaBoLookupableHelperService.executeColumnCustomization(ResultRow resultRow,
DocumentSearchResult searchResult,
DocumentSearchResultSetConfiguration resultSetConfiguration,
DocumentSearchCriteriaConfiguration criteriaConfiguration)
Executes customization of columns, could include removing certain columns or adding additional columns to the
result row (in cases where columns are added by document search customization, such as searchable attributes).
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends BusinessObject> |
DocumentSearchCriteriaBoLookupableHelperService.performLookup(LookupForm lookupForm,
Collection<ResultRow> resultTable,
boolean bounded) |
protected void |
DocumentSearchCriteriaBoLookupableHelperService.postProcessResults(Collection<ResultRow> resultRows,
DocumentSearchResults searchResults)
Takes a collection of result rows and does final processing on them.
|
Modifier and Type | Method and Description |
---|---|
List<ResultRow> |
LookupResultsServiceImpl.retrieveResultsTable(String lookupResultsSequenceNumber,
String personId) |
List<ResultRow> |
LookupResultsService.retrieveResultsTable(String lookupResultsSequenceNumber,
String personId)
Deprecated.
Returns the list of result rows that was persisted under the passed in sequence number
|
Modifier and Type | Method and Description |
---|---|
static Comparator |
LookupUtils.findBestValueComparatorForColumn(List<ResultRow> resultTable,
int column)
Given a list of results from a lookup, determines the best comparator to use on the String values of each of these columns
This method exists because each cell (represented by the Column object) lists the comparator that should be used within it based on the property value class,
so we gotta go thru the whole list and determine the best comparator to use
|
Collection<? extends BusinessObject> |
LookupableHelperService.performLookup(LookupForm lookupForm,
Collection<ResultRow> resultTable,
boolean bounded)
This method performs the lookup and returns a collection of BO items
|
Collection<? extends BusinessObject> |
AbstractLookupableHelperServiceImpl.performLookup(LookupForm lookupForm,
Collection<ResultRow> resultTable,
boolean bounded)
Performs the lookup and returns a collection of lookup items
|
Collection<? extends BusinessObject> |
Lookupable.performLookup(LookupForm lookupForm,
List<ResultRow> resultTable,
boolean bounded)
Deprecated.
This method performs the lookup and returns a collection of lookup items
|
Collection<? extends BusinessObject> |
KualiLookupableImpl.performLookup(LookupForm lookupForm,
List<ResultRow> resultTable,
boolean bounded)
Performs a lookup that can only return one row.
|
void |
LookupResultsServiceImpl.persistResultsTable(String lookupResultsSequenceNumber,
List<ResultRow> resultTable,
String personId) |
void |
LookupResultsService.persistResultsTable(String lookupResultsSequenceNumber,
List<ResultRow> resultTable,
String personId)
Deprecated.
Persists a list of result row objects into a database.
|
Modifier and Type | Method and Description |
---|---|
protected List<ResultRow> |
KualiMultipleValueLookupAction.prepareToExport(MultipleValueLookupForm multipleValueLookupForm)
This method performs the operations necessary for a multiple value lookup to export the rows via display tag
Note: this method assumes that the export will be opened in a new browser window, therefore, persisting the selected
checkboxes will not be needed.
|
protected List<ResultRow> |
KualiMultipleValueLookupAction.selectAll(MultipleValueLookupForm multipleValueLookupForm,
int maxRowsPerPage)
This method performs the operations necessary for a multiple value lookup to select all of the results and rerender the page
|
protected List<ResultRow> |
KualiMultipleValueLookupAction.sort(MultipleValueLookupForm multipleValueLookupForm,
int maxRowsPerPage)
This method performs the operations necessary for a multiple value lookup to sort results and rerender the page
|
protected List<ResultRow> |
KualiMultipleValueLookupAction.switchToPage(MultipleValueLookupForm multipleValueLookupForm,
int maxRowsPerPage)
This method performs the operations necessary for a multiple value lookup to switch to another page of results and rerender the page
|
protected List<ResultRow> |
KualiMultipleValueLookupAction.unselectAll(MultipleValueLookupForm multipleValueLookupForm,
int maxRowsPerPage)
This method performs the operations necessary for a multiple value lookup to unselect all of the results and rerender the page
|
Modifier and Type | Method and Description |
---|---|
protected Collection |
KualiMultipleValueLookupAction.performMultipleValueLookup(MultipleValueLookupForm multipleValueLookupForm,
List<ResultRow> resultTable,
int maxRowsPerPage,
boolean bounded)
This method performs the lookup and returns a collection of lookup items.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.