Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel CreateCurrentRecordView () Creates a new instance of the PossibleGroupTableModel as a view model for the current record
Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel CreateView () Creates a new instance of the PossibleGroupTableModel as a view model
Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel Fill (PossibleGroupQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel Fill (PossibleGroupQuery, 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 LoginCompanyNameWhenAvailable (character) Returns the value of the LoginCompanyName field when a record is available
CHARACTER MenuGroupGuidWhenAvailable (character) Returns the value of the MenuGroupGuid field when a record is available
CHARACTER MenuGuidWhenAvailable (character) Returns the value of the MenuGuid field when a record is available
Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel SetFillSmartMenuGroup (logical) Gets if the table eSmartMenuGroup should be populated as well

Top Constructor Summary
Options Name Purpose
PossibleGroupTableModel_Generated () Constructor for the PossibleGroupTableModel_Generated class
PossibleGroupTableModel_Generated (DatasetModel, handle) Constructor for the PossibleGroupTableModel_Generated class
PossibleGroupTableModel_Generated (handle) Constructor for the PossibleGroupTableModel class
PossibleGroupTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the PossibleGroupTableModel class
PossibleGroupTableModel_Generated (PossibleGroupTableModel, handle) Constructor for the PossibleGroupTableModel_Generated class

Top Property Summary
Options Name Purpose
LOGICAL FillSmartMenuGroup
Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModelFilter Filter
CHARACTER GroupGuid
CHARACTER GroupName
CHARACTER LoginCompanyName
CHARACTER MenuGroupGuid
CHARACTER MenuGuid
Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModelSort SortBy


Method Detail
Top

Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel CreateCurrentRecordView ()

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

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

Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel CreateView ()

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

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

Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel 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.PossibleGroupTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel Fill (PossibleGroupQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Authorization.PossibleGroupQuery
The reference to the PossibleGroupTableModelQuery
Returns Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel Fill (PossibleGroupQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Authorization.PossibleGroupQuery
The reference to the PossibleGroupTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel
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 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 MenuGroupGuidWhenAvailable (character)

Purpose: Returns the value of the MenuGroupGuid 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 MenuGuidWhenAvailable (character)

Purpose: Returns the value of the MenuGuid 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.PossibleGroupTableModelFilter ResetFilter ()

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

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

Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel 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.PossibleGroupTableModel
The reference to the &1 instance itself
Top

Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel SetFillSmartMenuGroup (logical)

Purpose: Gets if the table eSmartMenuGroup should be populated as well
Notes:

Parameters:
plFill LOGICAL
Logical value indicating if the table should be populated
Returns Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModel
The reference to the TableModel for fluent style code


Constructor Detail
Top

PossibleGroupTableModel_Generated ()

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

Top

PossibleGroupTableModel_Generated (DatasetModel, handle)

Purpose: Constructor for the PossibleGroupTableModel_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

PossibleGroupTableModel_Generated (handle)

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

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

PossibleGroupTableModel_Generated (handle, BufferModelGcModeEnum)

Purpose: Constructor for the PossibleGroupTableModel 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

PossibleGroupTableModel_Generated (PossibleGroupTableModel, handle)

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

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


Property Detail
Top

LOGICAL FillSmartMenuGroup


Returns LOGICAL
Top

Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModelFilter
Top

CHARACTER GroupGuid


Returns CHARACTER
Top

CHARACTER GroupName


Returns CHARACTER
Top

CHARACTER LoginCompanyName


Returns CHARACTER
Top

CHARACTER MenuGroupGuid


Returns CHARACTER
Top

CHARACTER MenuGuid


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Authorization.PossibleGroupTableModelSort


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