ePages 6.10 - DE_EPAGES/FactFinder/API/Table/FactFinderShopMap.pm

Package DE_EPAGES::FactFinder::API::Table::FactFinderShopMap

interface for table FactFinderShopMap

@EXPORT_OK
InsertFactFinderShopMap
DeleteFactFinderShopMap
GetAllPKeyFactFinderShopMaps
ExistsFactFinderShopMap

Functions

DeleteFactFinderShopMap
ExistsFactFinderShopMap
GetAllPKeyFactFinderShopMaps
InsertFactFinderShopMap

DeleteFactFinderShopMap

Deletes a(n) FactFinderShopMap.

Syntax
DeleteFactFinderShopMap($ShopID);
DeleteFactFinderShopMap($hFactFinderShopMap); # if $hFactFinderShopMap includes ShopID
Input
$ShopID (int)
check if factfinder is initialized (primary key)

ExistsFactFinderShopMap

Returns true if the FactFinderShopMap exists.

Syntax
$exists = ExistsFactFinderShopMap($ShopID);
Input
$ShopID (int)
check if factfinder is initialized
Return
$exists (boolean)
1/0 the FactFinderShopMap exists (yes/no)

GetAllPKeyFactFinderShopMaps

Returns all FactFinderShopMap identifiers.

Syntax
$aFactFinderShopMapIDs = GetAllPKeyFactFinderShopMaps();
Return
$aFactFinderShopMapIDs (reference to array of int)
check if factfinder is initialized

InsertFactFinderShopMap

Creates an entry of FactFinderShopMap.

Syntax
InsertFactFinderShopMap($hFactFinderShopMap);
Input
$hFactFinderShopMap (reference to hash)
with following keys:
  • ShopID - check if factfinder is initialized (primary key)- int