Package DE_EPAGES::MultiStore::API::Test::SyncFunctions
Helper functions for general synchronization operations
Base |
Exporter |
@EXPORT_OK |
Functions
- ExportTestMasterShop
- ImportTestSubShop
- SelectMasterCategoryOnSubShopCatalogue
- SelectProductSubShopCatalogue
- SelectProductTypeSubShopCatalogue
- SyncOperation
ExportTestMasterShop
Runs the Master export synchronization process.
Syntax |
ExportTestMasterShop($hTestContext, $ExportAll); |
Input |
|
ImportTestSubShop
Runs the SubShop import synchronization process.
Syntax |
ImportTestSubShop($hTestContext, $ImportCount); |
Input |
|
SelectMasterCategoryOnSubShopCatalogue
Selects a Master category in a subshop catalogue.
Syntax |
SelectMasterCategoryOnSubShopCatalogue($hSubShopInfo, $MasterCategoryPath, $SubShopRootCategory); |
Input |
|
SelectProductSubShopCatalogue
Selects a Master product in a subshop catalogue.
Syntax |
SelectProductSubShopCatalogue($hSubShopInfo, $MasterProductPath, $SubShopRootCategory); |
Input |
|
SelectProductTypeSubShopCatalogue
Selects a Master category in a subshop catalogue.
Syntax |
SelectProductTypeSubShopCatalogue($hSubShopInfo, $MasterCategoryPath, $SubShopRootCategory); |
Input |
|
SyncOperation
Runs code in a database connection
Syntax |
SyncOperation($hTestContext, $CheckDataFile, $Operation); |
Input |
|