Class ErrorSearchService

java.lang.Object
ch.admin.bit.jeap.errorhandling.domain.error.ErrorSearchService

@Component @Transactional(readOnly=true) public class ErrorSearchService extends Object
  • Constructor Details

    • ErrorSearchService

      public ErrorSearchService(ErrorRepository errorRepository)
  • Method Details

    • search

      public ErrorList search(ErrorSearchCriteria criteria)
    • getAllEventSources

      @Cacheable("eventSources") public List<String> getAllEventSources()
    • getAllErrorCodes

      @Cacheable("errorCodes") public List<String> getAllErrorCodes()
    • getAllEventNames

      @Cacheable("eventNames") public List<String> getAllEventNames()