public class ProxyLookup extends Lookup
Lookup,
possibly transforming them along the way. The only method that a subclass
should implement is get(Object...).| Constructor and Description |
|---|
ProxyLookup(Lookup nestedLookup) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close() |
RecordList |
get(Object... args)
Returns the records that match the supplied composite lookup key.
|
Lookup |
getNestedLookup() |
protected void |
open() |
ProxyLookup |
setNestedLookup(Lookup nestedLookup) |
public ProxyLookup(Lookup nestedLookup)
public Lookup getNestedLookup()
public ProxyLookup setNestedLookup(Lookup nestedLookup)
public RecordList get(Object... args)
LookupContract for subclasses (see also docs/authoring/Lookup.md):
LookupTransformer; keep it fast.RecordList when no match is found. null is also
tolerated by LookupTransformer for backward compatibility, but new code
should prefer an empty list for clearer semantics.keys; they are owned by the caller.Copyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.