org.kuali.rice.ken.dao
Interface NotificationMessegeDeliveryDao
- All Known Implementing Classes: 
- NotificationMessegeDeliveryDaoJpa, NotificationMessegeDeliveryDaoOjb
- public interface NotificationMessegeDeliveryDao 
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)
 
getUndeliveredMessageDelivers
Collection getUndeliveredMessageDelivers(GenericDao businessObjectDao)
- 
 
getMessageDeliveriesForAutoRemoval
Collection<NotificationMessageDelivery> getMessageDeliveriesForAutoRemoval(Timestamp tm,
                                                                           GenericDao businessObjectDao)
- 
 
getLockedDeliveries
Collection<NotificationMessageDelivery> getLockedDeliveries(Class clazz,
                                                            GenericDao dao)
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.