Uses of Class
nl.paston.apollon.model.Validation.Level
-
Packages that use Validation.Level Package Description nl.paston.apollon.model nl.paston.apollon.model.dto nl.paston.apollon.model.projections -
-
Uses of Validation.Level in nl.paston.apollon.model
Methods in nl.paston.apollon.model that return Validation.Level Modifier and Type Method Description Validation.LevelValidation. getLevel()static Validation.LevelValidation.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static Validation.Level[]Validation.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.paston.apollon.model with parameters of type Validation.Level Modifier and Type Method Description booleanPolicy. addValidation(Validation.Level level, String description)Set<Validation>Policy. findValidations(Validation.Level level)voidValidation. setLevel(Validation.Level level)Constructors in nl.paston.apollon.model with parameters of type Validation.Level Constructor Description Validation(Validation.Level level, String description) -
Uses of Validation.Level in nl.paston.apollon.model.dto
Methods in nl.paston.apollon.model.dto that return Validation.Level Modifier and Type Method Description Validation.LevelValidationDTO. getLevel()Methods in nl.paston.apollon.model.dto with parameters of type Validation.Level Modifier and Type Method Description voidValidationDTO. setLevel(Validation.Level level)Constructors in nl.paston.apollon.model.dto with parameters of type Validation.Level Constructor Description ValidationDTO(Long policyCaseId, String insurerName, Validation.Level level, String description)ValidationDTO(Long id, Validation.Level level, String description) -
Uses of Validation.Level in nl.paston.apollon.model.projections
Methods in nl.paston.apollon.model.projections that return Validation.Level Modifier and Type Method Description Validation.LevelValidationSummary. getLevel()Methods in nl.paston.apollon.model.projections with parameters of type Validation.Level Modifier and Type Method Description voidValidationSummary. setLevel(Validation.Level level)
-