Uses of Class
org.kuali.rice.kew.web.KeyValueSort

Packages that use KeyValueSort
org.kuali.rice.kew.docsearch   
org.kuali.rice.kew.web   
 

Uses of KeyValueSort in org.kuali.rice.kew.docsearch
 

Fields in org.kuali.rice.kew.docsearch with type parameters of type KeyValueSort
private  List<KeyValueSort> DocumentSearchResult.resultContainers
           
private  List<KeyValueSort> DocSearchDTO.searchableAttributes
           
 

Methods in org.kuali.rice.kew.docsearch that return KeyValueSort
 KeyValueSort StandardDocumentSearchResultProcessor.generateSearchResult(DocSearchDTO docCriteriaDTO, Column column, Map<String,Object> sortValuesByColumnKey)
           
 KeyValueSort DocumentSearchResult.getResultContainer(String key)
          Method for the JSP to use to pull in a search result by name instead of by index location which is unreliable
 KeyValueSort DocSearchDTO.getSearchableAttribute(String key)
          Method for the JSP to use to pull in searchable attributes by name instead of by index location which is unreliable
 

Methods in org.kuali.rice.kew.docsearch that return types with arguments of type KeyValueSort
 List<KeyValueSort> DocumentSearchResult.getResultContainers()
           
 List<KeyValueSort> DocSearchDTO.getSearchableAttributes()
           
 

Methods in org.kuali.rice.kew.docsearch with parameters of type KeyValueSort
 void DocumentSearchResult.addResultContainer(KeyValueSort result)
           
 void DocSearchDTO.addSearchableAttribute(KeyValueSort searchableAttribute)
           
 

Method parameters in org.kuali.rice.kew.docsearch with type arguments of type KeyValueSort
 void DocumentSearchResult.setResultContainers(List<KeyValueSort> resultContainers)
           
 void DocSearchDTO.setSearchableAttributes(List<KeyValueSort> searchableAttributes)
           
 

Uses of KeyValueSort in org.kuali.rice.kew.web
 

Constructors in org.kuali.rice.kew.web with parameters of type KeyValueSort
KeyValueSort(KeyValueSort kvs)
           
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.