public class PurgePushNotificationDaoImpl extends Object implements PurgePushNotificationDao
Constructor and Description |
---|
PurgePushNotificationDaoImpl()
Creates a new instance of a
PurgePushNotificationDaoImpl |
Modifier and Type | Method and Description |
---|---|
javax.persistence.EntityManager |
getEntityManager()
Return the
EntityManager for this DaoImpl.. |
boolean |
purgePushNotification(javax.servlet.http.HttpServletRequest request,
int status) |
void |
setEntityManager(javax.persistence.EntityManager entityManager)
Set the
EntityMAnager for this DaoImpl. |
public PurgePushNotificationDaoImpl()
PurgePushNotificationDaoImpl
public boolean purgePushNotification(javax.servlet.http.HttpServletRequest request, int status)
purgePushNotification
in interface PurgePushNotificationDao
public javax.persistence.EntityManager getEntityManager()
EntityManager
for this DaoImpl..public void setEntityManager(javax.persistence.EntityManager entityManager)
EntityMAnager
for this DaoImpl.entityManager
- Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.