ePages 6.17.35 - DE_EPAGES/ProductPortal/API/CSV/ProductPortalExportDriver.pm

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

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);