java.lang.Object
ch.admin.bit.jeap.errorhandling.domain.error.ErrorSearchService
@Component
@Transactional(readOnly=true)
public class ErrorSearchService
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
getAllEventSources
@Cacheable("eventSources")
public List<String> getAllEventSources()
-
getAllErrorCodes
@Cacheable("errorCodes")
public List<String> getAllErrorCodes()
-
getAllEventNames
@Cacheable("eventNames")
public List<String> getAllEventNames()