Uses of Class
org.kuali.rice.kew.docsearch.DocSearchDTO

Packages that use DocSearchDTO
org.kuali.rice.kew.docsearch   
org.kuali.rice.kew.docsearch.dao   
org.kuali.rice.kew.docsearch.dao.impl   
org.kuali.rice.kew.doctype.service   
org.kuali.rice.kew.doctype.service.impl   
org.kuali.rice.krad.workflow.attribute   
 

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

Methods in org.kuali.rice.kew.docsearch that return DocSearchDTO
 DocSearchDTO StandardDocumentSearchGenerator.processRow(Statement searchAttributeStatement, ResultSet rs)
           
 

Methods in org.kuali.rice.kew.docsearch that return types with arguments of type DocSearchDTO
 List<DocSearchDTO> DocumentSearchGenerator.processResultSet(Statement searchAttributeStatement, ResultSet resultSet, DocSearchCriteriaDTO searchCriteria)
          Deprecated. Removed as of version 0.9.3. Use DocumentSearchGenerator.processResultSet(java.sql.Statement, java.sql.ResultSet, DocSearchCriteriaDTO, String)
 List<DocSearchDTO> StandardDocumentSearchGenerator.processResultSet(Statement searchAttributeStatement, ResultSet resultSet, DocSearchCriteriaDTO searchCriteria)
          Deprecated. Removed as of version 0.9.3. Use StandardDocumentSearchGenerator.processResultSet(Statement, ResultSet, DocSearchCriteriaDTO, String) instead.
 List<DocSearchDTO> DocumentSearchGenerator.processResultSet(Statement searchAttributeStatement, ResultSet resultSet, DocSearchCriteriaDTO searchCriteria, String principalId)
          This method processes search results in the given resultSet into DocSearchDTO objects
 List<DocSearchDTO> StandardDocumentSearchGenerator.processResultSet(Statement searchAttributeStatement, ResultSet resultSet, DocSearchCriteriaDTO searchCriteria, String principalId)
           
 

Methods in org.kuali.rice.kew.docsearch with parameters of type DocSearchDTO
 KeyValueSort StandardDocumentSearchResultProcessor.generateSearchResult(DocSearchDTO docCriteriaDTO, Column column, Map<String,Object> sortValuesByColumnKey)
           
 DocumentSearchResult StandardDocumentSearchResultProcessor.generateSearchResult(DocSearchDTO docCriteriaDTO, List<Column> columns)
           
 Map<String,Object> StandardDocumentSearchResultProcessor.getSortValuesMap(DocSearchDTO docCriteriaDTO)
           
 void StandardDocumentSearchGenerator.handleMultipleDocumentRows(DocSearchDTO existingRow, DocSearchDTO newRow)
          Handles multiple document rows by collapsing them and their data into the searchable attribute columns.
 void StandardDocumentSearchGenerator.populateRowSearchableAttributes(DocSearchDTO docCriteriaDTO, Statement searchAttributeStatement)
          This method performs searches against the search attribute value tables (see classes implementing SearchableAttributeValue) to get data to fill in search attribute values on the given docCriteriaDTO parameter
 void StandardDocumentSearchGenerator.populateRowSearchableAttributes(DocSearchDTO docCriteriaDTO, Statement searchAttributeStatement, ResultSet rs)
          Deprecated. As of version 0.9.3 this method is no longer used. Method StandardDocumentSearchGenerator.populateRowSearchableAttributes(DocSearchDTO, Statement) is being used instead.
 

