|
Options |
Name |
Purpose |
|
|
+
|
Count (character, character, integer)
|
Generic Count Service Interface
|
|
|
+
|
CreateData (character, longchar)
|
Generic CreateData (post/create) Service Interface
|
|
|
#
|
CHARACTER DefaultSort (character, character)
|
Returns the default sort of the table from the Business Entity Descriptor
|
|
|
+
|
DeleteData (character, longchar)
|
Generic DeleteData (post/create) Service Interface
|
|
|
#
|
FetchDataRequestFromFilter (FetchDataRequest, character, character, character, character)
|
Assigns the properties of the given FetchDataRequest instance from
a character string representing an ABL Filter
|
|
|
+
|
GetData (character, character, character, character, dataset-handle)
|
Generic GetData (get/read) Service Interface
|
|
|
+
|
InvokeWithSerializableObject (character, character, longchar, longchar)
|
Generic Invoke Method Service Interface
|
|
|
#
|
Consultingwerk.OERA.CountRecordsRequest NewCountRecordsRequest (character, character)
|
Factory method for the CountRecordsRequest object passed to the
ServiceInterface for the Count request
|
|
|
#
|
Consultingwerk.OERA.FetchDataRequest NewFetchDataRequest (character, character)
|
Factory method for the FetchDataRequest object passed to the
ServiceInterface for the GetData request
|
|
|
#
|
Consultingwerk.OERA.INamedQueryParameter ParseNamedQuery (JsonObject)
|
Parses the NamedQuery property of the Json Document
|
|
|
#
|
Consultingwerk.OERA.NamedQueryParameterEntry ParseNamedQueryParameter (JsonObject)
|
Parses a single entry of the NamedQuery parameter array
|
|
|
#
|
INTEGER ParseNumRecords (character)
|
Parses the optional NumRecords argument
|
|
|
#
|
INTEGER ParseStopAfter (character)
|
Parses the optional StopAfter argument
|
|
|
#
|
ProcessUpdate (character, longchar)
|
Processes Create/Update/Delete operations
|
|
|
+
|
SubmitData (character, longchar)
|
Generic SubmitData (submit/create/delete/update) Service Interface
|
|
|
+
|
UpdateData (character, longchar)
|
Generic UpdateData (put/update) Service Interface
|