Namespace: Consultingwerk.SmartFramework.Repository.Class
Class 
SmartAttributeTableModelFilter Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.ModelFilter.TableModelFilter

File:SmartAttributeTableModelFilter
Purpose:Filter class for the SmartAttributeTableModel
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:29/12/2023 20:56:33,460+01:00



Top Method Summary
Options Name Purpose
+ LOGICAL CanFind () Returns if a record meeting the current Filter criteria can be found
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.ModelFilter.TableModelFilter Clear () Clears the Filters currently present for the TableModel
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.ModelFilter.TableModelFilter CustomContext (character) Sets the custom context
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.ModelFilter.TableModelFilter CustomParameter (Object) Sets the custom context
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel FillFirst () Executes the Filter with FillFirst
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel FillLast () Executes the Filter with FillLast
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.ModelFilter.TableModelFilter Reset () Clears the Filters currently present for the TableModel
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel Run () Executes the Filter
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel Run (character) Executes the Filter
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel Run (character, OnNotAvailableEnum) Executes the Filter
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel Run (FetchOptions) Executes the Filter
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel Run (FetchOptions, OnNotAvailableEnum) Executes the Filter
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel Run (IFetchDataByStaticQueryRequest) Executes the static data query
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel Run (IFetchDataByStaticQueryRequest, OnNotAvailableEnum) Executes the static data query
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel Run (OnNotAvailableEnum) Executes the Filter
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter

Top Constructor Summary
Options Name Purpose
+ SmartAttributeTableModelFilter (SmartAttributeTableModel_Generated) Constructor for the SmartAttributeTableModelFilter class

Top Property Summary
Options Name Purpose
+ Consultingwerk.OERA.ModelFilter.CharacterFilter AttributeDesription
+ Consultingwerk.OERA.ModelFilter.CharacterFilter AttributeGroupGuid
+ Consultingwerk.OERA.ModelFilter.CharacterFilter AttributeGroupName
+ Consultingwerk.OERA.ModelFilter.CharacterFilter AttributeGuid
+ Consultingwerk.OERA.ModelFilter.CharacterFilter AttributeLabel
+ Consultingwerk.OERA.ModelFilter.CharacterFilter ConstantLevel
+ Consultingwerk.OERA.ModelFilter.CharacterFilter LookupType
+ Consultingwerk.OERA.ModelFilter.CharacterFilter LookupValues
+ Consultingwerk.OERA.ModelFilter.CharacterFilter MetaData
+ Consultingwerk.OERA.ModelFilter.CharacterFilter MetaDataCustom
+ Consultingwerk.OERA.ModelFilter.LogicalFilter PropertyOrEvent
+ Consultingwerk.OERA.ModelFilter.CharacterFilter PropertyType
+ Consultingwerk.OERA.ModelFilter.CharacterFilter RepositoryType
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RuntimeOnly
+ Consultingwerk.OERA.ModelFilter.CharacterFilter SetServiceType
+ Consultingwerk.OERA.ModelFilter.CharacterFilter TechnicalName
+ Consultingwerk.OERA.ModelFilter.LogicalFilter VirtualProperty


Method Detail
Top

PUBLIC LOGICAL CanFind ()

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Returns if a record meeting the current Filter criteria can be found
Notes: Invokes the CanFind() method of the TableModel instance

Returns LOGICAL
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.ModelFilter.TableModelFilter Clear ()

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Clears the Filters currently present for the TableModel
Notes: Same method as the Reset() method of the TableModelFilter

Returns Consultingwerk.OERA.ModelFilter.TableModelFilter
The reference to the TableModelFilter instance
Top

PUBLIC Consultingwerk.OERA.ModelFilter.TableModelFilter CustomContext (character)

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Sets the custom context
Notes:

Parameters:
pcCustomContext CHARACTER
The custom context value for this call
Returns Consultingwerk.OERA.ModelFilter.TableModelFilter
The reference to the TableModelFilter instance
Top

PUBLIC Consultingwerk.OERA.ModelFilter.TableModelFilter CustomParameter (Object)

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Sets the custom context
Notes:

Parameters:
poCustomParameter Progress.Lang.Object
The custom parameter object instance for this call
Returns Consultingwerk.OERA.ModelFilter.TableModelFilter
The reference to the TableModelFilter instance
Top

PUBLIC Consultingwerk.OERA.TableModel FillFirst ()

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the Filter with FillFirst
Notes: Invokes the Fill method of the TableModel instance

Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.TableModel FillLast ()

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the Filter with FillLast
Notes: Invokes the Fill method of the TableModel instance

Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.ModelFilter.TableModelFilter Reset ()

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Clears the Filters currently present for the TableModel
Notes: Same method as the Clear() method of the TableModelFilter

Returns Consultingwerk.OERA.ModelFilter.TableModelFilter
The reference to the TableModelFilter instance
Top

PUBLIC Consultingwerk.OERA.TableModel Run ()

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the Filter
Notes: Invokes the Fill method of the TableModel instance

Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.TableModel Run (character)

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the Filter
Notes: Invokes the Fill method of the TableModel instance

Parameters:
pcCustomContext CHARACTER
The custom context value for this call
Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.TableModel Run (character, OnNotAvailableEnum)

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the Filter
Notes: Invokes the Fill method of the TableModel instance

Parameters:
pcCustomContext CHARACTER
The custom context value for this call
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.TableModel Run (FetchOptions)

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the Filter
Notes: Invokes the Fill method of the TableModel instance

Parameters:
poFetchOptions Consultingwerk.OERA.FetchOptions
The reference to the FetchOptions instance for this call
Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.TableModel Run (FetchOptions, OnNotAvailableEnum)

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the Filter
Notes: Invokes the Fill method of the TableModel instance

Parameters:
poFetchOptions Consultingwerk.OERA.FetchOptions
The reference to the FetchOptions instance for this call
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.TableModel Run (IFetchDataByStaticQueryRequest)

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the static data query
Notes: Invokes the Fill method of the TableModel instance

Parameters:
poStaticQueryDataRequest Consultingwerk.OERA.IFetchDataByStaticQueryRequest
The static query request
Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.TableModel Run (IFetchDataByStaticQueryRequest, OnNotAvailableEnum)

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the static data query
Notes: Invokes the Fill method of the TableModel instance

Parameters:
poStaticQueryDataRequest Consultingwerk.OERA.IFetchDataByStaticQueryRequest
The static query request
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.TableModel Run (OnNotAvailableEnum)

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the Filter
Notes: Invokes the Fill method of the TableModel instance

Parameters:
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance


Constructor Detail
Top

PUBLIC SmartAttributeTableModelFilter (SmartAttributeTableModel_Generated)

Purpose: Constructor for the SmartAttributeTableModelFilter class
Notes:

Parameters:
poTableModel Consultingwerk.SmartFramework.Repository.Class.SmartAttributeTableModel_Generated
The reference to the TableModel for this Filter class


Property Detail
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter AttributeDesription


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter AttributeGroupGuid


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter AttributeGroupName


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter AttributeGuid


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter AttributeLabel


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter ConstantLevel


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter LookupType


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter LookupValues


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter MetaData


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter MetaDataCustom


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter PropertyOrEvent


Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter PropertyType


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter RepositoryType


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RuntimeOnly


Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter SetServiceType


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter TechnicalName


Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter VirtualProperty


Returns Consultingwerk.OERA.ModelFilter.LogicalFilter


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       27.03.2024 00:39:08