org.kuali.rice.ken.dao.impl
Class NotificationDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
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 |
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 |
LOG
private static final org.apache.log4j.Logger LOG
NotificationDaoOjb
public NotificationDaoOjb()
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.