Namespace: Consultingwerk.Windows.OpenEdgeLogin
Interface 
IDatabaseLoginPreferences Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Windows.OpenEdgeLogin.DatabaseLoginPreferences

File:IDatabaseLoginPreferences
Purpose:Service Interface describing methods required for maintaining
Database connections opt-out'ed from the OpenEdge login
dialog
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Sep 20 08:05:24 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


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


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