org.kuali.rice.ken.dao.impl
Class NotificationMessegeDeliveryDaoJpa
java.lang.Object
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)
Field Summary |
private static org.apache.log4j.Logger |
LOG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.log4j.Logger LOG
NotificationMessegeDeliveryDaoJpa
public NotificationMessegeDeliveryDaoJpa()
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 © 2004-2011 The Kuali Foundation. All Rights Reserved.