Uses of Class
org.kuali.rice.kns.web.ui.ResultRow
Packages that use ResultRow
-
Uses of ResultRow in org.kuali.rice.kns.lookup
Methods in org.kuali.rice.kns.lookup that return types with arguments of type ResultRowModifier and TypeMethodDescriptionLookupResultsService.retrieveResultsTable(String lookupResultsSequenceNumber, String personId) Deprecated.Returns the list of result rows that was persisted under the passed in sequence numberMethod parameters in org.kuali.rice.kns.lookup with type arguments of type ResultRowModifier and TypeMethodDescriptionstatic ComparatorLookupUtils.findBestValueComparatorForColumn(List<ResultRow> resultTable, int column) Deprecated.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 useCollection<? extends org.kuali.rice.krad.bo.BusinessObject> AbstractLookupableHelperServiceImpl.performLookup(LookupForm lookupForm, Collection<ResultRow> resultTable, boolean bounded) Deprecated.Performs the lookup and returns a collection of lookup itemsCollection<? extends org.kuali.rice.krad.bo.BusinessObject> KualiLookupableImpl.performLookup(LookupForm lookupForm, List<ResultRow> resultTable, boolean bounded) Deprecated.Performs a lookup that can only return one row.Collection<? extends org.kuali.rice.krad.bo.BusinessObject> Lookupable.performLookup(LookupForm lookupForm, List<ResultRow> resultTable, boolean bounded) Deprecated.This method performs the lookup and returns a collection of lookup itemsCollection<? extends org.kuali.rice.krad.bo.BusinessObject> LookupableHelperService.performLookup(LookupForm lookupForm, Collection<ResultRow> resultTable, boolean bounded) Deprecated.This method performs the lookup and returns a collection of BO itemsvoidLookupResultsService.persistResultsTable(String lookupResultsSequenceNumber, List<ResultRow> resultTable, String personId) Deprecated.Persists a list of result row objects into a database. -
Uses of ResultRow in org.kuali.rice.kns.web.struts.action
Methods in org.kuali.rice.kns.web.struts.action that return types with arguments of type ResultRowModifier and TypeMethodDescriptionKualiMultipleValueLookupAction.prepareToExport(MultipleValueLookupForm multipleValueLookupForm) Deprecated.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.KualiMultipleValueLookupAction.selectAll(MultipleValueLookupForm multipleValueLookupForm, int maxRowsPerPage) Deprecated.This method performs the operations necessary for a multiple value lookup to select all of the results and rerender the pageKualiMultipleValueLookupAction.sort(MultipleValueLookupForm multipleValueLookupForm, int maxRowsPerPage) Deprecated.This method performs the operations necessary for a multiple value lookup to sort results and rerender the pageKualiMultipleValueLookupAction.switchToPage(MultipleValueLookupForm multipleValueLookupForm, int maxRowsPerPage) Deprecated.This method performs the operations necessary for a multiple value lookup to switch to another page of results and rerender the pageKualiMultipleValueLookupAction.unselectAll(MultipleValueLookupForm multipleValueLookupForm, int maxRowsPerPage) Deprecated.This method performs the operations necessary for a multiple value lookup to unselect all of the results and rerender the pageMethod parameters in org.kuali.rice.kns.web.struts.action with type arguments of type ResultRowModifier and TypeMethodDescriptionprotected CollectionKualiMultipleValueLookupAction.performMultipleValueLookup(MultipleValueLookupForm multipleValueLookupForm, List<ResultRow> resultTable, int maxRowsPerPage, boolean bounded) Deprecated.This method performs the lookup and returns a collection of lookup items.