|
Options |
Name |
Purpose |
|
|
|
AddETagFieldValue (JsonObject, character, handle, integer)
|
Adds the value of a buffer field to the JSON object used for
the ETag value computation
|
|
|
|
CanFind (dataset-handle, CanFindParameter)
|
Returns a TRUE value if a record is found that meets the specified
FIND criteria; otherwise it returns FALSE. CAN-FIND does not make
the record available to the Business Entity or it's caller.
|
|
|
|
LOGICAL CanFind (character, character)
|
Returns a TRUE value if a record is found that meets the specified
FIND criteria; otherwise it returns FALSE. CAN-FIND does not make
the record available to the Business Entity or it's caller.
|
|
|
|
CountResultRecords (dataset-handle, ICountRecordsRequest)
|
Counts the number of results of the query
|
|
|
|
INT64 CountResultRecords (ICountRecordsRequest)
|
Counts the number of results of the query
|
|
|
|
DestroyDataAccessObject ()
|
Unloads the DataAccess object
|
|
|
|
dispose ()
|
Destroy/Shutdown/Anti-Initializer
|
|
|
|
FetchChildTableRecords (handle)
|
Populates records in the child table identified by the buffer handle
of the child table
|
|
|
|
FetchData (IFetchDataRequest)
|
Fetch data from the Data Access object
|
|
|
|
FetchData (IFetchDataRequest, handle)
|
Fetch data from the Data Access object
|
|
|
F
|
FetchData (IFetchDataRequest, dataset-handle)
|
Fetch data and/or definitions
|
|
|
|
FetchDataByKeyTable (dataset-handle, IFetchDataByKeyTableParameter)
|
Supports retrieve multiple DB records from a Business Entity based on
a temp-table with key values
|
|
|
F
|
FetchDataByKeyTable (IFetchDataByKeyTableParameter, handle)
|
Fetch data from the Data Access object
|
|
|
|
FetchDataByKeyValues (dataset-handle, FetchDataByKeysParameter)
|
Allows retrieve multiple DB records from a Business Entity based on
extents of key values for one or more fields
|
|
|
F
|
FetchDataByKeyValues (FetchDataByKeysParameter, handle)
|
Fetch data from the Data Access object
|
|
|
|
FetchDataByStaticQuery (dataset-handle, IFetchDataByStaticQueryRequest)
|
Retrieves data using a static query.
|
|
|
F
|
FetchDataByStaticQuery (IFetchDataByStaticQueryRequest, handle)
|
Retrieves data using a static query.
|
|
|
|
FetchDataByTempTable (table-handle, IFetchDataByTempTableParameter, dataset-handle)
|
Supports retrieve multiple DB records from a Business Entity based on
a join to an (external) temp-table
|
|
|
|
FetchDataset (dataset-handle)
|
Creates and returns an empty dataset to the caller
|
|
|
|
FetchRelatedRecords (handle, character)
|
Populates records in the named tables based on their relation to
the provided record
|
|
|
|
Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityDescriptor GetBusinessEntityDescriptor ()
|
Returns the Business Entity Descriptor for this Business Entity
|
|
|
|
GetBusinessEntityDescriptor (dataset-handle, GetBusinessEntityDescriptorParameter)
|
Returns the Business Entity Descriptor for this Business Entity
|
|
|
|
Ccs.BusinessLogic.IGetDataResponse getData (IGetDataRequest, dataset-handle)
|
Performs a read request
|
|
|
|
Consultingwerk.OERA.IDataAccess GetDataAccessObject ()
|
Returns the reference to the DataAccess Object
|
|
|
|
getDataset (dataset-handle)
|
Returns an empty instance of the primary ProDataset to the caller
|
|
|
|
Progress.Lang.Class GetDatasetModelType ()
|
Returns the class reference of the DatasetModel type
associated with this Business Entity
|
|
|
|
CHARACTER GetETagValue (handle)
|
Returns the ETag value identifying the current version of the
record in the given buffer
|
|
|
|
GetInitialValues (dataset-handle, GetInitialValuesParameter)
|
Returns a dataset with one record containing the initial values
|
|
|
|
Consultingwerk.OERA.RestResource.ListRestAddress GetRestAddresses ()
|
Returns the list of supported rest addresses to the caller
|
|
|
|
Consultingwerk.OERA.RestResource.ListRestMethod GetRestMethods ()
|
Returns the list of supported rest addresses for methods
to the caller
|
|
|
|
Ccs.BusinessLogic.IGetResultCountResponse getResultCount (IGetDataRequest)
|
Returns the count of the total number of result records or a guess
of the result count to the caller
|
|
|
|
Consultingwerk.OERA.IFetchDataByStaticQueryRequest GetStaticQueryRequest (character, character, character, character)
|
Returns a strong-typed static query request instance for the
given table and field combination
|
|
|
|
Progress.Lang.Class GetTableModelType (character)
|
Returns the class reference of the TableModel type
associated with this Business Entity
|
|
|
|
CHARACTER GetTopNavBuffers ()
|
Returns the names of the dataset TOP-NAV-BUFFER's
|
|
|
|
GetTopNavBuffers (dataset-handle, CharacterHolder)
|
Populates the provided CharacterHolder with a comma-delimited list
of the names of the dataset TOP-NAV-BUFFER's
|
|
|
|
initialize ()
|
Initializer/Startup
|
|
|
|
InitializeDataAccessObject ()
|
Initializes the DataAccess Object
|
|
|
|
InvokeReceiveData (RequestTypeEnum, Object)
|
Invokes the ReceiveDataMethod
|
|
|
|
LOGICAL PopulateFromPartialBuffer (handle)
|
Populates a single ProDataset record from the partial record to the complete
record
|
|
|
|
PopulatePartialBuffer (handle)
|
Populates a single ProDataset record from the partial record to the complete
record
|
|
|
A
|
ReceiveData ()
|
Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values)
|
|
|
|
Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, character)
|
Factory method for the FetchDataRequest class
|
|
|
|
Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, decimal)
|
Factory method for the FetchDataRequest class
|
|
|
|
Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, integer)
|
Factory method for the FetchDataRequest class
|
|
|
|
ResetState ()
|
Resets the state of the Business Entity by emptying temp-tables
|
|
|
|
ResetState (handle, Object, character)
|
Resets the state of the Business Entity by emptying temp-tables
|
|
|
|
RestoreDatasetHandle ()
|
Restores the DatasetHandle property value
|
|
|
|
SaveChanges ()
|
Saves changes using the DataAccess object
|
|
|
F
|
SaveChanges (dataset-handle)
|
Saves changes
|
|
|
F
|
SaveChanges (dataset-handle, Object)
|
Saves changes
|
|
|
|
SaveChanges (IActionType)
|
Saves changes with an Action Type instance
|
|
|
|
SavePartialChanges (dataset-handle, Object)
|
Saves partial changes to the Business Entity Dataset
|
|
|
|
CHARACTER SourceColumn (character, character)
|
Returns the database field name matching a temp-table field name
|
|
|
|
Consultingwerk.CharacterHolder SourceColumn (SourceColumnRequest)
|
Returns the database field name matching a temp-table field name
|
|
|
|
CHARACTER UniqueFindPredicateWithValueBuffer (handle, handle, character)
|
Builds a unique find predicate for a prodataset buffer (based on an
unique index).
|
|
|
|
Progress.Lang.Object updateData (dataset-handle, IUpdateDataRequest)
|
Stores data modifications in the persistent storage (typically a
database)
|
|
|
|
ValidateAddOnlyColumns (handle, character)
|
Performs AddOnly validation for a list of columns
|
|
|
|
ValidateBasedOnBusinessEntityDescriptor ()
|
Performs validation based on the Business Entity Descriptor
properties
|
|
|
A
|
ValidateData ()
|
Provides a hook for high level data validation before Update
operations
|
|
|
|
ValidateData (dataset-handle, IValidateDataContext)
|
Provides a client callable method for data validation
|
|
|
|
ValidateMandatoryColumns (handle, character)
|
Performs Mandatory validation for a list of columns
|
|
|
|
ValidatePartialData (dataset-handle, IValidateDataContext)
|
Provides a client callable method for partial data validation
|
|
|
|
ValidateReadOnlyColumns (handle, character)
|
Performs ReadOnly validation for a list of columns
|