Top Method Summary
Options Name Purpose
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
FetchUserProfile (dataset, FetchUserProfileParameter) Fetches the user profile for the current user and his groups
ReceiveData () Provides a hook to modify data in the ProDataset after Read and Update operations (i.e. population of aggregated values)
SaveUserProfile (dataset, SaveUserProfileParameter) Saves a user profile record
ValidateData () Provides a hook for high level data validation before Update operations

Top Constructor Summary
Options Name Purpose
UserProfileBusinessEntity () Constructor of the UserProfileBusinessEntity class


Method Detail
Top

FetchData (IFetchDataRequest, dataset)

Purpose: Fetch data from the Data Access object
Notes:

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The IFetchDataRequest object with the parameters for this call
dsUserProfile DATASET dsUserProfile
Top

FetchDataByKeyTable (dataset, IFetchDataByKeyTableParameter)

Purpose: Supports to retrieve multiple DB records from a Business Entity based on
a temp-table with key values
Notes:

Parameters:
dsUserProfile DATASET dsUserProfile
poParameter Consultingwerk.OERA.IFetchDataByKeyTableParameter
The IFetchDataByKeyTableParameter with the data for this call
Top

FetchDataByReference (IFetchDataRequest, dataset)

Purpose: Fetch data from the Data Access object
Notes:

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The IFetchDataRequest object with the parameters for this call
dsUserProfile DATASET dsUserProfile
Top

FetchUserProfile (dataset, FetchUserProfileParameter)

Purpose: Fetches the user profile for the current user and his groups
Notes:

Parameters:
dsUserProfile DATASET dsUserProfile
INPUT-OUTPUT DATASET Returns the user profile record
poParameter Consultingwerk.SmartFramework.Authentication.FetchUserProfileParameter
The FetchUserProfileParameter with the data for this call
Top

ReceiveData ()

Purpose: Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values)
Notes: Invoked during FetchData () and SaveChanges ()

Top

SaveUserProfile (dataset, SaveUserProfileParameter)

Purpose: Saves a user profile record
Notes:

Parameters:
dsUserProfile DATASET dsUserProfile
INPUT-OUTPUT DATASET Returns the user profile record
poParameter Consultingwerk.SmartFramework.Authentication.SaveUserProfileParameter
The SaveUserProfileParameter with the data for this call
Top

ValidateData ()

Purpose: Provides a hook for high level data validation before Update
operations
Notes: Invoked during SaveChanges (). When the ERROR flag of the ProDataset
is set, the Update operation will be cancelled before writing back
the data to the database using the DataAccess object



Constructor Detail
Top

UserProfileBusinessEntity ()

Purpose: Constructor of the UserProfileBusinessEntity class
Notes: Passes the handle of the dataset instance to the base class and
sets the default DataAccessName



ProDataset Detail

ProDataset dsUserProfile

Member tables: eSmartUserProfile


Temp-Table Detail

Temp-Table eSmartUserProfile

Defined in:


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:07:01