Uses of Class
biz.c24.io.api.data.ValidationException

Packages that use ValidationException
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.swift Specialist API extensions for the SWIFT libraries - used internally. 
biz.c24.io.api.data.target2   
biz.c24.io.api.transform Transform super and utility classes. 
 

Uses of ValidationException in biz.c24.io.api.data
 

Methods in biz.c24.io.api.data that throw ValidationException
 void ValidationManager.fireValidationEvent(ValidationEvent event)
          Call back to notify the manager of an event during the validation process.
 boolean ComplexDataObject.validate()
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 boolean DataComponent.validate(ComplexDataObject object)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 boolean DataComponent.validate(ComplexDataObject object, ValidationConstraints vc)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 boolean DataType.validate(Object obj, DataComponent comp, ComplexDataObject context)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 boolean ISO13616IBANValidator.validate(Object object, DataComponent component, ComplexDataObject context, String rule, ValidationManager manager)
          Runs the validation routine and reports errors against the specified rule.
 boolean ContextualValidationRule.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean DefaultValidationRule.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean ISO3166CountryValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean ISO3166CountryValidationRule.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean ISO4217CurrencyAmountValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean ISO13616IBANValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean SourcedEnumeration.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean Validator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
          Validate the given object.
 boolean ISO9362BICValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean ISO4217CurrencyAttributeValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean ISO4217CurrencyAmountAttributeValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean ISO4217CurrencyValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean MappedEnumeration.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean XsltValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean XQueryRule.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean DomainConstraint.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean DatabaseLookupValidationRule.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean XPathRule.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean SimpleValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean ISO9362BICValidationRule.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean DefaultEnumeration.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean ComplexDataObject.validate(ValidationConstraints constraints)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 void ValidationManager.validateByException(ComplexDataObject object)
          Validate the given ComplexDataObject and throw an exception when the first validation failure is detected.
 void ValidationManager.validateByException(Object object, DataComponent component, ComplexDataObject context)
          Validate the given object and throw an exception when the first validation failure is detected.
 boolean DataType.validateProperties(Object object, ComplexDataObject context, DataComponent comp, ValidationConstraints constraints)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 boolean AnyURIDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean NegativeIntegerDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean NonPositiveIntegerDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean PositiveIntegerDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean ComplexDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean NumberDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean SimpleDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean DataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean StringDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean BinaryDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean NonNegativeIntegerDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 boolean DataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager, boolean duringParsing)
           
 

Uses of ValidationException in biz.c24.io.api.data.sepa
 

Methods in biz.c24.io.api.data.sepa that throw ValidationException
 boolean IdentifierOfCreditorValidator.validate(Object object, DataComponent component, ComplexDataObject context, String rule, ValidationManager manager)
          Runs the validation routine and reports errors against the specified rule.
 boolean IdentifierOfCreditorValidatorXT33.validate(Object object, DataComponent component, ComplexDataObject context, String rule, ValidationManager manager)
          Runs the validation routine and reports errors against the specified rule.
 boolean IdentifierOfCreditorValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean IdentifierOfCreditorValidatorXT33.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 

Uses of ValidationException in biz.c24.io.api.data.swift
 

Methods in biz.c24.io.api.data.swift that throw ValidationException
 boolean SwiftCurrency_PCT_REN_YLD_Validator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean SwiftQualifierValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean LTAddressValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean SwiftPartyFieldJValidator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
          Validates an instance of a SWIFT Party Field with Option J according to the special rules defined by SWIFT for the use of this 5*40x free-format field.
 boolean SwiftFieldDataType.validateProperties(Object object, DataComponent comp, ComplexDataObject context, ValidationManager manager)
           
 

Uses of ValidationException in biz.c24.io.api.data.target2
 

Methods in biz.c24.io.api.data.target2 that throw ValidationException
 boolean TARGET2Validator.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 boolean ValueDateRule.validate(Object object, DataComponent component, ComplexDataObject context, ValidationManager manager)
           
 

Uses of ValidationException in biz.c24.io.api.transform
 

Methods in biz.c24.io.api.transform that throw ValidationException
protected  void Transform.checkRequiredInputs(Object[][] inputs)
           
protected  void Transform.checkRequiredInputs(Object[][] inputs, boolean[] requiredInputs, DataType[] inputTypes)
           
protected  void Transform.checkRequiredOutputs(Object[][] outputs)
           
protected  void Transform.checkRequiredOutputs(Object[][] outputs, boolean[] requiredOutputs, DataType[] outputTypes)
           
protected  Object Map.filter(Filter filter, Object[] inArr, Object in)
           
abstract  Object Filter.filter(Object obj, Object[] args)
          Filters the supplied list using the other arguments.
protected  Object Map.filter(String filterName, Object[] inArr, Object in)
           
protected  Object[][] Map.multiTransform(Transform transform, Object[] data, Element[] definingElementDecl)
           
abstract  Object StopFilter.stop(Object obj, Object[] args)
          Stops the transformation from executing when an error message should be printed.
protected  Object Map.stop(StopFilter filter, Object[] inArr, Object in)
           
 ComplexDataObject[] Transform.transform(ComplexDataObject[] input)
          Deprecated. Please use Transform.transform(Object[][]) instead.
 ComplexDataObject[][] Transform.transform(ComplexDataObject[][] input)
          Deprecated. Please use Transform.transform(Object[][]) instead.
abstract  Object[][] Transform.transform(Object[][] input)
          Converts the two dimensional array of objects and returns the result.
protected  Object[] Map.transform(Transform transform, Object[] data, int outIndex)
          Deprecated. please use Map.transform(Transform, Object[], int, biz.c24.io.api.data.Element) instead
protected  Object[] Map.transform(Transform transform, Object[] data, int outIndex, Element definingElementDecl)
           
 



C24 Technologies © 2002-2012: All Rights Reserved.