Uses of Interface
org.gcube.application.geoportal.common.model.legacy.report.Check
-
Packages that use Check Package Description org.gcube.application.geoportal.common.model.legacy.report -
-
Uses of Check in org.gcube.application.geoportal.common.model.legacy.report
Methods in org.gcube.application.geoportal.common.model.legacy.report that return Check Modifier and Type Method Description static CheckCheck. collectionSize(int lowerBound, int upperBound)static CheckCheck. collectionSizeMax(int upperBound)static CheckCheck. collectionSizeMin(int lowerBound)Methods in org.gcube.application.geoportal.common.model.legacy.report with parameters of type Check Modifier and Type Method Description ConstraintCheck<T>ConstraintCheck. addChecks(Check... checks)<T> booleanValidationReport. checkMandatory(T toCheck, String name, Check... checks)Constructors in org.gcube.application.geoportal.common.model.legacy.report with parameters of type Check Constructor Description ConstraintCheck(T theObject, String fieldLabel, Check... checks)ConstraintCheck(T theObject, Check... checks)
-