Uses of Class
com.bankframe.fe.statemachine.ext.validation.Validate

Packages that use Validate
com.bankframe.fe.statemachine.ext.validation   
 

Uses of Validate in com.bankframe.fe.statemachine.ext.validation
 

Fields in com.bankframe.fe.statemachine.ext.validation declared as Validate
static Validate Validate.FOR_NOTHING_EXTRA
           
 

Methods in com.bankframe.fe.statemachine.ext.validation that return Validate
static Validate Validate.forBooleanOnly()
          This method creates a Validate object for validating booleans only.
static Validate Validate.forDateOrTimeOnly(java.lang.String dateOrTimePattern)
          This method creates a Validate object for validating against a date or time.
static Validate Validate.forDigitsOnly()
          This method creates a Validate object for validating digits only.
static Validate Validate.forLettersOnly()
          This method creates a Validate object for validating letters only.
static Validate Validate.forLettersOrDigitsOnly()
          This method creates a Validate object for validating letters and digits only.
static Validate Validate.forNumberOnly()
          This method creates a Validate object for validating numbers only.
static Validate Validate.forNumberOnly(java.lang.String numberPattern)
          This method creates a Validate object for validating numbers only.
static Validate Validate.forValuesOnly(java.lang.String constantsKey)
          This method creates a Validate object for validating against the Constants values.
static Validate Validate.forRangeOnly(java.lang.Object minRangeValue, java.lang.Object maxRangeValue)
          This method creates a Validate object for validating ranges only.
static Validate Validate.forRangeOnly(java.lang.String numberPattern, java.lang.Object minRangeValue, java.lang.Object maxRangeValue)
          This method creates a Validate object for validating ranges only.
 

Methods in com.bankframe.fe.statemachine.ext.validation with parameters of type Validate
static void StandardValidations.validateAttribute(boolean mandatory, boolean exactLength, int minimumLength, int maximumLength, Validate validate, java.lang.Object value, java.lang.String valuesName)
          This method is used to validate an attribute.
static void StandardValidations.validateAttribute(boolean mandatory, boolean exactLength, int maximumLength, Validate validate, java.lang.Object value, java.lang.String valuesName)
          This method is used to validate an attribute.
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.