A B C D E F G H I J L M O P R S V W 

I

IChecker - Interface in org.jeneva.validation
Defines validation checking routines
IChild - Interface in org.jeneva
Defines a method for cascaded child domain objects.
IFailureList - Interface in org.jeneva.validation
Defines list of validation failures routines
IJenevaContext - Interface in org.jeneva
Defines Jeneva context methods
IJenevaValidationContext - Interface in org.jeneva.validation
Defines Validation context routines
IJsonParser - Interface in org.jeneva
Defines JSON parser methods
IMapper - Interface in org.jeneva
Defines Mapper class methods
IMath - Interface in org.jeneva.validation
 
INTEGER_PARSER - Static variable in class org.jeneva.impl.StandardParsers
java.lang.Integer parser
IParser - Interface in org.jeneva
Defines parseing method (used for parsing field values).
IPathHelper - Interface in org.jeneva.validation
Defines methods for building property path
isAssigned(Dtobase) - Method in class org.jeneva.impl.PropertyMeta
Determines if the property instance is assigned by JSON deserializer
isAssigned(String, Dtobase) - Method in interface org.jeneva.validation.IChecker
Checks if field value is assigned
isAssigned() - Method in interface org.jeneva.validation.IJenevaValidationContext
True if current field is assigned, otherwise false
isAssigned(String, Dtobase) - Method in class org.jeneva.validation.impl.Checker
Checks if field value is assigned
isAssigned() - Method in class org.jeneva.validation.impl.JenevaValidationContext
True if current field is assigned, otherwise false
isCountBetween(int, int, Collection<?>) - Method in interface org.jeneva.validation.IChecker
Checks if field value collection size is between min and max values inclusively (field must implement Comparable)
isCountBetween(int, int, Collection<?>) - Method in class org.jeneva.validation.impl.Checker
Checks if field value collection size is between min and max values inclusively (field must implement Collection)
isDtoCustomType() - Method in class org.jeneva.impl.PropertyMeta
Returns true if the property is custom type (used for Hibernate custom types)
isDtoDynamic() - Method in class org.jeneva.impl.PropertyMeta
Returns true if serialization level assigned to the property children is resolved dynamically
isEmpty() - Method in interface org.jeneva.validation.IFailureList
True if list is empty
isEmpty() - Method in class org.jeneva.validation.impl.FailureList
True if the list is empty
isEmptyString(String) - Method in interface org.jeneva.validation.IChecker
Checks if field value is empty string
isEmptyString(String) - Method in class org.jeneva.validation.impl.Checker
Checks if field value is empty string
isEqual(Long, Long) - Method in interface org.jeneva.validation.IMath
Checks if a is equal to b (returns false if at least one of the parameters is NULL)
isEqual(Integer, Integer) - Method in interface org.jeneva.validation.IMath
Checks if a is equal to b (returns false if at least one of the parameters is NULL)
isEqual(Short, Short) - Method in interface org.jeneva.validation.IMath
Checks if a is equal to b (returns false if at least one of the parameters is NULL)
isEqual(Byte, Byte) - Method in interface org.jeneva.validation.IMath
Checks if a is equal to b (returns false if at least one of the parameters is NULL)
isEqual(Double, Double, int) - Method in interface org.jeneva.validation.IMath
Checks if a is equal to b (returns false if at least one of the parameters is NULL)
isEqual(BigDecimal, BigDecimal, int) - Method in interface org.jeneva.validation.IMath
Checks if a is equal to b (returns false if at least one of the parameters is NULL)
isEqual(Float, Float, int) - Method in interface org.jeneva.validation.IMath
Checks if a is equal to b (returns false if at least one of the parameters is NULL)
isEqual(BigInteger, BigInteger) - Method in interface org.jeneva.validation.IMath
Checks if a is equal to b (returns false if at least one of the parameters is NULL)
isEqual(Date, Date, boolean) - Method in interface org.jeneva.validation.IMath
Checks if a is equal to b (returns false if at least one of the parameters is NULL)
isEqual(Long, Long) - Method in class org.jeneva.validation.impl.Math
 
isEqual(Integer, Integer) - Method in class org.jeneva.validation.impl.Math
 
isEqual(Short, Short) - Method in class org.jeneva.validation.impl.Math
 
isEqual(Byte, Byte) - Method in class org.jeneva.validation.impl.Math
 
isEqual(Double, Double, int) - Method in class org.jeneva.validation.impl.Math
 
