Top Method Summary
Options Name Purpose
CHARACTER CommentsWhenAvailable (character) Returns the value of the Comments field when a record is available
Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel CreateCurrentRecordView () Creates a new instance of the SmartGroupTableModel as a view model for the current record
Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel CreateView () Creates a new instance of the SmartGroupTableModel as a view model
Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel Fill (SmartGroupQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel Fill (SmartGroupQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
CHARACTER GroupGuidWhenAvailable (character) Returns the value of the GroupGuid field when a record is available
CHARACTER GroupNameWhenAvailable (character) Returns the value of the GroupName field when a record is available
CHARACTER LoginCompanyGuidWhenAvailable (character) Returns the value of the LoginCompanyGuid field when a record is available
CHARACTER LoginCompanyNameWhenAvailable (character) Returns the value of the LoginCompanyName field when a record is available
CHARACTER ParentGroupGuidWhenAvailable (character) Returns the value of the ParentGroupGuid field when a record is available
CHARACTER ParentGroupNameWhenAvailable (character) Returns the value of the ParentGroupName field when a record is available
Consultingwerk.SmartFramework.Authorization.SmartGroupTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel SetBatching (logical) Sets the Batching property
CHARACTER SmartCopiedFromWhenAvailable (character) Returns the value of the SmartCopiedFrom field when a record is available
CHARACTER SmartRecordKeyWhenAvailable (character) Returns the value of the SmartRecordKey field when a record is available
LOGICAL SystemOwnedWhenAvailable (logical) Returns the value of the SystemOwned field when a record is available

Top Constructor Summary
Options Name Purpose
SmartGroupTableModel_Generated () Constructor for the SmartGroupTableModel_Generated class
SmartGroupTableModel_Generated (DatasetModel, handle) Constructor for the SmartGroupTableModel_Generated class
SmartGroupTableModel_Generated (handle) Constructor for the SmartGroupTableModel class
SmartGroupTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartGroupTableModel class
SmartGroupTableModel_Generated (SmartGroupTableModel, handle) Constructor for the SmartGroupTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER Comments
Consultingwerk.SmartFramework.Authorization.SmartGroupTableModelFilter Filter
CHARACTER GroupGuid
CHARACTER GroupName
CHARACTER LoginCompanyGuid
CHARACTER LoginCompanyName
CHARACTER ParentGroupGuid
CHARACTER ParentGroupName
CHARACTER SmartCopiedFrom
CHARACTER SmartRecordKey
Consultingwerk.SmartFramework.Authorization.SmartGroupTableModelSort SortBy
LOGICAL SystemOwned


Method Detail
Top

CHARACTER CommentsWhenAvailable (character)

Purpose: Returns the value of the Comments field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel CreateCurrentRecordView ()

Purpose: Creates a new instance of the SmartGroupTableModel as a view model for the current record
Notes:

Returns Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel
The SmartGroupTableModel as the view model
Top

Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel CreateView ()

Purpose: Creates a new instance of the SmartGroupTableModel as a view model
Notes:

Returns Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel
The SmartGroupTableModel as the view model
Top

Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel Fill (IFetchDataByKeyTableParameter)

Purpose: Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Notes: The Tables property of the IFetchDataByKeyTableParameter should match the
FillChildTables property of the TableModel instance

Parameters:
poFetchDataByKeyTableParameter Consultingwerk.OERA.IFetchDataByKeyTableParameter
The IFetchDataByKeyTableParameter to populate the DatasetModel with
Returns Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel Fill (SmartGroupQuery)

Purpose: Fills the TableModel or filters the View TableModel based on the given
TableQuery
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Authorization.SmartGroupQuery
The reference to the SmartGroupTableModelQuery
Returns Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel Fill (SmartGroupQuery, OnNotAvailableEnum)

Purpose: Fills the TableModel or filters the View TableModel based on the given
TableQuery
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Authorization.SmartGroupQuery
The reference to the SmartGroupTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel
The reference to this TableModel instance
Top

CHARACTER GroupGuidWhenAvailable (character)

Purpose: Returns the value of the GroupGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER GroupNameWhenAvailable (character)

Purpose: Returns the value of the GroupName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER LoginCompanyGuidWhenAvailable (character)

Purpose: Returns the value of the LoginCompanyGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER LoginCompanyNameWhenAvailable (character)

Purpose: Returns the value of the LoginCompanyName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER ParentGroupGuidWhenAvailable (character)

Purpose: Returns the value of the ParentGroupGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER ParentGroupNameWhenAvailable (character)

Purpose: Returns the value of the ParentGroupName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

Consultingwerk.SmartFramework.Authorization.SmartGroupTableModelFilter ResetFilter ()

Purpose: Resets the TableModel Filter
Notes: Strong-typed variant of the TableModelFilter:Reset() method

Returns Consultingwerk.SmartFramework.Authorization.SmartGroupTableModelFilter
The SmartGroupTableModelFilter instance
Top

Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

Parameters:
plBatching LOGICAL
Logical value indicating if Batching should be used
Returns Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel
The reference to the &1 instance itself
Top

CHARACTER SmartCopiedFromWhenAvailable (character)

Purpose: Returns the value of the SmartCopiedFrom field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER SmartRecordKeyWhenAvailable (character)

Purpose: Returns the value of the SmartRecordKey field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

LOGICAL SystemOwnedWhenAvailable (logical)

Purpose: Returns the value of the SystemOwned field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue LOGICAL
The default value to return when no record is available
Returns LOGICAL
The field value or the default value when no record is available


Constructor Detail
Top

SmartGroupTableModel_Generated ()

Purpose: Constructor for the SmartGroupTableModel_Generated class
Notes: Creates a buffer model based on a dynamic internal temp-table in the model class

Top

SmartGroupTableModel_Generated (DatasetModel, handle)

Purpose: Constructor for the SmartGroupTableModel_Generated class
Notes:

Parameters:
poDatasetModel Consultingwerk.OERA.DatasetModel
The reference to the owning DatasetModel
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
Top

SmartGroupTableModel_Generated (handle)

Purpose: Constructor for the SmartGroupTableModel class
Notes: Creates a buffer model

Parameters:
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
Top

SmartGroupTableModel_Generated (handle, BufferModelGcModeEnum)

Purpose: Constructor for the SmartGroupTableModel class
Notes: Creates a buffer model

Parameters:
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
poGcMode Consultingwerk.OERA.BufferModelGcModeEnum
The BufferModelGcModeEnum describing if the buffer or table handle should be deleted with the BufferModel instance
Top

SmartGroupTableModel_Generated (SmartGroupTableModel, handle)

Purpose: Constructor for the SmartGroupTableModel_Generated class
Notes: Creates a view model

Parameters:
poTableModel Consultingwerk.SmartFramework.Authorization.SmartGroupTableModel
The reference to SmartGroupTableModel on which this SmartGroupTableModel servers as a ViewModel
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents


Property Detail
Top

CHARACTER Comments


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Authorization.SmartGroupTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Authorization.SmartGroupTableModelFilter
Top

CHARACTER GroupGuid


Returns CHARACTER
Top

CHARACTER GroupName


Returns CHARACTER
Top

CHARACTER LoginCompanyGuid


Returns CHARACTER
Top

CHARACTER LoginCompanyName


Returns CHARACTER
Top

CHARACTER ParentGroupGuid


Returns CHARACTER
Top

CHARACTER ParentGroupName


Returns CHARACTER
Top

CHARACTER SmartCopiedFrom


Returns CHARACTER
Top

CHARACTER SmartRecordKey


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Authorization.SmartGroupTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Authorization.SmartGroupTableModelSort
Top

LOGICAL SystemOwned


Returns LOGICAL


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