org.kuali.rice.ksb.messaging.dao.impl
Class MessageQueueDAOJpaImpl
java.lang.Object
   org.kuali.rice.ksb.messaging.dao.impl.MessageQueueDAOJpaImpl
org.kuali.rice.ksb.messaging.dao.impl.MessageQueueDAOJpaImpl
- All Implemented Interfaces: 
- MessageQueueDAO
- public class MessageQueueDAOJpaImpl 
- extends Object- implements MessageQueueDAO
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MessageQueueDAOJpaImpl
public MessageQueueDAOJpaImpl()
findAll
public List<PersistedMessageBO> findAll()
- 
- Specified by:
- findAllin interface- MessageQueueDAO
 
- 
 
findAll
public List<PersistedMessageBO> findAll(int maxRows)
- 
- Specified by:
- findAllin interface- MessageQueueDAO
 
- 
 
findByPersistedMessageByRouteQueueId
public PersistedMessagePayload findByPersistedMessageByRouteQueueId(Long routeQueueId)
- 
- Specified by:
- findByPersistedMessageByRouteQueueIdin interface- MessageQueueDAO
 
- 
 
findByRouteQueueId
public PersistedMessageBO findByRouteQueueId(Long routeQueueId)
- 
- Specified by:
- findByRouteQueueIdin interface- MessageQueueDAO
 
- 
 
findByServiceName
public List<PersistedMessageBO> findByServiceName(QName serviceName,
                                                  String methodName)
- 
- Specified by:
- findByServiceNamein interface- MessageQueueDAO
 
- 
 
findByValues
public List<PersistedMessageBO> findByValues(Map<String,String> criteriaValues,
                                             int maxRows)
- Description copied from interface: MessageQueueDAO
- Finds the persisted messages that match the values passed into the criteriaValues Map, with an EqualTo criteria
 for each.
 
- 
- Specified by:
- findByValuesin interface- MessageQueueDAO
 
- 
- Parameters:
- criteriaValues- A Map of Key/Value pairs, where the Key is a string holding the field name, and the Value is a
                string holding the value to match.
- Returns:
- A populated (or empty) list containing the results of the search. If no matches are made, an empty list
         will be returned.
 
getNextDocuments
public List<PersistedMessageBO> getNextDocuments(Integer maxDocuments)
- 
- Specified by:
- getNextDocumentsin interface- MessageQueueDAO
 
- 
 
remove
public void remove(PersistedMessageBO routeQueue)
- 
- Specified by:
- removein interface- MessageQueueDAO
 
- 
 
save
public void save(PersistedMessageBO routeQueue)
- 
- Specified by:
- savein interface- MessageQueueDAO
 
- 
 
getEntityManager
public javax.persistence.EntityManager getEntityManager()
- 
 
- 
 
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
- 
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.