ePages 7.0.0 - DE_EPAGES/ShopTransfer/API/Delete.pm

Package DE_EPAGES::ShopTransfer::API::Delete

Implementation of functions and methods related to deletion.

Functions

deleteAllShops
deleteShop
deleteTable

deleteAllShops

Removes all shops.

Syntax
$del->deleteAllShops($hOptions);
Input
$hOptions (ref.hash)
options used keys: batchSize (default 5000), storePath

deleteShop

Removes all data from shop.

Syntax
$del->deleteShop($ShopAlias, $hOptions, $ShopID);
Input
$ShopAlias (string)
alias
$hOptions (ref.hash)
options used keys: batchSize (default 5000), storePath
$ShopID (integer)
optional identifier

deleteTable

Removes data from table of a site (shop).

Syntax
$del->deleteTable($Table, $SiteID, $hOptions);
Input
$Table (string)
table name
$SiteID (integer)
site identifier
$hOptions (ref.hash)
options used keys: batchSize (default 5000), storePath