Namespace: Consultingwerk.SmartFramework.System.SmartCache
Class 
SmartCacheQueryCacheScopePredicate Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate

File:SmartCacheQueryCacheScopePredicate
Author(s):Peter Judge / Consultingwerk Ltd.
Created:02/06/2024 17:05:11.169-05:00
Purpose: Constructor for the SmartCacheQueryCacheScopePredicate class
Notes:



Top Method Summary
Options Name Purpose
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Eq (character) Adds an Eq filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Eq (CacheScopeEnum) Adds an Eq filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Ge (character) Adds a Ge filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Ge (CacheScopeEnum) Adds a Ge filter condition
# CHARACTER GetCharacterValue (Object) Returns an enum string/label for a given enum
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Gt (character) Adds a Gt filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Gt (CacheScopeEnum) Adds a Gt filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery InList (character[]) Adds an InList filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery InList (CacheScopeEnum[]) Adds an InList filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery InRange (character, character) Adds an InRange filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery InRange (CacheScopeEnum, CacheScopeEnum) Adds an InRange filter condition
# Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, character) Inserts a QueryPredicate to the Query
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
# Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, character[]) Inserts a QueryPredicate to the Query
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
# Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, Object) Inserts a QueryPredicate to the Query
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
# Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, Object[]) Inserts a QueryPredicate to the Query
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Le (character) Adds a Le filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Le (CacheScopeEnum) Adds a Le filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Lt (character) Adds a Lt filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Lt (CacheScopeEnum) Adds a Lt filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Ne (character) Adds a Ne filter condition
+ Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Ne (CacheScopeEnum) Adds a Ne filter condition

Top Constructor Summary
Options Name Purpose
+ SmartCacheQueryCacheScopePredicate (SmartCacheQuery, character) Constructor for the SmartCacheQueryCacheScopePredicate class

Top Property Summary
Options Name Purpose
# CHARACTER FieldName
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
# Consultingwerk.OERA.QueryBuilder.TableQuery ParentQuery
Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate


Method Detail
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Eq (character)

Purpose: Adds an Eq filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Eq (CacheScopeEnum)

Purpose: Adds an Eq filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.System.SmartCache.CacheScopeEnum
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Ge (character)

Purpose: Adds a Ge filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Ge (CacheScopeEnum)

Purpose: Adds a Ge filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.System.SmartCache.CacheScopeEnum
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PROTECTED CHARACTER GetCharacterValue (Object)

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
Purpose: Returns an enum string/label for a given enum
Notes: If the input value is not a valid object, the unknown value is returned.

Parameters:
poValue Progress.Lang.Object
The value of the enum.
Returns CHARACTER
The character value of the enum (aka label).
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Gt (character)

Purpose: Adds a Gt filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Gt (CacheScopeEnum)

Purpose: Adds a Gt filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.System.SmartCache.CacheScopeEnum
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery InList (character[])

Purpose: Adds an InList filter condition
Notes:

Parameters:
pcValues CHARACTER
The array of reference values
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery InList (CacheScopeEnum[])

Purpose: Adds an InList filter condition
Notes:

Parameters:
poValues Consultingwerk.SmartFramework.System.SmartCache.CacheScopeEnum
The array of reference values
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery InRange (character, character)

Purpose: Adds an InRange filter condition
Notes:

Parameters:
pcValue1 CHARACTER
The reference value for the lower boundary
pcValue2 CHARACTER
The reference value for the upper boundary
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery InRange (CacheScopeEnum, CacheScopeEnum)

Purpose: Adds an InRange filter condition
Notes:

Parameters:
poValue1 Consultingwerk.SmartFramework.System.SmartCache.CacheScopeEnum
The reference value for the lower boundary
poValue2 Consultingwerk.SmartFramework.System.SmartCache.CacheScopeEnum
The reference value for the upper boundary
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, character)

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
Purpose: Inserts a QueryPredicate to the Query
Notes:

Parameters:
poOperator Ccs.BusinessLogic.QueryOperatorEnum
The Query Operator
pcValue CHARACTER
The reference value
Returns Consultingwerk.OERA.QueryBuilder.TableQuery
The reference to the parent query
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, character[])

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
Purpose: Inserts a QueryPredicate to the Query
Notes:

Parameters:
poOperator Ccs.BusinessLogic.QueryOperatorEnum
The Query Operator
pcValues CHARACTER
The reference values
Returns Consultingwerk.OERA.QueryBuilder.TableQuery
The reference to the parent query
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, Object)

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
Purpose: Inserts a QueryPredicate to the Query
Notes:

Parameters:
poOperator Ccs.BusinessLogic.QueryOperatorEnum
The Query Operator
poValue Progress.Lang.Object
The reference value
Returns Consultingwerk.OERA.QueryBuilder.TableQuery
The reference to the parent query
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, Object[])

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate
Purpose: Inserts a QueryPredicate to the Query
Notes:

Parameters:
poOperator Ccs.BusinessLogic.QueryOperatorEnum
The Query Operator
poValues Progress.Lang.Object
The reference value
Returns Consultingwerk.OERA.QueryBuilder.TableQuery
The reference to the parent query
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Le (character)

Purpose: Adds a Le filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Le (CacheScopeEnum)

Purpose: Adds a Le filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.System.SmartCache.CacheScopeEnum
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Lt (character)

Purpose: Adds a Lt filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Lt (CacheScopeEnum)

Purpose: Adds a Lt filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.System.SmartCache.CacheScopeEnum
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Ne (character)

Purpose: Adds a Ne filter condition
Notes:

Parameters:
pcValue CHARACTER
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Ne (CacheScopeEnum)

Purpose: Adds a Ne filter condition
Notes:

Parameters:
poValue Consultingwerk.SmartFramework.System.SmartCache.CacheScopeEnum
The reference value
Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The new query entry


Constructor Detail
Top

PUBLIC SmartCacheQueryCacheScopePredicate (SmartCacheQuery, character)

Purpose: Constructor for the SmartCacheQueryCacheScopePredicate class
Notes:

Parameters:
poParent Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
The reference to the table query builder instance
pcFieldName CHARACTER
The name of the field


Property Detail
Top

PROTECTED CHARACTER FieldName

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate

Returns CHARACTER
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery ParentQuery

Inherited from Consultingwerk.OERA.QueryBuilder.CharacterEnumQueryPredicate

Returns Consultingwerk.OERA.QueryBuilder.TableQuery


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:10:49