Namespace: Consultingwerk.SmartFramework.Tools.Export
Class 
GenericDataExporter Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:GenericDataExporter
Purpose:Generic export routine for SmartDB data during deployment
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Tue Nov 19 21:16:10 CET 2013



Top Method Summary
Options Name Purpose
+ INTEGER ExportBusinessEntityData (character, character, character, character) Exports Business Entity Data to an XML file
# InitalizeSmartBusinessEntityCache () Initializes the SmartBusinessEntityCache


Method Detail
Top

PUBLIC INTEGER ExportBusinessEntityData (character, character, character, character)

Purpose: Exports Business Entity Data to an XML file
Notes:

Parameters:
pcBusinessEntityName CHARACTER
The name of the Business Entity to export data to
pcTables CHARACTER
The name of the tables from the Business Entity to export
pcQueryString CHARACTER
The query string to export
pcFileName CHARACTER
The name of the target file name
Returns INTEGER
The number of records exported
Top

PROTECTED InitalizeSmartBusinessEntityCache ()

Purpose: Initializes the SmartBusinessEntityCache
Notes: Issue SCL-1763: When dumping the SmartBusinessEntity data, we need to
cache the SmartBusinessEntity configuration prior to dumping the data
- as otherwise we're running into nesting issies in the
SmartBusinessEntity:InitializeDataAccess InitializeDataAccess method



©2006-2019 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       08.08.2019 23:55:09