|
|
|
ApplyFetchedData ()
|
Applies the data the backend has returned to the lookups of
the current batch
|
|
|
|
Cleanup ()
|
Stops the timer and forgets the registered lookups
|
|
|
|
CollectForeignFields (character)
|
Adds the foreign fields of the lookups of the given partition
to the request
|
|
|
|
FetchPartition (character)
|
Retrieves the data of the registered lookups of a single
AppServer partition
|
|
|
|
FetchPartitionIndividually (character)
|
Retrieves the data of the registered lookups of a single
AppServer partition one by one
|
|
|
|
FetchRegisteredLookups ()
|
Retrieves the data of all registered lookups
|
|
|
|
Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityLookup GetLookup (character)
|
Returns the lookup that has registered with the given request id
|
|
|
|
CHARACTER GetSourceRequestId (Control, character)
|
Returns the request id of the lookup that provides a foreign
field value in the current batch
|
|
|
|
RegisterLookup (SmartBusinessEntityLookup)
|
Registers a lookup for the next batched fetch
|
|
|
|
StartTimer ()
|
Starts the timer that buffers the registrations of one
navigation
|
|
|
|
TimerTick (Object, EventArgs)
|
Event Handler for the Tick event of the timer
|
|
|
|
LOGICAL UpdatePendingLookup (SmartBusinessEntityLookup)
|
Positions the ttPendingLookup buffer on the record of a lookup
that is registered already
|