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

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

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

Constructor Summary
NotificationMessegeDeliveryDaoJpa()
           
 
Method Summary
 Collection<NotificationMessageDelivery> getLockedDeliveries(Class clazz, GenericDao dao)
          This overridden method ...
 Collection<NotificationMessageDelivery> getMessageDeliveriesForAutoRemoval(Timestamp tm, GenericDao businessObjectDao)
          This overridden method ...
 Collection getUndeliveredMessageDelivers(GenericDao businessObjectDao)
          This overridden method ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationMessegeDeliveryDaoJpa

public NotificationMessegeDeliveryDaoJpa()
Method Detail

getUndeliveredMessageDelivers

public Collection getUndeliveredMessageDelivers(GenericDao businessObjectDao)
This overridden method ...

Specified by:
getUndeliveredMessageDelivers in interface NotificationMessegeDeliveryDao
See Also:
org.kuali.rice.ken.dao.NotificationMessegeDeliveryDao#getUndeliveredMessageDelivers()

getMessageDeliveriesForAutoRemoval

public Collection<NotificationMessageDelivery> getMessageDeliveriesForAutoRemoval(Timestamp tm,
                                                                                  GenericDao businessObjectDao)
This overridden method ...

Specified by:
getMessageDeliveriesForAutoRemoval in interface NotificationMessegeDeliveryDao
See Also:
org.kuali.rice.ken.dao.NotificationMessegeDeliveryDao#getMessageDeliveriesForAutoRemoval(org.kuali.rice.core.framework.persistence.dao.GenericDao)

getLockedDeliveries

public Collection<NotificationMessageDelivery> getLockedDeliveries(Class clazz,
                                                                   GenericDao dao)
This overridden method ...

Specified by:
getLockedDeliveries in interface NotificationMessegeDeliveryDao
See Also:
NotificationMessegeDeliveryDao.getLockedDeliveries(java.lang.Class, org.kuali.rice.core.framework.persistence.dao.GenericDao)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.