Java Doc for MessageQueueDAO.java in » ERP-CRM-Financial » Kuali-Financial-System » edu » iu » uis » eden » messaging » dao » Java Source Code / Java DocumentationJava Source Code and Java Documentation
findByValues(Map<String, String> criteriaValues, int maxRows) Finds the persisted messages that match the values passed into the criteriaValues Map, with an EqualTo criteria
for each.
Parameters: criteriaValues - A Map of Key/Value pairs, where the Key is a string holding the field name, and the Value is astring holding the value to match.
Finds the persisted messages that match the values passed into the criteriaValues Map, with an EqualTo criteria
for each.
Parameters: criteriaValues - A Map of Key/Value pairs, where the Key is a string holding the field name, and the Value is astring holding the value to match. A populated (or empty) list containing the results of the search. If no matches are made, an empty listwill be returned.