org.kuali.rice.ken.dao
Interface NotificationMessegeDeliveryDao
- All Known Implementing Classes:
- NotificationMessegeDeliveryDaoJpa
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(DataObjectService dataObjectService)
getMessageDeliveriesForAutoRemoval
Collection<NotificationMessageDelivery> getMessageDeliveriesForAutoRemoval(Timestamp tm,
DataObjectService dataObjectService)
getLockedDeliveries
Collection<NotificationMessageDelivery> getLockedDeliveries(Class clazz,
DataObjectService dataObjectService)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.