Class BankAccountValidatorCall

java.lang.Object
com.aquima.interactions.framework.validator.ValidatorCallBase
com.aquima.interactions.framework.validator.BankAccountValidatorCall
All Implemented Interfaces:
IValidatorCall, Serializable

public class BankAccountValidatorCall extends ValidatorCallBase
Standard validation rule that can validate if a string is a correct bank account number.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • BankAccountValidatorCall

      public BankAccountValidatorCall(String name, IParameters parameters)
      Constructs the validator using a data-source.
      Parameters:
      name - The name of the validator type.
      parameters - Containing additional parameters for the validation.
  • Method Details

    • parseType

      protected String parseType(String type)
    • validate

      public boolean validate(IValue attrValue)
      Description copied from interface: IValidatorCall
      This method will be invoked for each value that should be validated by this validator.
      Parameters:
      attrValue - The value that should be validated.
      Returns:
      Boolean indicating if the value is deemed valid by this validator.