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

java.lang.Object
  extended by org.kuali.rice.ken.dao.impl.NotificationDaoJpa
All Implemented Interfaces:
NotificationDao

public class NotificationDaoJpa
extends Object
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)

Constructor Summary
NotificationDaoJpa()
           
 
Method Summary
 Collection findMatchedNotificationsForResolution(Timestamp tm, GenericDao dao)
          This overridden method ...
 Collection findMatchedNotificationsForUnlock(Notification not, GenericDao dao)
          This overridden method ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationDaoJpa

public NotificationDaoJpa()
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 © 2005-2012 The Kuali Foundation. All Rights Reserved.