|
|
|
FetchConfigurationValue (dataset, character)
|
Fetches a ConfigurationValue by guid or name
Notes : First tries to fetch by ConfigurationValueGuid. When no record is returned,
falls back to fetching by ConfigurationValueName.
@param dsConfigurationValue INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param pcValue The guid or name value
*/
|
|
|
|
FetchConfigurationValue (dataset, CharacterHolder)
|
Fetches a ConfigurationValue by guid or name using a CharacterHolder value.
@param dsConfigurationValue INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param poValue The CharacterHolder containing the guid or name
*/
|
|
|
F
|
FetchData (IFetchDataRequest, dataset)
|
Fetch data from the Data Access object
|
|
|
|
FetchDataByKeyTable (dataset, IFetchDataByKeyTableParameter)
|
Supports to retrieve multiple DB records from a Business Entity based on
a temp-table with key values
|
|
|
F
|
FetchDataByReference (IFetchDataRequest, dataset)
|
Fetch data from the Data Access object
|
|
|
|
ReceiveData ()
|
Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values)
|
|
|
|
StoreConfigurationValue (dataset, SetConfigurationValueParameter)
|
Creates or updates a configuration value by name
Notes : When no SmartConfigurationValue record with the given name exists,
a new record is created; otherwise the existing record is updated.
The typed value columns are assigned as a 1:1 projection of the
parameter properties, so the populated property determines the
datatype of the setting and the remaining columns are left unknown
@param dsConfigurationValue INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param poParameter The SetConfigurationValueParameter with the name and typed value
*/
|
|
|
|
ValidateData ()
|
Provides a hook for high level data validation before Update
operations
|