Package DE_EPAGES::Etracker::API::Table::ShopEtrackerAction
interface for table ShopEtrackerAction
Functions
- DeleteShopEtrackerAction
- ExistsShopEtrackerAction
- GetAllInfoShopEtrackerActions
- GetAllPKeyShopEtrackerActions
- GetInfoShopEtrackerAction
- GetInfoShopEtrackerActionsByActionID
- GetInfoShopEtrackerActionsByShopID
- GetPKeyShopEtrackerActionsByActionID
- GetPKeyShopEtrackerActionsByShopID
- InsertShopEtrackerAction
- OnDeleteShop
- UpdateShopEtrackerAction
DeleteShopEtrackerAction
Deletes a(n) ShopEtrackerAction.
Syntax |
DeleteShopEtrackerAction($ShopID, $ActionID); DeleteShopEtrackerAction($hShopEtrackerAction); # if $hShopEtrackerAction includes ShopID, ActionID |
Input |
|
ExistsShopEtrackerAction
Returns true if the ShopEtrackerAction exists.
Syntax |
$exists = ExistsShopEtrackerAction($ShopID, $ActionID); |
Input |
|
Return |
|
GetAllInfoShopEtrackerActions
Returns all objects of ShopEtrackerAction.
Syntax |
$ahShopEtrackerActions = GetAllInfoShopEtrackerActions(); |
Return |
|
GetAllPKeyShopEtrackerActions
Returns all ShopEtrackerAction identifiers.
Syntax |
$ahShopEtrackerActionIDs = GetAllPKeyShopEtrackerActions(); |
Return |
|
GetInfoShopEtrackerAction
Returns the ShopEtrackerAction by identifier.
Syntax |
$hShopEtrackerAction = GetInfoShopEtrackerAction($ShopID, $ActionID); |
Input |
|
Return |
|
GetInfoShopEtrackerActionsByActionID
Returns objects of ShopEtrackerAction by alternate key ActionID.
Syntax |
$ahShopEtrackerActions = GetInfoShopEtrackerActionsByActionID($ActionID); |
Input |
|
Return |
|
GetInfoShopEtrackerActionsByShopID
Returns objects of ShopEtrackerAction by primary key element ShopID.
Syntax |
$ahShopEtrackerActions = GetInfoShopEtrackerActionsByShopID($ShopID); |
Input |
|
Return |
|
GetPKeyShopEtrackerActionsByActionID
Returns primary keys of ShopEtrackerAction by alternate key ActionID.
Syntax |
$ahKeys = GetPKeyShopEtrackerActionsByActionID($ActionID); |
Input |
|
Return |
|
GetPKeyShopEtrackerActionsByShopID
Returns primary keys of ShopEtrackerAction by primary key element ShopID.
Syntax |
$ahKeys = GetPKeyShopEtrackerActionsByShopID($ShopID); |
Input |
|
Return |
|
InsertShopEtrackerAction
Creates an entry of ShopEtrackerAction.
Syntax |
InsertShopEtrackerAction($hShopEtrackerAction); |
Input |
|
OnDeleteShop
Deletes ShopEtrackerAction of this model when a(n) Shop is deleted.
Syntax |
OnDeleteShop($hParams); |
Input |
|
UpdateShopEtrackerAction
Updates a(n) ShopEtrackerAction if any element was changed.
Syntax |
UpdateShopEtrackerAction($ShopID, $ActionID, $hShopEtrackerAction); UpdateShopEtrackerAction($hShopEtrackerAction); # if $hShopEtrackerAction includes ShopID, ActionID |
Input |
|