public class OLEInvoiceSearchService extends Object
Modifier and Type | Field and Description |
---|---|
static List<String> |
INVOICE_FIELD_RESULT |
static Map<String,String> |
INVOICE_FIELDS |
static List<String> |
INVOICE_SEARCH_CRITERIA_LIST |
Constructor and Description |
---|
OLEInvoiceSearchService() |
Modifier and Type | Method and Description |
---|---|
List<String> |
buildSearchCriteriaList(Map<String,String> searchCriteria) |
OLEInvoiceSearchDocument |
convertToOleInvoiceDocument(org.kuali.rice.kew.api.document.search.DocumentSearchResult documentSearchResult) |
static Map<String,String> |
getInvoiceNames() |
static List<String> |
getResultNames() |
Map<String,List<String>> |
getSearchCriteria(Map<String,String> itemFields) |
List<OLEInvoiceSearchDocument> |
performDocumentSearch(org.kuali.rice.kew.api.document.search.DocumentSearchCriteria docSearchCriteria,
Map<String,List<String>> fixedParameters) |
List<OLEInvoiceSearchDocument> |
populateCriteriaAndSearch(String docTypeFullName,
Map<String,List<String>> fixedParameters) |
List<OLEInvoiceSearchDocument> |
searchResults(Map<String,String> searchCriteria) |
public static final Map<String,String> INVOICE_FIELDS
public static final List<String> INVOICE_FIELD_RESULT
public static List<String> INVOICE_SEARCH_CRITERIA_LIST
public OLEInvoiceSearchService()
public List<OLEInvoiceSearchDocument> searchResults(Map<String,String> searchCriteria) throws Exception
Exception
public Map<String,List<String>> getSearchCriteria(Map<String,String> itemFields) throws Exception
Exception
public List<OLEInvoiceSearchDocument> populateCriteriaAndSearch(String docTypeFullName, Map<String,List<String>> fixedParameters) throws org.kuali.rice.kew.api.exception.WorkflowException, Exception
org.kuali.rice.kew.api.exception.WorkflowException
Exception
public List<OLEInvoiceSearchDocument> performDocumentSearch(org.kuali.rice.kew.api.document.search.DocumentSearchCriteria docSearchCriteria, Map<String,List<String>> fixedParameters)
public List<String> buildSearchCriteriaList(Map<String,String> searchCriteria)
public OLEInvoiceSearchDocument convertToOleInvoiceDocument(org.kuali.rice.kew.api.document.search.DocumentSearchResult documentSearchResult)
public static final List<String> getResultNames()
public static final Map<String,String> getInvoiceNames()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.