Package DE_EPAGES::ProductPortal::API::CSV::ProductPortalExportDriver
This module implements a handler to export shop products via csv
Base |
DE_EPAGES::base |
Example |
use DE_EPAGES::ProductPortal::API::CSV::ProductPortalExportDriver; DE_EPAGES::ProductPortal::API::CSV::ProductExportDriver->exportCSV($FileName, $hFileFormat, $aColumns, $Shop, $aObjects ); |
Functions
startMonitor
starts the progress monitor. Creates an object of DE_EPAGES::Presentation::API::Object::ProgressMonitor if run inside the application server, otherwise the package DE_EPAGES::Core::API::Object::ProgressMonitor is used.
Syntax |
$self->startMonitor($PageTypeName); |