|
|
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
|
|
|
|
FetchLanguage (dataset, character)
|
Fetches a Language by guid or iso code
Notes : First tries to fetch by LanguageGuid. When no record is returned,
falls back to fetching by LanguageIsoCode.
@param dsLanguage INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param pcValue The guid or iso code value
*/
|
|
|
|
FetchLanguage (dataset, CharacterHolder)
|
Fetches a Language by guid or iso code using a CharacterHolder value.
@param dsLanguage INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param poValue The CharacterHolder containing the guid or iso code
*/
|
|
|
|
ReceiveData ()
|
Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values)
|
|
|
|
ValidateData ()
|
Provides a hook for high level data validation before Update
operations
|