|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | AddTempTable (handle) |
Adds a temp-table to the context dataset |
|
+ | AssignFromSessionManager () |
Assigns the eSessionContext temp-table from the
SessionManager |
|
+ | CHARACTER GetCharacterContextProperty (character) |
Get's a Character property from the eContextProperties table |
|
# | Consultingwerk.OERA.IContextWrapper GetContextWrapperImpl () |
Returns the reference to the IServiceManager implementation |
|
+ | DATE GetDateContextProperty (character) |
Get's a Date property from the eContextProperties table |
|
+ | DATETIME GetDateTimeContextProperty (character) |
Get's a DateTime property from the eContextProperties table |
|
+ | DECIMAL GetDecimalContextProperty (character) |
Get's a Decimal property from the eContextProperties table |
|
+ | INT64 GetInt64ContextProperty (character) |
Get's an Int64 property from the eContextProperties table |
|
+ | INTEGER GetIntegerContextProperty (character) |
Get's an Integer property from the eContextProperties table |
|
+ | LOGICAL GetLogicalContextProperty (character) |
Get's a Logical property from the eContextProperties table |
|
+ | LONGCHAR GetLongcharContextProperty (character) |
Get's a Longchar property from the eContextProperties table |
|
+ | RAW GetRawContextProperty (character) |
Get's a Raw property from the eContextProperties table |
|
+ | RemoveContextValues (character) |
Removes all values from the context properties table where the
property name matches the given property name pattern (MATCHES) |
|
+ | RemoveTempTable (handle) |
Removes a temp-table from the context dataset |
|
+ | SetCharacterContextProperty (character, character) |
Set's a Character property value in the eContextProperties table |
|
+ | SetDateContextProperty (character, date) |
Set's a Date property value in the eContextProperties table |
|
+ | SetDateTimeContextProperty (character, datetime) |
Set's a DateTime property value in the eContextProperties table |
|
+ | SetDecimalContextProperty (character, decimal) |
Set's a Decimal property value in the eContextProperties table |
|
+ | SetInt64ContextProperty (character, int64) |
Set's an Int64 property value in the eContextProperties table |
|
+ | SetIntegerContextProperty (character, integer) |
Set's an Integer property value in the eContextProperties table |
|
+ | SetLogicalContextProperty (character, logical) |
Set's a Logical property value in the eContextProperties table |
|
+ | SetLongcharContextProperty (character, longchar) |
Set's a Longchar property value in the eContextProperties table |
|
+ | SetRawContextProperty (character, raw) |
Set's a Raw property value in the eContextProperties table |
Options | Name | Purpose | |
---|---|---|---|
# | ContextWrapper () |
/*-
Purpose: Constructor for the ContextWrapper class
Notes: Disallow instance creation
SCL-776: Constructor is PROTECTED, so that customers may inherit
from this class and extend it by adding addional properties to it
*/ |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER AppServerProVersion |
|
|
+ | CHARACTER AppServerType |
|
|
+ | RAW ClientPrincipal |
|
|
+ | CHARACTER ClientProVersion |
|
|
+ | CHARACTER ClientType |
|
|
+ | CHARACTER LanguageDisplayName |
|
|
+ | CHARACTER LanguageIsoCode |
|
|
+ | CHARACTER LanguageKey |
|
|
+ | CHARACTER LoginCompanyKey |
|
|
+ | CHARACTER LoginCompanyName |
|
|
+ | CHARACTER LoginCompanyReferenceChar |
|
|
+ | DECIMAL LoginCompanyReferenceDecimal |
|
|
+ | INTEGER LoginCompanyReferenceInteger |
|
|
+ | CHARACTER LoginCompanyShortName |
|
|
+ | CHARACTER RestrictedTokens |
|
|
+ | CHARACTER ServerCustomLogEntries |
|
|
+ | LOGICAL ServerDebugMode |
|
|
+ | CHARACTER ServerLogEntryTypes |
|
|
+ | CHARACTER UserEmail |
|
|
+ | CHARACTER UserFullName |
|
|
+ | CHARACTER UserGroupKeys |
|
|
+ | CHARACTER UserGroupNames |
|
|
+ | CHARACTER UserKey |
|
|
+ | CHARACTER UserName |
|
Top
PUBLIC AddTempTable (handle)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AssignFromSessionManager ()
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER GetCharacterContextProperty (character)
|
|||||||||||||||||||||||||||
PROTECTED Consultingwerk.OERA.IContextWrapper GetContextWrapperImpl ()
|
|||||||||||||||||||||||||||
PUBLIC DATE GetDateContextProperty (character)
|
|||||||||||||||||||||||||||
PUBLIC DATETIME GetDateTimeContextProperty (character)
|
|||||||||||||||||||||||||||
PUBLIC DECIMAL GetDecimalContextProperty (character)
|
|||||||||||||||||||||||||||
PUBLIC INT64 GetInt64ContextProperty (character)
|
|||||||||||||||||||||||||||
PUBLIC INTEGER GetIntegerContextProperty (character)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL GetLogicalContextProperty (character)
|
|||||||||||||||||||||||||||
PUBLIC LONGCHAR GetLongcharContextProperty (character)
|
|||||||||||||||||||||||||||
PUBLIC RAW GetRawContextProperty (character)
|
|||||||||||||||||||||||||||
PUBLIC RemoveContextValues (character)
|
|||||||||||||||||||||||||||
PUBLIC RemoveTempTable (handle)
|
|||||||||||||||||||||||||||
PUBLIC SetCharacterContextProperty (character, character)
|
|||||||||||||||||||||||||||
PUBLIC SetDateContextProperty (character, date)
|
|||||||||||||||||||||||||||
PUBLIC SetDateTimeContextProperty (character, datetime)
|
|||||||||||||||||||||||||||
PUBLIC SetDecimalContextProperty (character, decimal)
|
|||||||||||||||||||||||||||
PUBLIC SetInt64ContextProperty (character, int64)
|
|||||||||||||||||||||||||||
PUBLIC SetIntegerContextProperty (character, integer)
|
|||||||||||||||||||||||||||
PUBLIC SetLogicalContextProperty (character, logical)
|
|||||||||||||||||||||||||||
PUBLIC SetLongcharContextProperty (character, longchar)
|
|||||||||||||||||||||||||||
PUBLIC SetRawContextProperty (character, raw)
|
PROTECTED ContextWrapper ()
|
---|
PUBLIC CHARACTER AppServerProVersion
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER AppServerType
|
|||||||||
PUBLIC RAW ClientPrincipal
|
|||||||||
PUBLIC CHARACTER ClientProVersion
|
|||||||||
PUBLIC CHARACTER ClientType
|
|||||||||
PUBLIC CHARACTER LanguageDisplayName
|
|||||||||
PUBLIC CHARACTER LanguageIsoCode
|
|||||||||
PUBLIC CHARACTER LanguageKey
|
|||||||||
PUBLIC CHARACTER LoginCompanyKey
|
|||||||||
PUBLIC CHARACTER LoginCompanyName
|
|||||||||
PUBLIC CHARACTER LoginCompanyReferenceChar
|
|||||||||
PUBLIC DECIMAL LoginCompanyReferenceDecimal
|
|||||||||
PUBLIC INTEGER LoginCompanyReferenceInteger
|
|||||||||
PUBLIC CHARACTER LoginCompanyShortName
|
|||||||||
PUBLIC CHARACTER RestrictedTokens
|
|||||||||
PUBLIC CHARACTER ServerCustomLogEntries
|
|||||||||
PUBLIC LOGICAL ServerDebugMode
|
|||||||||
PUBLIC CHARACTER ServerLogEntryTypes
|
|||||||||
PUBLIC CHARACTER UserEmail
|
|||||||||
PUBLIC CHARACTER UserFullName
|
|||||||||
PUBLIC CHARACTER UserGroupKeys
|
|||||||||
PUBLIC CHARACTER UserGroupNames
|
|||||||||
PUBLIC CHARACTER UserKey
|
|||||||||
PUBLIC CHARACTER UserName
|