Namespace: Consultingwerk.SmartComponents.Interfaces
Interface 
ISmartDataBrowserViewManagerService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Windows.Framework.Authentication.SmartDataBrowserViewManagerService

File:ISmartDataBrowserViewManagerService
Purpose:Describes service which can be used as a repository for
SmartDataBrowser views, used by the SmartDataBrowserViewManagerControl
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Apr 03 06:22:42 CEST 2020



Top Method Summary
Options Name Purpose
DeleteView (character) Deletes a user profile record
Infragistics.Win.ValueList GetCurrentViews () Returns a Value List with the most recently retrieved views
Infragistics.Win.ValueList GetStoredViews (SmartDataBrowser, character) Returns a Value List with the stored views
Consultingwerk.Windows.Util.UltraGridView GetView (character, SmartDataBrowser, character) Returns the view with the given guid to the caller
SaveView (character, UltraGridView) Updates a view
CHARACTER SaveView (SmartDataBrowser, character, character, character, UltraGridView) Saves the current SmartDataBrowser view


Method Detail
Top

DeleteView (character)

Purpose: Deletes a user profile record
Notes:

Parameters:
pcUserProfileGuid CHARACTER
The GUID of the user profile record to delete
Top

Infragistics.Win.ValueList GetCurrentViews ()

Purpose: Returns a Value List with the most recently retrieved views
Notes: Useful to update the ValueList after a Save operation

Returns Infragistics.Win.ValueList
The Infragistics Value List
Top

Infragistics.Win.ValueList GetStoredViews (SmartDataBrowser, character)

Purpose: Returns a Value List with the stored views
Notes:

Parameters:
poSmartDataBrowser Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the SmartDataBrowser
pcContext CHARACTER
The context under which the views are stored
Returns Infragistics.Win.ValueList
The Infragistics Value List
Top

Consultingwerk.Windows.Util.UltraGridView GetView (character, SmartDataBrowser, character)

Purpose: Returns the view with the given guid to the caller
Notes:

Parameters:
pcUserProfileGuid CHARACTER
The GUID of the requested user profile record
poSmartDataBrowser Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the SmartDataBrowser
pcContext CHARACTER
The context under which the views are stored
Returns Consultingwerk.Windows.Util.UltraGridView
The UltraGridView instance
Top

SaveView (character, UltraGridView)

Purpose: Updates a view
Notes:

Parameters:
pcUserProfileGuid CHARACTER
The GUID of the user profile record to update
poView Consultingwerk.Windows.Util.UltraGridView
The UltraGridView instance
Top

CHARACTER SaveView (SmartDataBrowser, character, character, character, UltraGridView)

Purpose: Saves the current SmartDataBrowser view
Notes:

Parameters:
poSmartDataBrowser Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the SmartDataBrowser
pcContext CHARACTER
The context to save the view under
pcViewName CHARACTER
The name of the view
pcGroupGuid CHARACTER
The user group guid to store the view for
poView Consultingwerk.Windows.Util.UltraGridView
The UltraGridView instance
Returns CHARACTER
The GUID of the new SmartUserProfile record


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:23:51