Package DE_EPAGES::Payment::API::Table::ShopPaymentLogo
interface for table ShopPaymentLogo
@EXPORT_OK |
Functions
- DeleteShopPaymentLogo
- ExistsShopPaymentLogo
- GetAllPKeyShopPaymentLogos
- GetInfoShopPaymentLogosByPaymentTypeLogoID
- GetInfoShopPaymentLogosByShopID
- GetPKeyShopPaymentLogosByPaymentTypeLogoID
- GetPKeyShopPaymentLogosByShopID
- InsertShopPaymentLogo
- OnDeleteShop
DeleteShopPaymentLogo
Deletes a(n) ShopPaymentLogo.
Syntax |
DeleteShopPaymentLogo($ShopID, $PaymentTypeLogoID); DeleteShopPaymentLogo($hShopPaymentLogo); # if $hShopPaymentLogo includes ShopID, PaymentTypeLogoID |
Input |
|
ExistsShopPaymentLogo
Returns true if the ShopPaymentLogo exists.
Syntax |
$exists = ExistsShopPaymentLogo($ShopID, $PaymentTypeLogoID); |
Input |
|
Return |
|
GetAllPKeyShopPaymentLogos
Returns all ShopPaymentLogo identifiers.
Syntax |
$ahShopPaymentLogoIDs = GetAllPKeyShopPaymentLogos(); |
Return |
|
GetInfoShopPaymentLogosByPaymentTypeLogoID
Returns objects of ShopPaymentLogo by alternate key PaymentTypeLogoID.
Syntax |
$ahShopPaymentLogos = GetInfoShopPaymentLogosByPaymentTypeLogoID($PaymentTypeLogoID); |
Input |
|
Return |
|
GetInfoShopPaymentLogosByShopID
Returns objects of ShopPaymentLogo by primary key element ShopID.
Syntax |
$ahShopPaymentLogos = GetInfoShopPaymentLogosByShopID($ShopID); |
Input |
|
Return |
|
GetPKeyShopPaymentLogosByPaymentTypeLogoID
Returns primary keys of ShopPaymentLogo by alternate key PaymentTypeLogoID.
Syntax |
$ahKeys = GetPKeyShopPaymentLogosByPaymentTypeLogoID($PaymentTypeLogoID); |
Input |
|
Return |
|
GetPKeyShopPaymentLogosByShopID
Returns primary keys of ShopPaymentLogo by primary key element ShopID.
Syntax |
$ahKeys = GetPKeyShopPaymentLogosByShopID($ShopID); |
Input |
|
Return |
|
InsertShopPaymentLogo
Creates an entry of ShopPaymentLogo.
Syntax |
InsertShopPaymentLogo($hShopPaymentLogo); |
Input |
|
OnDeleteShop
Deletes ShopPaymentLogo of this model when a(n) Shop is deleted.
Syntax |
OnDeleteShop($hParams); |
Input |
|