Uses of Interface
org.kuali.rice.kew.impl.document.search.DocumentSearchGenerator

Packages that use DocumentSearchGenerator
org.kuali.rice.kew.docsearch.dao   
org.kuali.rice.kew.docsearch.dao.impl   
org.kuali.rice.kew.docsearch.service   
org.kuali.rice.kew.docsearch.service.impl   
org.kuali.rice.kew.impl.document.search   
 

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

Methods in org.kuali.rice.kew.docsearch.dao with parameters of type DocumentSearchGenerator
 DocumentSearchResults.Builder DocumentSearchDAO.findDocuments(DocumentSearchGenerator docSearchGenerator, DocumentSearchCriteria criteria, boolean criteriaModified, List<RemotableAttributeField> searchFields)
           
 

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

Methods in org.kuali.rice.kew.docsearch.dao.impl with parameters of type DocumentSearchGenerator
 DocumentSearchResults.Builder DocumentSearchDAOJdbcImpl.findDocuments(DocumentSearchGenerator documentSearchGenerator, DocumentSearchCriteria criteria, boolean criteriaModified, List<RemotableAttributeField> searchFields)
           
 

Uses of DocumentSearchGenerator in org.kuali.rice.kew.docsearch.service
 

Methods in org.kuali.rice.kew.docsearch.service that return DocumentSearchGenerator
 DocumentSearchGenerator DocumentSearchService.getStandardDocumentSearchGenerator()
           
 

Methods in org.kuali.rice.kew.docsearch.service with parameters of type DocumentSearchGenerator
 void DocumentSearchService.validateDocumentSearchCriteria(DocumentSearchGenerator docSearchGenerator, DocumentSearchCriteria.Builder criteria)
           
 

Uses of DocumentSearchGenerator in org.kuali.rice.kew.docsearch.service.impl
 

Methods in org.kuali.rice.kew.docsearch.service.impl that return DocumentSearchGenerator
 DocumentSearchGenerator DocumentSearchServiceImpl.getStandardDocumentSearchGenerator()
           
 

Methods in org.kuali.rice.kew.docsearch.service.impl with parameters of type DocumentSearchGenerator
 void DocumentSearchServiceImpl.validateDocumentSearchCriteria(DocumentSearchGenerator docSearchGenerator, DocumentSearchCriteria.Builder criteria)
           
 

Uses of DocumentSearchGenerator in org.kuali.rice.kew.impl.document.search
 

Classes in org.kuali.rice.kew.impl.document.search that implement DocumentSearchGenerator
 class DocumentSearchGeneratorImpl
          Reference implementation of the DocumentSearchGenerator.
 



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