org.kuali.rice.ken.dao.impl
Class NotificationDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.ken.dao.impl.NotificationDaoOjb
All Implemented Interfaces:
NotificationDao, org.springframework.beans.factory.InitializingBean

public class NotificationDaoOjb
extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
implements NotificationDao

This is a description of what this class does - g1zhang don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private static org.apache.log4j.Logger LOG
           
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
NotificationDaoOjb()
           
 
Method Summary
 Collection findMatchedNotificationsForResolution(Timestamp tm, GenericDao dao)
          This overridden method ...
 Collection findMatchedNotificationsForUnlock(Notification not, GenericDao dao)
          This overridden method ...
 
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
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG
Constructor Detail

NotificationDaoOjb

public NotificationDaoOjb()
Method Detail

findMatchedNotificationsForResolution

public Collection findMatchedNotificationsForResolution(Timestamp tm,
                                                        GenericDao dao)
This overridden method ...

Specified by:
findMatchedNotificationsForResolution in interface NotificationDao
See Also:
org.kuali.rice.ken.dao.NotificationDao#findMatchedNotifications(java.sql.Timestamp, org.kuali.rice.core.framework.persistence.dao.GenericDao)

findMatchedNotificationsForUnlock

public Collection findMatchedNotificationsForUnlock(Notification not,
                                                    GenericDao dao)
This overridden method ...

Specified by:
findMatchedNotificationsForUnlock in interface NotificationDao
See Also:
org.kuali.rice.ken.dao.NotificationDao#findMatchedNotificationsForUnlock(java.sql.Timestamp, org.kuali.rice.core.framework.persistence.dao.GenericDao)


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