Package DE_EPAGES::DemoContent::API::Table::DemoContentMap
interface for table DemoContentMap
Functions
- DeleteDemoContentMap
- ExistsDemoContentMap
- GetAllInfoDemoContentMaps
- GetAllPKeyDemoContentMaps
- GetInfoDemoContentMap
- GetInfoDemoContentMapsByDemoContentID
- GetInfoDemoContentMapsByStyleGroupID
- GetPKeyDemoContentMapsByDemoContentID
- GetPKeyDemoContentMapsByStyleGroupID
- InsertDemoContentMap
- UpdateDemoContentMap
DeleteDemoContentMap
Deletes a(n) DemoContentMap.
Syntax |
DeleteDemoContentMap($StyleGroupID, $DemoContentID); DeleteDemoContentMap($hDemoContentMap); # if $hDemoContentMap includes StyleGroupID, DemoContentID |
Input |
|
ExistsDemoContentMap
Returns true if the DemoContentMap exists.
Syntax |
$exists = ExistsDemoContentMap($StyleGroupID, $DemoContentID); |
Input |
|
Return |
|
GetAllInfoDemoContentMaps
Returns all objects of DemoContentMap.
Syntax |
$ahDemoContentMapIDs = GetAllInfoDemoContentMaps(); |
Return |
|
GetAllPKeyDemoContentMaps
Returns all DemoContentMap identifiers.
Syntax |
$ahDemoContentMapIDs = GetAllPKeyDemoContentMaps(); |
Return |
|
GetInfoDemoContentMap
Returns the DemoContentMap by identifier.
Syntax |
$hDemoContentMap = GetInfoDemoContentMap($StyleGroupID, $DemoContentID); |
Input |
|
Return |
|
GetInfoDemoContentMapsByDemoContentID
Returns objects of DemoContentMap by alternate key DemoContentID.
Syntax |
$ahDemoContentMaps = GetInfoDemoContentMapsByDemoContentID($DemoContentID); |
Input |
|
Return |
|
GetInfoDemoContentMapsByStyleGroupID
Returns objects of DemoContentMap by primary key element StyleGroupID.
Syntax |
$ahDemoContentMaps = GetInfoDemoContentMapsByStyleGroupID($StyleGroupID); |
Input |
|
Return |
|
GetPKeyDemoContentMapsByDemoContentID
Returns primary keys of DemoContentMap by alternate key DemoContentID.
Syntax |
$ahKeys = GetPKeyDemoContentMapsByDemoContentID($DemoContentID); |
Input |
|
Return |
|
GetPKeyDemoContentMapsByStyleGroupID
Returns primary keys of DemoContentMap by primary key element StyleGroupID.
Syntax |
$ahKeys = GetPKeyDemoContentMapsByStyleGroupID($StyleGroupID); |
Input |
|
Return |
|
InsertDemoContentMap
Creates an entry of DemoContentMap.
Syntax |
InsertDemoContentMap($hDemoContentMap); |
Input |
|
UpdateDemoContentMap
Updates a(n) DemoContentMap if any element was changed.
Syntax |
UpdateDemoContentMap($StyleGroupID, $DemoContentID, $hDemoContentMap); UpdateDemoContentMap($hDemoContentMap); # if $hDemoContentMap includes StyleGroupID, DemoContentID |
Input |
|