Method parameters in org.kuali.rice.kew.docsearch with type arguments of type DocSearchDTO
 void StandardDocumentSearchResultProcessor.addDocStatusColumn(List<Column> columns, List<DocSearchDTO> docSearchResultRows)
           
 void StandardDocumentSearchResultProcessor.addStandardSearchColumns(List<Column> columns, List<DocSearchDTO> docSearchResultRows)
           
 List<Column> StandardDocumentSearchResultProcessor.constructColumnList(DocSearchCriteriaDTO criteria, List<DocSearchDTO> docSearchResultRows)
          Method to construct a list of columns in order of how they should appear in the search results
 DocumentSearchResultComponents StandardDocumentSearchResultProcessor.processIntoFinalResults(List<DocSearchDTO> docSearchResultRows, DocSearchCriteriaDTO criteria, String principalId)
           
 DocumentSearchResultComponents DocumentSearchResultProcessor.processIntoFinalResults(List<DocSearchDTO> docSearchResultRows, DocSearchCriteriaDTO criteria, String principalId)
           
 

Uses of DocSearchDTO in org.kuali.rice.kew.docsearch.dao
 

Methods in org.kuali.rice.kew.docsearch.dao that return types with arguments of type DocSearchDTO
 List<DocSearchDTO> DocumentSearchDAO.getList(DocumentSearchGenerator docSearchGenerator, DocSearchCriteriaDTO criteria, String principalId)
           
 List<DocSearchDTO> DocumentSearchDAO.getListBoundedByCritera(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, String principalId)
           
 

Uses of DocSearchDTO in org.kuali.rice.kew.docsearch.dao.impl
 

Methods in org.kuali.rice.kew.docsearch.dao.impl that return types with arguments of type DocSearchDTO
private  List<DocSearchDTO> DocumentSearchDAOJdbcImpl.getList(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, Integer searchResultCap, String principalId)
           
private  List<DocSearchDTO> DocumentSearchDAOOjbImpl.getList(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, Integer searchResultCap, String principalId)
          Deprecated.  
 List<DocSearchDTO> DocumentSearchDAOJdbcImpl.getList(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, String principalId)
           
 List<DocSearchDTO> DocumentSearchDAOOjbImpl.getList(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, String principalId)
          Deprecated.  
 List<DocSearchDTO> DocumentSearchDAOJdbcImpl.getListBoundedByCritera(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, String principalId)
           
 List<DocSearchDTO> DocumentSearchDAOOjbImpl.getListBoundedByCritera(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, String principalId)
          Deprecated.  
 

Uses of DocSearchDTO in org.kuali.rice.kew.doctype.service
 

Methods in org.kuali.rice.kew.doctype.service with parameters of type DocSearchDTO
 boolean DocumentSecurityService.docSearchAuthorized(UserSession userSession, DocSearchDTO docCriteriaDTO, SecuritySession session)
           
 

Uses of DocSearchDTO in org.kuali.rice.kew.doctype.service.impl
 

Methods in org.kuali.rice.kew.doctype.service.impl with parameters of type DocSearchDTO
 boolean DocumentSecurityServiceImpl.docSearchAuthorized(UserSession userSession, DocSearchDTO docCriteriaDTO, SecuritySession session)
           
 

Uses of DocSearchDTO in org.kuali.rice.krad.workflow.attribute
 

Methods in org.kuali.rice.krad.workflow.attribute that return types with arguments of type DocSearchDTO
 List<DocSearchDTO> DataDictionaryDocumentSearchCustomizer.processResultSet(Statement searchAttributeStatement, ResultSet resultSet, DocSearchCriteriaDTO searchCriteria)
          Deprecated. 
 List<DocSearchDTO> DataDictionaryDocumentSearchCustomizer.processResultSet(Statement searchAttributeStatement, ResultSet resultSet, DocSearchCriteriaDTO searchCriteria, String principalId)
           
 

Method parameters in org.kuali.rice.krad.workflow.attribute with type arguments of type DocSearchDTO
 DocumentSearchResultComponents DataDictionaryDocumentSearchCustomizer.processIntoFinalResults(List<DocSearchDTO> docSearchResultRows, DocSearchCriteriaDTO criteria, String principalId)
          This overridden method calls the currently set searchResultProcessor's processIntoFinalResults
 



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