public class RecordListLookup extends Lookup
RecordList.
Records are indexed by parameter fields for fast lookup during join operations.
Supports optional filtering of result fields returned from the lookup.Lookup,
RecordList| Constructor and Description |
|---|
RecordListLookup(RecordList recordList,
FieldList parameterFields)
Creates a RecordListLookup that returns all fields from matching records.
|
RecordListLookup(RecordList recordList,
FieldList parameterFields,
FieldList resultFields)
Creates a RecordListLookup that returns selected fields from matching records.
|
| Modifier and Type | Method and Description |
|---|---|
RecordList |
get(Object... keys)
Retrieves records matching the specified lookup keys.
|
String |
toString() |
public RecordListLookup(RecordList recordList, FieldList parameterFields)
recordList - the list of records to use for lookupsparameterFields - the fields to use as lookup keyspublic RecordListLookup(RecordList recordList, FieldList parameterFields, FieldList resultFields)
recordList - the list of records to use for lookupsparameterFields - the fields to use as lookup keysresultFields - the fields to return in lookup results, or null to return all fieldspublic RecordList get(Object... keys)
Copyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.