Top Method Summary
Options Name Purpose
LOGICAL AllowCreateWhenAvailable (logical) Returns the value of the AllowCreate field when a record is available
LOGICAL AllowDeleteWhenAvailable (logical) Returns the value of the AllowDelete field when a record is available
LOGICAL AllowUpdateWhenAvailable (logical) Returns the value of the AllowUpdate field when a record is available
INTEGER BatchSizeWhenAvailable (integer) Returns the value of the BatchSize field when a record is available
CHARACTER BusinessEntityGuidWhenAvailable (character) Returns the value of the BusinessEntityGuid field when a record is available
CHARACTER BusinessEntityNameWhenAvailable (character) Returns the value of the BusinessEntityName field when a record is available
CHARACTER BusinessEntityPackageWhenAvailable (character) Returns the value of the BusinessEntityPackage field when a record is available
CHARACTER BusinessEntityTableGuidWhenAvailable (character) Returns the value of the BusinessEntityTableGuid field when a record is available
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel CreateCurrentRecordView () Creates a new instance of the SmartBusinessEntityTableTableModel as a view model for the current record
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel CreateView () Creates a new instance of the SmartBusinessEntityTableTableModel as a view model
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel Fill (SmartBusinessEntityTableQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel Fill (SmartBusinessEntityTableQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel SetFillSmartBusinessEntity (logical) Gets if the table eSmartBusinessEntity should be populated as well
LOGICAL ShouldUseBatchingWhenAvailable (logical) Returns the value of the ShouldUseBatching field when a record is available
CHARACTER TableLabelPluralWhenAvailable (character) Returns the value of the TableLabelPlural field when a record is available
CHARACTER TableLabelSingularWhenAvailable (character) Returns the value of the TableLabelSingular field when a record is available
CHARACTER TableNameWhenAvailable (character) Returns the value of the TableName field when a record is available
INTEGER TableOrderWhenAvailable (integer) Returns the value of the TableOrder field when a record is available

Top Constructor Summary
Options Name Purpose
SmartBusinessEntityTableTableModel_Generated () Constructor for the SmartBusinessEntityTableTableModel_Generated class
SmartBusinessEntityTableTableModel_Generated (DatasetModel, handle) Constructor for the SmartBusinessEntityTableTableModel_Generated class
SmartBusinessEntityTableTableModel_Generated (handle) Constructor for the SmartBusinessEntityTableTableModel class
SmartBusinessEntityTableTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartBusinessEntityTableTableModel class
SmartBusinessEntityTableTableModel_Generated (SmartBusinessEntityTableTableModel, handle) Constructor for the SmartBusinessEntityTableTableModel_Generated class

Top Property Summary
Options Name Purpose
LOGICAL AllowCreate
LOGICAL AllowDelete
LOGICAL AllowUpdate
INTEGER BatchSize
CHARACTER BusinessEntityGuid
CHARACTER BusinessEntityName
CHARACTER BusinessEntityPackage
CHARACTER BusinessEntityTableGuid
LOGICAL FillSmartBusinessEntity
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModelFilter Filter
LOGICAL ShouldUseBatching
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModelSort SortBy
CHARACTER TableLabelPlural
CHARACTER TableLabelSingular
CHARACTER TableName
INTEGER TableOrder


Method Detail
Top

LOGICAL AllowCreateWhenAvailable (logical)

Purpose: Returns the value of the AllowCreate 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
Top

LOGICAL AllowDeleteWhenAvailable (logical)

Purpose: Returns the value of the AllowDelete 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
Top

LOGICAL AllowUpdateWhenAvailable (logical)

Purpose: Returns the value of the AllowUpdate 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
Top

INTEGER BatchSizeWhenAvailable (integer)

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

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

CHARACTER BusinessEntityGuidWhenAvailable (character)

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

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

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

Purpose: Returns the value of the BusinessEntityTableGuid 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.System.SmartBusinessEntityTableTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel
The SmartBusinessEntityTableTableModel as the view model
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel
The SmartBusinessEntityTableTableModel as the view model
Top

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

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel Fill (SmartBusinessEntityTableQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery
The reference to the SmartBusinessEntityTableTableModelQuery
Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel Fill (SmartBusinessEntityTableQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery
The reference to the SmartBusinessEntityTableTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModelFilter
The SmartBusinessEntityTableTableModelFilter instance
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

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

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModel SetFillSmartBusinessEntity (logical)

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

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

LOGICAL ShouldUseBatchingWhenAvailable (logical)

Purpose: Returns the value of the ShouldUseBatching 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
Top

CHARACTER TableLabelPluralWhenAvailable (character)

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

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

Purpose: Returns the value of the TableName 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

INTEGER TableOrderWhenAvailable (integer)

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

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


Constructor Detail
Top

SmartBusinessEntityTableTableModel_Generated ()

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

Top

SmartBusinessEntityTableTableModel_Generated (DatasetModel, handle)

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

SmartBusinessEntityTableTableModel_Generated (handle)

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

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

SmartBusinessEntityTableTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartBusinessEntityTableTableModel_Generated (SmartBusinessEntityTableTableModel, handle)

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

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


Property Detail
Top

LOGICAL AllowCreate


Returns LOGICAL
Top

LOGICAL AllowDelete


Returns LOGICAL
Top

LOGICAL AllowUpdate


Returns LOGICAL
Top

INTEGER BatchSize


Returns INTEGER
Top

CHARACTER BusinessEntityGuid


Returns CHARACTER
Top

CHARACTER BusinessEntityName


Returns CHARACTER
Top

CHARACTER BusinessEntityPackage


Returns CHARACTER
Top

CHARACTER BusinessEntityTableGuid


Returns CHARACTER
Top

LOGICAL FillSmartBusinessEntity


Returns LOGICAL
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModelFilter Filter


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModelFilter
Top

LOGICAL ShouldUseBatching


Returns LOGICAL
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModelSort SortBy


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableTableModelSort
Top

CHARACTER TableLabelPlural


Returns CHARACTER
Top

CHARACTER TableLabelSingular


Returns CHARACTER
Top

CHARACTER TableName


Returns CHARACTER
Top

INTEGER TableOrder


Returns INTEGER


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