Interface IntegrityCheckManager

All Known Implementing Classes:
IntegrityCheckManagerImpl

public interface IntegrityCheckManager
  • Method Details

    • getIntegrityChecks

      List<IntegrityCheck> getIntegrityChecks()
    • getCheck

      Check getCheck(Long checkId)
    • getIntegrityCheck

      IntegrityCheck getIntegrityCheck(Long id)
    • getMaxResultsLimit

      int getMaxResultsLimit()
    • getDisplayableResultsLimit

      int getDisplayableResultsLimit()