Class ValidatorDAO
- java.lang.Object
-
- de.gwdg.metadataqa.marc.analysis.validator.ValidatorDAO
-
public class ValidatorDAO extends Object
-
-
Constructor Summary
Constructors Constructor Description ValidatorDAO()
-
Method Summary
-
-
-
Method Detail
-
getCategoryRecordCounter
public Map<ValidationErrorCategory,Integer> getCategoryRecordCounter()
-
getCategoryRecordCounterGrouped
public Map<String,Map<ValidationErrorCategory,Integer>> getCategoryRecordCounterGrouped()
-
getTypeRecordCounter
public Map<ValidationErrorType,Integer> getTypeRecordCounter()
-
getTypeRecordCounterGrouped
public Map<String,Map<ValidationErrorType,Integer>> getTypeRecordCounterGrouped()
-
getTotalRecordCounterGrouped
public Map<String,Map<Integer,Integer>> getTotalRecordCounterGrouped()
-
getInstanceBasedErrorCounter
public Map<ValidationError,Integer> getInstanceBasedErrorCounter()
-
getInstanceBasedErrorCounterGrouped
public Map<String,Map<ValidationError,Integer>> getInstanceBasedErrorCounterGrouped()
-
getRecordBasedErrorCounterGrouped
public Map<String,Map<Integer,Integer>> getRecordBasedErrorCounterGrouped()
-
getTypeInstanceCounter
public Map<ValidationErrorType,Integer> getTypeInstanceCounter()
-
getTypeInstanceCounterGrouped
public Map<String,Map<ValidationErrorType,Integer>> getTypeInstanceCounterGrouped()
-
getCategoryInstanceCounter
public Map<ValidationErrorCategory,Integer> getCategoryInstanceCounter()
-
getCategoryInstanceCounterGrouped
public Map<String,Map<ValidationErrorCategory,Integer>> getCategoryInstanceCounterGrouped()
-
-