
Public Member Functions | |
| Object | displayGroupQueryMatchValue () |
| ERDQueryTwoLevelRelationship (WOContext context) | |
| boolean | multiple () |
| NSArray | possibleChildren () |
| String | primaryQueryKey () |
| Object | secondaryDisplayGroupQueryMatchValue () |
| String | secondaryQueryKey () |
| void | setDisplayGroupQueryMatchValue (Object newValue) |
| void | setSecondaryDisplayGroupQueryMatchValue (Object newValue) |
| boolean | synchronizesVariablesWithBindings () |
| Object | theList () |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(ERDQueryTwoLevelRelationship.class) |
| ERDQueryTwoLevelRelationship | ( | WOContext | context | ) |
Public constructor
| context | the context |
| Object displayGroupQueryMatchValue | ( | ) |
Reimplemented from ERDCustomQueryComponent.
| boolean multiple | ( | ) |
| NSArray possibleChildren | ( | ) |
| String primaryQueryKey | ( | ) |
eg. city.state
| Object secondaryDisplayGroupQueryMatchValue | ( | ) |
| String secondaryQueryKey | ( | ) |
eg. city
| void setDisplayGroupQueryMatchValue | ( | Object | newValue | ) |
Reimplemented from ERDCustomQueryComponent.
| void setSecondaryDisplayGroupQueryMatchValue | ( | Object | newValue | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
component does not synchronize it's variables
Reimplemented from ERDCustomComponent.
| Object theList | ( | ) |
final Logger log = Logger.getLogger(ERDQueryTwoLevelRelationship.class) [static, private] |
logging support
Reimplemented from ERDCustomQueryComponent.
1.5.8