Package DE_EPAGES::TagCommander::API::Table::ShopTagCommanderAction
interface for table ShopTagCommanderAction
Functions
- DeleteShopTagCommanderAction
- ExistsShopTagCommanderAction
- GetAllInfoShopTagCommanderActions
- GetAllPKeyShopTagCommanderActions
- GetInfoShopTagCommanderAction
- GetInfoShopTagCommanderActionsByActionID
- GetInfoShopTagCommanderActionsByShopID
- GetPKeyShopTagCommanderActionsByActionID
- GetPKeyShopTagCommanderActionsByShopID
- InsertShopTagCommanderAction
- OnDeleteShop
- UpdateShopTagCommanderAction
DeleteShopTagCommanderAction
Deletes a(n) ShopTagCommanderAction.
Syntax |
DeleteShopTagCommanderAction($ShopID, $ActionID); DeleteShopTagCommanderAction($hShopTagCommanderAction); # if $hShopTagCommanderAction includes ShopID, ActionID |
Input |
|
ExistsShopTagCommanderAction
Returns true if the ShopTagCommanderAction exists.
Syntax |
$exists = ExistsShopTagCommanderAction($ShopID, $ActionID); |
Input |
|
Return |
|
GetAllInfoShopTagCommanderActions
Returns all objects of ShopTagCommanderAction.
Syntax |
$ahShopTagCommanderActions = GetAllInfoShopTagCommanderActions(); |
Return |
|
GetAllPKeyShopTagCommanderActions
Returns all ShopTagCommanderAction identifiers.
Syntax |
$ahShopTagCommanderActionIDs = GetAllPKeyShopTagCommanderActions(); |
Return |
|
GetInfoShopTagCommanderAction
Returns the ShopTagCommanderAction by identifier.
Syntax |
$hShopTagCommanderAction = GetInfoShopTagCommanderAction($ShopID, $ActionID); |
Input |
|
Return |
|
GetInfoShopTagCommanderActionsByActionID
Returns objects of ShopTagCommanderAction by alternate key ActionID.
Syntax |
$ahShopTagCommanderActions = GetInfoShopTagCommanderActionsByActionID($ActionID); |
Input |
|
Return |
|
GetInfoShopTagCommanderActionsByShopID
Returns objects of ShopTagCommanderAction by primary key element ShopID.
Syntax |
$ahShopTagCommanderActions = GetInfoShopTagCommanderActionsByShopID($ShopID); |
Input |
|
Return |
|
GetPKeyShopTagCommanderActionsByActionID
Returns primary keys of ShopTagCommanderAction by alternate key ActionID.
Syntax |
$ahKeys = GetPKeyShopTagCommanderActionsByActionID($ActionID); |
Input |
|
Return |
|
GetPKeyShopTagCommanderActionsByShopID
Returns primary keys of ShopTagCommanderAction by primary key element ShopID.
Syntax |
$ahKeys = GetPKeyShopTagCommanderActionsByShopID($ShopID); |
Input |
|
Return |
|
InsertShopTagCommanderAction
Creates an entry of ShopTagCommanderAction.
Syntax |
InsertShopTagCommanderAction($hShopTagCommanderAction); |
Input |
|
OnDeleteShop
Deletes ShopTagCommanderAction of this model when a(n) Shop is deleted.
Syntax |
OnDeleteShop($hParams); |
Input |
|
UpdateShopTagCommanderAction
Updates a(n) ShopTagCommanderAction if any element was changed.
Syntax |
UpdateShopTagCommanderAction($ShopID, $ActionID, $hShopTagCommanderAction); UpdateShopTagCommanderAction($hShopTagCommanderAction); # if $hShopTagCommanderAction includes ShopID, ActionID |
Input |
|