Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(Events)
Line 15: Line 15:
  
  
== Events ==
+
== Methods ==
* {{ScoutEvent|GetDataByKey}}: Retrieve a single lookup row for a specific key value
+
* {{ScoutEvent|getDataByKey}}: Retrieve a single lookup row for a specific key value
* {{ScoutEvent|GetDataByText}}: Retrieve multiple lookup rows which match a certain  String
+
* {{ScoutEvent|getDataByText}}: Retrieve multiple lookup rows which match a certain  String
* {{ScoutEvent|GetDataByAll}}: Retrieves all available lookup rows
+
* {{ScoutEvent|getDataByAll}}: Retrieves all available lookup rows
* {{ScoutEvent|GetDataByRec}}: This can only be used for hierarchical lookup calls. It retrieves all available sub-tree lookup rows for a given parent
+
* {{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 09:02, 10 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.


Methods

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