|
|
|
EntryForGuid (dataset, CharacterHolder)
|
Returns the eSmartValueListEntry row for the given GUID
|
|
|
|
EntryForKey (dataset, GetValueListEntryByKeyParameter)
|
Returns the eSmartValueListEntry row for the given ValueListKey and ValueListEntryKey
|
|
|
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
|
|
|
|
FetchValueList (dataset, character)
|
Fetches a ValueList by guid or key
Notes : First tries to fetch by ValueListGuid. When no record is returned,
falls back to fetching by ValueListKey.
@param dsValueList INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param pcValue The guid or key value
*/
|
|
|
|
FetchValueList (dataset, CharacterHolder)
|
Fetches a ValueList by guid or key using a CharacterHolder value.
@param dsValueList INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param poValue The CharacterHolder containing the guid or key
*/
|
|
|
|
LOGICAL HasDynamicSource (character)
|
Returns whether the value list with the given GUID is dynamically
sourced (has any of the four source fields set)
|
|
|
|
LOGICAL HasPersistedEntries (character)
|
Returns whether the value list with the given GUID has persisted
value list entries
|
|
|
|
ReceiveData ()
|
Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values)
|
|
|
|
LOGICAL SourceFieldSetAndChanged (handle, character)
|
Returns whether a source field of an eSmartValueList row has been
set to a non-empty value that differs from its before-image value
|
|
|
|
ValidateData ()
|
Provides a hook for high level data validation before Update
operations
|