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
Progress.Json.ObjectModel.JsonObject GetGroupUserAssignments (CharacterHolder) Returns a JsonObject with the eSmartUserGroup and ePossibleAssignments data
Progress.Json.ObjectModel.JsonObject GetUserGroupAssignments (CharacterHolder) Returns a JsonObject with the eSmartUserGroup and ePossibleAssignments data
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

Top Constructor Summary
Options Name Purpose
UserGroupBusinessEntity () Constructor of the UserGroupBusinessEntity 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
dsUserGroup DATASET dsUserGroup
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:
dsUserGroup DATASET dsUserGroup
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
dsUserGroup DATASET dsUserGroup
Top

Progress.Json.ObjectModel.JsonObject GetGroupUserAssignments (CharacterHolder)

Purpose: Returns a JsonObject with the eSmartUserGroup and ePossibleAssignments data
Notes: Custom method to avoid having to deal with two unrelated tables in the
dsUserGroup dataset

Parameters:
poParameter Consultingwerk.CharacterHolder
The CharacterHolder with the SmartUser.UserGuid value
Returns Progress.Json.ObjectModel.JsonObject
The JsonObject with the data of the eSmartUserGroup and ePossibleAssignments table
Top

Progress.Json.ObjectModel.JsonObject GetUserGroupAssignments (CharacterHolder)

Purpose: Returns a JsonObject with the eSmartUserGroup and ePossibleAssignments data
Notes: Custom method to avoid having to deal with two unrelated tables in the
dsUserGroup dataset

Parameters:
poParameter Consultingwerk.CharacterHolder
The CharacterHolder with the SmartUser.UserGuid value
Returns Progress.Json.ObjectModel.JsonObject
The JsonObject with the data of the eSmartUserGroup and ePossibleAssignments table
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

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

UserGroupBusinessEntity ()

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



ProDataset Detail

ProDataset dsUserGroup

Member tables: ePossibleAssignments, eSmartUserGroup


Temp-Table Detail

Temp-Table ePossibleAssignments

Defined in:

Temp-Table eSmartUserGroup

Defined in:


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:24:59