isEqual(BigDecimal, BigDecimal, int) - Method in class org.jeneva.validation.impl.Math
 
isEqual(Float, Float, int) - Method in class org.jeneva.validation.impl.Math
 
isEqual(BigInteger, BigInteger) - Method in class org.jeneva.validation.impl.Math
 
isEqual(Date, Date, boolean) - Method in class org.jeneva.validation.impl.Math
 
isEqualTo(Object, Object) - Method in interface org.jeneva.validation.IChecker
Checks if field value equals to m
isEqualTo(Object, Object) - Method in class org.jeneva.validation.impl.Checker
Checks if field value equals to m
isEqualToOneOf(Object[], Object) - Method in interface org.jeneva.validation.IChecker
Checks if field value is equal to one of the values
isEqualToOneOf(Object[], Object) - Method in class org.jeneva.validation.impl.Checker
Checks if field value is equal to one of values
isFieldAssigned(String) - Method in class org.jeneva.Dtobase
Checks if a field is assigned
isFieldValid() - Method in interface org.jeneva.validation.IJenevaValidationContext
False, if at least on failure is recorded for the current field, otherwise true
isFieldValid() - Method in class org.jeneva.validation.impl.JenevaValidationContext
False, if at least on failure is recorded for the current field, otherwise true
isFieldWrong(String) - Method in class org.jeneva.Dtobase
Checks if a field is wrong (failed to be parsed)
isGreater(Long, Long) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
isGreater(Integer, Integer) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
isGreater(Short, Short) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
isGreater(Byte, Byte) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
isGreater(Double, Double, int) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
isGreater(BigDecimal, BigDecimal, int) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
isGreater(Float, Float, int) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
isGreater(BigInteger, BigInteger) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
isGreater(Date, Date, boolean) - Method in interface org.jeneva.validation.IMath
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
isGreater(Long, Long) - Method in class org.jeneva.validation.impl.Math
 
isGreater(Integer, Integer) - Method in class org.jeneva.validation.impl.Math
 
isGreater(Short, Short) - Method in class org.jeneva.validation.impl.Math
 
isGreater(Byte, Byte) - Method in class org.jeneva.validation.impl.Math
 
isGreater(Double, Double, int) - Method in class org.jeneva.validation.impl.Math
 
isGreater(BigDecimal, BigDecimal, int) - Method in class org.jeneva.validation.impl.Math
 
isGreater(Float, Float, int) - Method in class org.jeneva.validation.impl.Math
 
isGreater(BigInteger, BigInteger) - Method in class org.jeneva.validation.impl.Math
 
isGreater(Date, Date, boolean) - Method in class org.jeneva.validation.impl.Math
 
isGreaterOrEqual(Long, Long) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
isGreaterOrEqual(Integer, Integer) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
isGreaterOrEqual(Short, Short) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
isGreaterOrEqual(Byte, Byte) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
isGreaterOrEqual(Double, Double, int) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
isGreaterOrEqual(BigDecimal, BigDecimal, int) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
isGreaterOrEqual(Float, Float, int) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
isGreaterOrEqual(BigInteger, BigInteger) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
isGreaterOrEqual(Date, Date, boolean) - Method in interface org.jeneva.validation.IMath
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
isGreaterOrEqual(Long, Long) - Method in class org.jeneva.validation.impl.Math
 
isGreaterOrEqual(Integer, Integer) - Method in class org.jeneva.validation.impl.Math
 
isGreaterOrEqual(Short, Short) - Method in class org.jeneva.validation.impl.Math
 
isGreaterOrEqual(Byte, Byte) - Method in class org.jeneva.validation.impl.Math
 
isGreaterOrEqual(Double, Double, int) - Method in class org.jeneva.validation.impl.Math
 
isGreaterOrEqual(BigDecimal, BigDecimal, int) - Method in class org.jeneva.validation.impl.Math
 
isGreaterOrEqual(Float, Float, int) - Method in class org.jeneva.validation.impl.Math
 
isGreaterOrEqual(BigInteger, BigInteger) - Method in class org.jeneva.validation.impl.Math
 
isGreaterOrEqual(Date, Date, boolean) - Method in class org.jeneva.validation.impl.Math
 
isGreaterOrEqualTo(Object, Comparable) - Method in interface org.jeneva.validation.IChecker
Checks if field value is greater than or equal to 'm'.
isGreaterOrEqualTo(Object, Comparable) - Method in class org.jeneva.validation.impl.Checker
Checks if field value is greater than or equal to 'm'.
isGreaterThan(Object, Comparable) - Method in interface org.jeneva.validation.IChecker
Checks if field value is greater than 'm'.
isGreaterThan(Object, Comparable) - Method in class org.jeneva.validation.impl.Checker
Checks if field value is greater than 'm'.
isLengthBetween(int, int, String) - Method in interface org.jeneva.validation.IChecker
Checks if field value length is between min and max values
isLengthBetween(int, int, String) - Method in class org.jeneva.validation.impl.Checker
Checks if field value length is between min and max values
IsLess(Long, Long) - Method in interface org.jeneva.validation.IMath
Checks if a is less than b (returns false if at least one of the parameters is NULL)
isLess(Integer, Integer) - Method in interface org.jeneva.validation.IMath
Checks if a is less than b (returns false if at least one of the parameters is NULL)
isLess(Short, Short) - Method in interface org.jeneva.validation.IMath
Checks if a is less than b (returns false if at least one of the parameters is NULL)
isLess(Byte, Byte) - Method in interface org.jeneva.validation.IMath
Checks if a is less than b (returns false if at least one of the parameters is NULL)
isLess(Double, Double, int) - Method in interface org.jeneva.validation.IMath
Checks if a is less than b (returns false if at least one of the parameters is NULL)
isLess(BigDecimal, BigDecimal, int) - Method in interface org.jeneva.validation.IMath
Checks if a is less than b (returns false if at least one of the parameters is NULL)
isLess(Float, Float, int) - Method in interface org.jeneva.validation.IMath
Checks if a is less than b (returns false if at least one of the parameters is NULL)
isLess(BigInteger, BigInteger) - Method in interface org.jeneva.validation.IMath
Checks if a is less than b (returns false if at least one of the parameters is NULL)
isLess(Date, Date, boolean) - Method in interface org.jeneva.validation.IMath
Checks if a is less than b (returns false if at least one of the parameters is NULL)
IsLess(Long, Long) - Method in class org.jeneva.validation.impl.Math
 
isLess(Integer, Integer) - Method in class org.jeneva.validation.impl.Math
 
isLess(Short, Short) - Method in class org.jeneva.validation.impl.Math
 
isLess(Byte, Byte) - Method in class org.jeneva.validation.impl.Math
 
isLess(Double, Double, int) - Method in class org.jeneva.validation.impl.Math
 
isLess(BigDecimal, BigDecimal, int) - Method in class org.jeneva.validation.impl.Math
 
isLess(Float, Float, int) - Method in class org.jeneva.validation.impl.Math
 
isLess(BigInteger, BigInteger) - Method in class org.jeneva.validation.impl.Math
 
isLess(Date, Date, boolean) - Method in class org.jeneva.validation.impl.Math
 
isLessOrEqual(Long, Long) - Method in interface org.jeneva.validation.IMath
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
isLessOrEqual(Integer, Integer) - Method in interface org.jeneva.validation.IMath
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
isLessOrEqual(Short, Short) - Method in interface org.jeneva.validation.IMath
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
isLessOrEqual(Byte, Byte) - Method in interface org.jeneva.validation.IMath
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
isLessOrEqual(Double, Double, int) - Method in interface org.jeneva.validation.IMath
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
isLessOrEqual(BigDecimal, BigDecimal, int) - Method in interface org.jeneva.validation.IMath
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
isLessOrEqual(Float, Float, int) - Method in interface org.jeneva.validation.IMath
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
isLessOrEqual(BigInteger, BigInteger) - Method in interface org.jeneva.validation.IMath
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
isLessOrEqual(Date, Date, boolean) - Method in interface org.jeneva.validation.IMath
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
isLessOrEqual(Long, Long) - Method in class org.jeneva.validation.impl.Math
 
isLessOrEqual(Integer, Integer) - Method in class org.jeneva.validation.impl.Math
 
isLessOrEqual(Short, Short) - Method in class org.jeneva.validation.impl.Math
 
isLessOrEqual(Byte, Byte) - Method in class org.jeneva.validation.impl.Math
 
isLessOrEqual(Double, Double, int) - Method in class org.jeneva.validation.impl.Math
 
isLessOrEqual(BigDecimal, BigDecimal, int) - Method in class org.jeneva.validation.impl.Math
 
isLessOrEqual(Float, Float, int) - Method in class org.jeneva.validation.impl.Math
 
isLessOrEqual(BigInteger, BigInteger) - Method in class org.jeneva.validation.impl.Math
 
isLessOrEqual(Date, Date, boolean) - Method in class org.jeneva.validation.impl.Math
 
isLessOrEqualTo(Object, Comparable) - Method in interface org.jeneva.validation.IChecker
Checks if field value is less than or equal to 'm'.
isLessOrEqualTo(Object, Comparable) - Method in class org.jeneva.validation.impl.Checker
Checks if field value is less than or equal to 'm'
isLessThan(Object, Comparable) - Method in interface org.jeneva.validation.IChecker
Checks if field value is less than 'm'.
isLessThan(Object, Comparable) - Method in class org.jeneva.validation.impl.Checker
Checks if field value is less than 'm'.
isNotEqual(Long, Long) - Method in interface org.jeneva.validation.IMath
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
isNotEqual(Integer, Integer) - Method in interface org.jeneva.validation.IMath
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
isNotEqual(Short, Short) - Method in interface org.jeneva.validation.IMath
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
isNotEqual(Byte, Byte) - Method in interface org.jeneva.validation.IMath
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
isNotEqual(Double, Double, int) - Method in interface org.jeneva.validation.IMath
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
isNotEqual(BigDecimal, BigDecimal, int) - Method in interface org.jeneva.validation.IMath
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
isNotEqual(Float, Float, int) - Method in interface org.jeneva.validation.IMath
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
isNotEqual(BigInteger, BigInteger) - Method in interface org.jeneva.validation.IMath
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
isNotEqual(Date, Date, boolean) - Method in interface org.jeneva.validation.IMath
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
isNotEqual(Long, Long) - Method in class org.jeneva.validation.impl.Math
 
isNotEqual(Integer, Integer) - Method in class org.jeneva.validation.impl.Math
 
isNotEqual(Short, Short) - Method in class org.jeneva.validation.impl.Math
 
isNotEqual(Byte, Byte) - Method in class org.jeneva.validation.impl.Math
 
isNotEqual(Double, Double, int) - Method in class org.jeneva.validation.impl.Math
 
isNotEqual(BigDecimal, BigDecimal, int) - Method in class org.jeneva.validation.impl.Math
 
isNotEqual(Float, Float, int) - Method in class org.jeneva.validation.impl.Math
 
isNotEqual(BigInteger, BigInteger) - Method in class org.jeneva.validation.impl.Math
 
isNotEqual(Date, Date, boolean) - Method in class org.jeneva.validation.impl.Math
 
isNull(Object) - Method in interface org.jeneva.validation.IChecker
Checks if field value is NULL
isNull() - Method in interface org.jeneva.validation.IJenevaValidationContext
True is current field is null, otherwise false
isNull(Object) - Method in class org.jeneva.validation.impl.Checker
Checks if field value is NULL
isNull() - Method in class org.jeneva.validation.impl.JenevaValidationContext
True is current field is null, otherwise false
isRegexpr(String, String) - Method in interface org.jeneva.validation.IChecker
Checks if field value qualifies to regular expression
isRegexpr(String, String) - Method in class org.jeneva.validation.impl.Checker
Checks if field value qualifies to regular expression
isTargetValid() - Method in interface org.jeneva.validation.IJenevaValidationContext
False, if at least on failure is recorded for the current target, otherwise true
isTargetValid() - Method in class org.jeneva.validation.impl.JenevaValidationContext
False, if at least on failure is recorded for the current target, otherwise true
isValid() - Method in class org.jeneva.impl.PropertyMeta
Returns true if the property is valid DTO
isValid() - Method in interface org.jeneva.validation.IJenevaValidationContext
False, if at least on failure is recorded, otherwise true
isValid() - Method in class org.jeneva.validation.impl.JenevaValidationContext
False, if at least on failure is recorded, otherwise true
isValidFormat(String, Dtobase) - Method in interface org.jeneva.validation.IChecker
Checks if field value was correctly parsed
isValidFormat() - Method in interface org.jeneva.validation.IJenevaValidationContext
True if current field is correctly parsed, otherwise false
isValidFormat(String, Dtobase) - Method in class org.jeneva.validation.impl.Checker
Checks if field value was correctly parsed
isValidFormat() - Method in class org.jeneva.validation.impl.JenevaValidationContext
True if current field is correctly parsed, otherwise false
A B C D E F G H I J L M O P R S V W