Package DE_EPAGES::GoogleAnalytics::API::Table::ShopGoogleAnalyticsAction
interface for table ShopGoogleAnalyticsAction
Functions
- DeleteShopGoogleAnalyticsAction
- ExistsShopGoogleAnalyticsAction
- GetAllInfoShopGoogleAnalyticsActions
- GetAllPKeyShopGoogleAnalyticsActions
- GetInfoShopGoogleAnalyticsAction
- GetInfoShopGoogleAnalyticsActionsByActionID
- GetInfoShopGoogleAnalyticsActionsByShopID
- GetPKeyShopGoogleAnalyticsActionsByActionID
- GetPKeyShopGoogleAnalyticsActionsByShopID
- InsertShopGoogleAnalyticsAction
- OnDeleteShop
- UpdateShopGoogleAnalyticsAction
DeleteShopGoogleAnalyticsAction
Deletes a(n) ShopGoogleAnalyticsAction.
Syntax |
DeleteShopGoogleAnalyticsAction($ShopID, $ActionID); DeleteShopGoogleAnalyticsAction($hShopGoogleAnalyticsAction); # if $hShopGoogleAnalyticsAction includes ShopID, ActionID |
Input |
|
ExistsShopGoogleAnalyticsAction
Returns true if the ShopGoogleAnalyticsAction exists.
Syntax |
$exists = ExistsShopGoogleAnalyticsAction($ShopID, $ActionID); |
Input |
|
Return |
|
GetAllInfoShopGoogleAnalyticsActions
Returns all objects of ShopGoogleAnalyticsAction.
Syntax |
$ahShopGoogleAnalyticsActions = GetAllInfoShopGoogleAnalyticsActions(); |
Return |
|
GetAllPKeyShopGoogleAnalyticsActions
Returns all ShopGoogleAnalyticsAction identifiers.
Syntax |
$ahShopGoogleAnalyticsActionIDs = GetAllPKeyShopGoogleAnalyticsActions(); |
Return |
|
GetInfoShopGoogleAnalyticsAction
Returns the ShopGoogleAnalyticsAction by identifier.
Syntax |
$hShopGoogleAnalyticsAction = GetInfoShopGoogleAnalyticsAction($ShopID, $ActionID); |
Input |
|
Return |
|
GetInfoShopGoogleAnalyticsActionsByActionID
Returns objects of ShopGoogleAnalyticsAction by alternate key ActionID.
Syntax |
$ahShopGoogleAnalyticsActions = GetInfoShopGoogleAnalyticsActionsByActionID($ActionID); |
Input |
|
Return |
|
GetInfoShopGoogleAnalyticsActionsByShopID
Returns objects of ShopGoogleAnalyticsAction by primary key element ShopID.
Syntax |
$ahShopGoogleAnalyticsActions = GetInfoShopGoogleAnalyticsActionsByShopID($ShopID); |
Input |
|
Return |
|
GetPKeyShopGoogleAnalyticsActionsByActionID
Returns primary keys of ShopGoogleAnalyticsAction by alternate key ActionID.
Syntax |
$ahKeys = GetPKeyShopGoogleAnalyticsActionsByActionID($ActionID); |
Input |
|
Return |
|
GetPKeyShopGoogleAnalyticsActionsByShopID
Returns primary keys of ShopGoogleAnalyticsAction by primary key element ShopID.
Syntax |
$ahKeys = GetPKeyShopGoogleAnalyticsActionsByShopID($ShopID); |
Input |
|
Return |
|
InsertShopGoogleAnalyticsAction
Creates an entry of ShopGoogleAnalyticsAction.
Syntax |
InsertShopGoogleAnalyticsAction($hShopGoogleAnalyticsAction); |
Input |
|
OnDeleteShop
Deletes ShopGoogleAnalyticsAction of this model when a(n) Shop is deleted.
Syntax |
OnDeleteShop($hParams); |
Input |
|
UpdateShopGoogleAnalyticsAction
Updates a(n) ShopGoogleAnalyticsAction if any element was changed.
Syntax |
UpdateShopGoogleAnalyticsAction($ShopID, $ActionID, $hShopGoogleAnalyticsAction); UpdateShopGoogleAnalyticsAction($hShopGoogleAnalyticsAction); # if $hShopGoogleAnalyticsAction includes ShopID, ActionID |
Input |
|