Top Method Summary
Options Name Purpose
CountResultRecords (dataset-handle, ICountRecordsRequest) Counts the number of results of the query
FetchData (IFetchDataRequest) Fetch data and/or definitions
FetchData (IFetchDataRequest, dataset-handle) Fetch data and/or definitions
FetchDataset (dataset-handle) Creates and returns an empty dataset to the caller
GenerateReport () Generates the Unsupported Attributes Report into the dsUnsupportedAttributesReport ProDataset
CHARACTER GetTopNavBuffers () Returns the names of the dataset TOP-NAV-BUFFER's
F SaveChanges (dataset-handle) Saves changes
F SaveChanges (dataset-handle, Object) Saves changes


Method Detail
Top

CountResultRecords (dataset-handle, ICountRecordsRequest)

Purpose: Counts the number of results of the query
Notes: Used by the Generic JSDO Service to support the Count feature

Parameters:
phDataset DATASET-HANDLE
The dataset handle (not used)
poParameter Consultingwerk.OERA.ICountRecordsRequest
The ICountRecordsRequest to receive the result count
Top

FetchData (IFetchDataRequest)

Purpose: Fetch data and/or definitions
Notes:

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The IFetchDataRequest object with the parameter for this call
Top

FetchData (IFetchDataRequest, dataset-handle)

Purpose: Fetch data and/or definitions
Notes:

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The IFetchDataRequest object with the parameter for this call
phDataset DATASET-HANDLE
OUTPUT Dataset with the resulting data
Top

FetchDataset (dataset-handle)

Purpose: Creates and returns an empty dataset to the caller
Notes: Useful for dynamic callers that need access to the dataset schema prior to calling FetchData

Parameters:
phDataset DATASET-HANDLE
OUTPUT Dataset with the resulting data
Top

GenerateReport ()

Purpose: Generates the Unsupported Attributes Report into the
dsUnsupportedAttributesReport ProDataset
Notes: Delegates to UnsupportedAttributesReport:Generate and wraps the
resulting temp-table into the ProDataset

Top

CHARACTER GetTopNavBuffers ()

Purpose: Returns the names of the dataset TOP-NAV-BUFFER's
Notes:

Returns CHARACTER
The list of TOP-NAV-BUFFERS
Top

SaveChanges (dataset-handle)

Purpose: Saves changes
Notes: This method is called from consumers of the Business Task and
receives the dataset.
This method is called by the ServiceInterface when no parameter object
has been passed in. The Unsupported Attributes Report is read-only,
so this operation is not supported.

Parameters:
phDataset DATASET-HANDLE
INPUT-OUTPUT Dataset with changes
Top

SaveChanges (dataset-handle, Object)

Purpose: Saves changes
Notes: This method is called from consumers of the Business Task and
receives the dataset.
This method is called by the ServiceInterface when a parameter object
has been passed in. The Unsupported Attributes Report is read-only,
so this operation is not supported.

Parameters:
phDataset DATASET-HANDLE
INPUT-OUTPUT Dataset with changes
poParameter Progress.Lang.Object
Optional Parameter object for the SaveChanges method


Temp-Table Detail


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       01.06.2026 09:15:10