public class StuckDocumentDaoJpa extends Object implements StuckDocumentDao
| Constructor and Description |
|---|
StuckDocumentDaoJpa() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteIncident(StuckDocumentIncident incident) |
List<StuckDocumentFixAttempt> |
findAllFixAttempts(String stuckDocumentIncidentId) |
List<StuckDocumentIncident> |
findAllIncidents(int maxIncidents) |
List<String> |
findAllStuckDocumentIds() |
List<StuckDocument> |
findAllStuckDocuments() |
StuckDocumentIncident |
findIncident(String stuckDocumentIncidentId) |
List<StuckDocumentIncident> |
findIncidentsByStatus(int maxIncidents,
StuckDocumentIncident.Status status) |
javax.persistence.EntityManager |
getEntityManager() |
List<String> |
identifyNewStuckDocuments() |
List<StuckDocumentIncident> |
identifyStillStuckDocuments(List<String> incidentIds) |
boolean |
isStuck(String documentId) |
StuckDocumentFixAttempt |
saveFixAttempt(StuckDocumentFixAttempt auditEntry) |
StuckDocumentIncident |
saveIncident(StuckDocumentIncident incident) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public StuckDocumentDaoJpa()
public List<String> findAllStuckDocumentIds()
findAllStuckDocumentIds in interface StuckDocumentDaopublic List<StuckDocument> findAllStuckDocuments()
findAllStuckDocuments in interface StuckDocumentDaopublic StuckDocumentIncident findIncident(String stuckDocumentIncidentId)
findIncident in interface StuckDocumentDaopublic StuckDocumentIncident saveIncident(StuckDocumentIncident incident)
saveIncident in interface StuckDocumentDaopublic void deleteIncident(StuckDocumentIncident incident)
deleteIncident in interface StuckDocumentDaopublic List<StuckDocumentIncident> findAllIncidents(int maxIncidents)
findAllIncidents in interface StuckDocumentDaopublic List<StuckDocumentIncident> findIncidentsByStatus(int maxIncidents, StuckDocumentIncident.Status status)
findIncidentsByStatus in interface StuckDocumentDaopublic List<StuckDocumentFixAttempt> findAllFixAttempts(String stuckDocumentIncidentId)
findAllFixAttempts in interface StuckDocumentDaopublic StuckDocumentFixAttempt saveFixAttempt(StuckDocumentFixAttempt auditEntry)
saveFixAttempt in interface StuckDocumentDaopublic List<String> identifyNewStuckDocuments()
identifyNewStuckDocuments in interface StuckDocumentDaopublic List<StuckDocumentIncident> identifyStillStuckDocuments(List<String> incidentIds)
identifyStillStuckDocuments in interface StuckDocumentDaopublic javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.