org.kuali.rice.ksb.messaging.dao.impl
Class MessageQueueDAOOjbImpl
java.lang.Object
   org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DaoSupport
       org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
           org.kuali.rice.ksb.messaging.dao.impl.MessageQueueDAOOjbImpl
org.kuali.rice.ksb.messaging.dao.impl.MessageQueueDAOOjbImpl
- All Implemented Interfaces: 
- MessageQueueDAO, org.springframework.beans.factory.InitializingBean
- public class MessageQueueDAOOjbImpl 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements MessageQueueDAO
 
| Fields inherited from class org.springframework.dao.support.DaoSupport | 
| logger | 
 
 
 
| Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport | 
| checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate | 
 
| Methods inherited from class org.springframework.dao.support.DaoSupport | 
| afterPropertiesSet, initDao | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MessageQueueDAOOjbImpl
public MessageQueueDAOOjbImpl()
remove
public void remove(PersistedMessageBO routeQueue)
- 
- Specified by:
- removein interface- MessageQueueDAO
 
- 
 
save
public void save(PersistedMessageBO routeQueue)
- 
- Specified by:
- savein interface- MessageQueueDAO
 
- 
 
findAll
public List<PersistedMessageBO> findAll()
- 
- Specified by:
- findAllin interface- MessageQueueDAO
 
- 
 
findAll
public List<PersistedMessageBO> findAll(int maxRows)
- 
- Specified by:
- findAllin 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.
 
findByRouteQueueId
public PersistedMessageBO findByRouteQueueId(Long routeQueueId)
- 
- Specified by:
- findByRouteQueueIdin interface- MessageQueueDAO
 
- 
 
findByPersistedMessageByRouteQueueId
public PersistedMessagePayload findByPersistedMessageByRouteQueueId(Long routeQueueId)
- 
- Specified by:
- findByPersistedMessageByRouteQueueIdin interface- MessageQueueDAO
 
- 
 
getNextDocuments
public List<PersistedMessageBO> getNextDocuments(Integer maxDocuments)
- 
- Specified by:
- getNextDocumentsin interface- MessageQueueDAO
 
- 
 
findByServiceName
public List<PersistedMessageBO> findByServiceName(QName serviceName,
                                                  String methodName)
- 
- Specified by:
- findByServiceNamein interface- MessageQueueDAO
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.