|
|
|
HANDLE AddIdAndSequenceFields (handle, character, integer, character)
|
Returns a copy of the given dataset with the generic id and seq
fields added to every table
|
|
|
|
FetchData (character, FetchDataRequest, character, dataset-handle)
|
Performs a FetchData request against the OERA Service Interface
and returns a dataset enriched with the generic id and seq fields
|
|
|
|
FetchDatasetSchema (character, dataset-handle)
|
Returns the dataset (schema only) of the given Business Entity
|
|
|
|
Consultingwerk.OERA.IBusinessEntity GetBusinessEntity (character)
|
Returns the Business Entity instance for the given name
|
|
|
|
CHARACTER GetTopNavBufferName (character)
|
Returns the name of the first top-nav buffer (primary table)
of the given Business Entity
|
|
|
|
JsonToDatasetWithBeforeImage (JsonObject, handle)
|
Converts the given JSON object with the ProDataset before-image
representation (prods:hasChanges, prods:rowState, prods:before)
into the given ProDataset with established row-states and
before-images
|
|
|
|
SaveChanges (character, dataset-handle)
|
Passes the given change-tracking dataset to the OERA Service
Interface update processing (Business Entity validation and
SaveChanges)
|
|
|
|
CHARACTER UniqueKeyValue (handle, character, integer)
|
Returns the (concatenated) unique key value(s) of the record in
the given buffer
|