|
Class Summary |
| ConditionGroup |
Object to contain a set of conditions that are all
conjuncted by the same expression (either
AND or OR). |
| Configurator |
Starting with the raw meta-interface data from a database, this class
constructs the table, JOIN conditions and column aliases for a given
configuration's primary/root table. |
| MetaInterfaceRequest |
Starting with the raw meta-interface data from a database, this class
calls the database Web Service and obtains the
RecordSet objects needed to build the configuration. |
| Operators |
This class serves to define the constants used
by Condition objects for their
comparison operators. |
| Predicate |
Object to contain a the data for a single "condition"
term to be used as part of a WHERE clause. |