Package | Description |
---|---|
dk.heick.properties | |
dk.heick.properties.collections |
Modifier and Type | Method and Description |
---|---|
PropertyValidationVO |
Property.validation()
Wrappeds the validate method into a PropertyValidationVO.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyValidationVO> |
PropertyCollection.validation()
Validates all the
Property 's in the collection, stores the result in
a java.util.List of PropertyValidationVO . |
Modifier and Type | Method and Description |
---|---|
List<PropertyValidationVO> |
PropertyListCollection.validation() |
List<PropertyValidationVO> |
PropertyFieldCollection.validation() |
Modifier and Type | Method and Description |
---|---|
static int |
PropertyCollectionUtil.getInvalidCount(List<PropertyValidationVO> list)
Gets how many is invalid in a list of PropertyValidationVO
|
static int |
PropertyCollectionUtil.getValidCount(List<PropertyValidationVO> list)
Gets how many is valid in a list of PropertyValidationVO
|