org.kuali.rice.ken.dao.impl
Class NotificationDaoJpa
java.lang.Object
   org.kuali.rice.ken.dao.impl.NotificationDaoJpa
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)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NotificationDaoJpa
public NotificationDaoJpa()
findMatchedNotificationsForResolution
public Collection findMatchedNotificationsForResolution(Timestamp tm,
                                                        GenericDao dao)
- This overridden method ...
 
- 
- Specified by:
- findMatchedNotificationsForResolutionin 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:
- findMatchedNotificationsForUnlockin 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.