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
Purpose: Deletes a user profile record
Notes:



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

PUBLIC DeleteView (character)

Purpose: Deletes a user profile record
Notes:

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

PUBLIC 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

PUBLIC 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

PUBLIC 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

PUBLIC 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

PUBLIC 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-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:55:01