Namespace: Consultingwerk.Windows.OpenEdgeLogin
Class 
DatabaseLoginPreferences Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Windows.OpenEdgeLogin.IDatabaseLoginPreferences

File:DatabaseLoginPreferences
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Sep 20 08:17:56 CEST 2014
Purpose: Returns a CharacterList of all database opted-out from the login dialog
Notes:



Top Method Summary
Options Name Purpose
+ Consultingwerk.Framework.Collections.CharacterList GetAllOptOutedDbParam () Returns a CharacterList of all database opted-out from the login dialog
+ LOGICAL IsDisabled (character) Returns TRUE when the user has opted-out from the DB Connection dialog for the given database
+ OptIn (character) Opts in for the given database connection
+ OptOut (character) Opts out for the given database connection
# WriteSettings (CharacterList) Writes the List of Database Connection Profiles back to the Settings Service


Method Detail
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterList GetAllOptOutedDbParam ()

Purpose: Returns a CharacterList of all database opted-out from the login dialog
Notes:

Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList of all database opted-out from the login dialog
Top

PUBLIC LOGICAL IsDisabled (character)

Purpose: Returns TRUE when the user has opted-out from the DB Connection
dialog for the given database
Notes:

Parameters:
pcDbParam CHARACTER
The DBPARAM value for the DB to opt out from
Returns LOGICAL
Logical value indicating if the user has opted out from the given DB
Top

PUBLIC OptIn (character)

Purpose: Opts in for the given database connection
Notes: Based on DBPARAM () function

Parameters:
pcDbParam CHARACTER
The DBPARAM value for the DB to opt in for
Top

PUBLIC OptOut (character)

Purpose: Opts out for the given database connection
Notes: Based on DBPARAM () function

Parameters:
pcDbParam CHARACTER
The DBPARAM value for the DB to opt out for
Top

PROTECTED WriteSettings (CharacterList)

Purpose: Writes the List of Database Connection Profiles back to the
Settings Service
Notes:

Parameters:
poList Consultingwerk.Framework.Collections.CharacterList
The CharacterList of disabled database connection profiles


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