Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/LookupCall"

Line 15: Line 15:
  
  
Query
+
== Events ==
* By Text
+
* {{ScoutEvent|GetDataByKey}}: Retrieve a single lookup row for a specific key value
* By Key
+
* {{ScoutEvent|GetDataByText}}: Retrieve multiple lookup rows which match a certain  String
* By All
+
* {{ScoutEvent|GetDataByAll}}: Retrieves all available lookup rows
* By Rec
+
* {{ScoutEvent|GetDataByRec}}: This can only be used for hierarchical lookup calls. It retrieves all available sub-tree lookup rows for a given parent
  
 
Delegation to the server: {{ScoutLink|Concepts|Lookup Service|Lookup Service}}
 
Delegation to the server: {{ScoutLink|Concepts|Lookup Service|Lookup Service}}

Revision as of 18:39, 9 November 2010

The Scout documentation has been moved to https://eclipsescout.github.io/.

Lookup calls are used by smart The Scout documentation has been moved to https://eclipsescout.github.io/. and The Scout documentation has been moved to https://eclipsescout.github.io/. to look up single or multiple The Scout documentation has been moved to https://eclipsescout.github.io/..

Description

Note.png
TODO
Add a description


Properties

Defined with The Scout documentation has been moved to https://eclipsescout.github.io/. methods.


Events

Delegation to the server: The Scout documentation has been moved to https://eclipsescout.github.io/.

Local: The Scout documentation has been moved to https://eclipsescout.github.io/.

Relation CodeType / LookupCall

Relation between CodeType and LookupCall

  • CodeLookupCall

See Also

Back to the top