public class StuckDocumentServiceImpl extends Object implements StuckDocumentService
| Constructor and Description |
|---|
StuckDocumentServiceImpl() |
public StuckDocumentServiceImpl()
public List<String> findAllStuckDocumentIds()
findAllStuckDocumentIds in interface StuckDocumentServicepublic List<StuckDocument> findAllStuckDocuments()
findAllStuckDocuments in interface StuckDocumentServicepublic StuckDocumentIncident findIncident(String stuckDocumentIncidentId)
findIncident in interface StuckDocumentServicepublic List<StuckDocumentIncident> findIncidents(List<String> stuckDocumentIncidentIds)
findIncidents in interface StuckDocumentServicepublic List<StuckDocumentIncident> findAllIncidents(int maxIncidents)
findAllIncidents in interface StuckDocumentServicepublic List<StuckDocumentIncident> findIncidentsByStatus(int maxIncidents, StuckDocumentIncident.Status status)
findIncidentsByStatus in interface StuckDocumentServicepublic List<StuckDocumentIncident> recordNewStuckDocumentIncidents()
recordNewStuckDocumentIncidents in interface StuckDocumentServicepublic StuckDocumentFixAttempt recordNewIncidentFixAttempt(StuckDocumentIncident stuckDocumentIncident)
recordNewIncidentFixAttempt in interface StuckDocumentServicepublic List<StuckDocumentFixAttempt> findAllFixAttempts(String stuckDocumentIncidentId)
findAllFixAttempts in interface StuckDocumentServicepublic List<StuckDocumentIncident> resolveIncidentsIfPossible(List<String> stuckDocumentIncidentIds)
resolveIncidentsIfPossible in interface StuckDocumentServiceprotected StuckDocumentIncident resolve(StuckDocumentIncident stuckDocumentIncident)
public StuckDocumentIncident startFixingIncident(StuckDocumentIncident stuckDocumentIncident)
startFixingIncident in interface StuckDocumentServicepublic StuckDocumentIncident recordIncidentFailure(StuckDocumentIncident stuckDocumentIncident)
recordIncidentFailure in interface StuckDocumentServiceprotected void notifyIncidentFailure(StuckDocumentIncident stuckDocumentIncident)
protected StuckDocumentDao getStuckDocumentDao()
public void setStuckDocumentDao(StuckDocumentDao stuckDocumentDao)
protected StuckDocumentNotifier getNotifier()
public void setNotifier(StuckDocumentNotifier notifier)
protected RuntimeConfig getFailureNotificationEnabled()
public void setFailureNotificationEnabled(RuntimeConfig failureNotificationEnabled)
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.