|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultValidationRule | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
biz.c24.io.api.data.sepa | Specialist API extensions for the SEPA libraries - used internally. |
biz.c24.io.api.data.swapswire | |
biz.c24.io.api.data.swift | Specialist API extensions for the SWIFT libraries - used internally. |
biz.c24.io.api.data.target2 |
Uses of DefaultValidationRule in biz.c24.io.api.data |
---|
Subclasses of DefaultValidationRule in biz.c24.io.api.data | |
---|---|
class |
ContextualValidationRule
A validator implementation for context specific validation. |
class |
DatabaseLookupValidationRule
A validator implementation for on-the-fly validation against a database without loading all the data into memory. |
class |
DomainConstraint
A validation rule whose validation routine is dependent on an identifier looked up via an XPath statement in the object model being validated. |
class |
ISO13616IBANValidator
A class for validating a supplied String in order to check for validity against the ISO13616 IBAN specification. |
class |
ISO3166CountryValidationRule
author: Matteo De Luise |
class |
ISO4217CurrencyAmountAttributeValidator
A class for validating a currency / amount field to ensure that the field value has the correct number of decimal places for its given currency. |
class |
ISO4217CurrencyAmountValidator
A class for validating a currency / amount field to ensure that the field value has the correct number of decimal places for its given currency. |
class |
ISO4217CurrencyAttributeValidator
A class for validating a currency field asainst a list of valid ISO4217 currency codes. |
class |
ISO4217CurrencyValidator
A class for validating a currency field asainst a list of valid ISO4217 currency codes. |
class |
ISO9362BICValidationRule
author: Matteo De Luise |
class |
SwiftFieldValidationRule
author: Matteo De Luise |
class |
XPathRule
A validation rule which uses an XPath statement to resolve a boolean value which determines whether the rule will pass or fail. |
class |
XQueryRule
A validation rule which uses an XQuery expression to resolve a boolean value which determines whether the rule will pass or fail. |
class |
XsltValidator
Validator which runs an XSLT over the Complex Data Object and exposes the output as a DOM for subclasses to interpret. |
Uses of DefaultValidationRule in biz.c24.io.api.data.sepa |
---|
Subclasses of DefaultValidationRule in biz.c24.io.api.data.sepa | |
---|---|
class |
IdentifierOfCreditorValidator
A class for validating a supplied String in order to check for validity of an Identifier of Creditor. |
class |
IdentifierOfCreditorValidatorXT33
A class for validating a supplied String in order to check for validity of an Identifier of Creditor. |
Uses of DefaultValidationRule in biz.c24.io.api.data.swapswire |
---|
Subclasses of DefaultValidationRule in biz.c24.io.api.data.swapswire | |
---|---|
class |
Swdml31Validator
Validator to verify an SWDML 3.1 document against the SwapsWire supplied validation XSLT. |
class |
SwdmlEqd42Validator
Validator to verify an SWDML EQD 4.2 document against the SwapsWire supplied validation XSLT. |
class |
SwdmlGenericValidator
Validator to verify a generic SWDML document against the SwapsWire supplied validation XSLT. |
class |
SwdmlIrd42Validator
Validator to verify an SWDML IRD 4.2 document against the SwapsWire supplied validation XSLT. |
class |
SwdmlValidator
Validator to verify an SWDML document against the SwapsWire supplied validation XSL script. |
Uses of DefaultValidationRule in biz.c24.io.api.data.swift |
---|
Subclasses of DefaultValidationRule in biz.c24.io.api.data.swift | |
---|---|
class |
LTAddressValidator
A class for parsing Target2 data. |
class |
SwiftCurrency_PCT_REN_YLD_Validator
A class for validating a SWIFT Currency field (including PCT, REN, YLD), specifically to ensure that such a field value matches a value from the list of SWIFT-approved currency codes. |
class |
SwiftPartyFieldJValidator
A class for validating the contents of ' |
class |
SwiftQualifierValidator
Validator to check the presence and repetitivness of SWIFT qualifiers in generic fields. |
Uses of DefaultValidationRule in biz.c24.io.api.data.target2 |
---|
Subclasses of DefaultValidationRule in biz.c24.io.api.data.target2 | |
---|---|
class |
TARGET2Validator
A class for parsing Target2 data. |
class |
ValueDateRule
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |