home

ComparisonInfo

Name ComparisonInfo
Usage LuiPersonRelationService
Type Complex

Description

Criteria for a generic query

Structure Definition

ShortName Name Type Description Cardinality XML Attribute?
fieldKey Field Key String Dot path notation to identity the name of field to be compared One No
operator Operator String Operator to use to compare the field to the value. The valid values are:

  1. =
  2. in
  3. <
  4. !=
  5. >=
  6. <=
  7. like
  8. between

The operators should work similar to their corresponding SQL operators.

Complex objects can only be checked to see if they are null or not null.
"in" operator takes a list of values
"between" operator takes two values for from and thru inclusive
all others take a single value

TODO: Decide for complex Lists can they be checked to see how many occurences they have?
TODO: Decide on other operators
TODO: Deicde on operators to search collections inside such as any
TODO: Decide how to search on dynamic attributes
One No
values Criteria Value(s) StringList Value to be compared Many No
ignoreCase Ignore Case? boolean Check if should ignore case when doing the comparison
Default is false
If true then the case of both the specified comparison value(s) and the data value from the field should be ignored
One No