Package DE_EPAGES::PriceList::API::CSV::PriceListExportDriver
This module implements a handler to export shop PriceLists via csv
Base |
DE_EPAGES::ShopCSVExportImport::API::CSV::ShopObjectExportDriver |
Example |
use DE_EPAGES::PriceList::API::CSV::PriceListExportDriver; DE_EPAGES::PriceList::API::CSV::PriceListExportDriver->exportCSV($FileName, $hFileFormat, $aColumns, $Shop ); |
Functions
getValues
returns the values of the attributes from function columns(), uses DE_EPAGES::CSVExportImport::API::CSV::ObjectExportDriver::getObjectAttributeValue, formats the value via DE_EPAGES::CSVExportImport::API::CSV::ObjectExportDriver::formatValue.
Syntax |
my $aValues = $self->getValues; |
Return |
|
items
Returns the objects to export, throws a Warning 'NO_PRICELISTITEMS' if no items, set Monitor 'Total' if defined $self->monitor
Syntax |
my $Items = $self->items(); |
Return |
|