Package DE_EPAGES::Presentation::API::Table::TemplateMapStringAttribute
interface for table TemplateMapStringAttribute
Functions
- DeleteTemplateMapStringAttribute
- ExistsTemplateMapStringAttribute
- ExistsTemplateMapStringAttributeByName
- GetAllInfoTemplateMapStringAttributes
- GetAllPKeyTemplateMapStringAttributes
- GetInfoTemplateMapStringAttribute
- GetInfoTemplateMapStringAttributeByName
- GetInfoTemplateMapStringAttributesByTemplateMapID
- GetPKeyTemplateMapStringAttributeByName
- GetPKeyTemplateMapStringAttributesByName
- GetPKeyTemplateMapStringAttributesByTemplateMapID
- InsertTemplateMapStringAttribute
- UpdateTemplateMapStringAttribute
DeleteTemplateMapStringAttribute
Deletes a(n) TemplateMapStringAttribute.
Syntax |
DeleteTemplateMapStringAttribute($TemplateMapID, $Name); DeleteTemplateMapStringAttribute($hTemplateMapStringAttribute); # if $hTemplateMapStringAttribute includes TemplateMapID, Name |
Input |
|
ExistsTemplateMapStringAttribute
Returns true if the TemplateMapStringAttribute exists.
Syntax |
$exists = ExistsTemplateMapStringAttribute($TemplateMapID, $Name); |
Input |
|
Return |
|
ExistsTemplateMapStringAttributeByName
Returns true if a TemplateMapStringAttribute by alternate keys Name and TemplateMapID exists.
Syntax |
$hKeys = ExistsTemplateMapStringAttributeByName($Name, $TemplateMapID); |
Input |
|
Return |
|
GetAllInfoTemplateMapStringAttributes
Returns all objects of TemplateMapStringAttribute.
Syntax |
$ahTemplateMapStringAttributes = GetAllInfoTemplateMapStringAttributes(); |
Return |
|
GetAllPKeyTemplateMapStringAttributes
Returns all TemplateMapStringAttribute identifiers.
Syntax |
$ahTemplateMapStringAttributeIDs = GetAllPKeyTemplateMapStringAttributes(); |
Return |
|
GetInfoTemplateMapStringAttribute
Returns the TemplateMapStringAttribute by identifier.
Syntax |
$hTemplateMapStringAttribute = GetInfoTemplateMapStringAttribute($TemplateMapID, $Name); |
Input |
|
Return |
|
GetInfoTemplateMapStringAttributeByName
Returns the object of TemplateMapStringAttribute by alternate keys Name and TemplateMapID.
Syntax |
$hTemplateMapStringAttribute = GetInfoTemplateMapStringAttributeByName($Name, $TemplateMapID); |
Input |
|
Return |
|
GetInfoTemplateMapStringAttributesByTemplateMapID
Returns objects of TemplateMapStringAttribute by primary key element TemplateMapID.
Syntax |
$ahTemplateMapStringAttributes = GetInfoTemplateMapStringAttributesByTemplateMapID($TemplateMapID); |
Input |
|
Return |
|
GetPKeyTemplateMapStringAttributeByName
Returns primary key of TemplateMapStringAttribute by alternate keys Name and TemplateMapID.
Syntax |
$hKeys = GetPKeyTemplateMapStringAttributeByName($Name, $TemplateMapID); |
Input |
|
Return |
|
GetPKeyTemplateMapStringAttributesByName
Returns primary keys of TemplateMapStringAttribute by alternate keys Name and TemplateMapID.
Syntax |
$ahKeys = GetPKeyTemplateMapStringAttributesByName($Name, $TemplateMapID); |
Input |
|
Return |
|
GetPKeyTemplateMapStringAttributesByTemplateMapID
Returns primary keys of TemplateMapStringAttribute by primary key element TemplateMapID.
Syntax |
$ahKeys = GetPKeyTemplateMapStringAttributesByTemplateMapID($TemplateMapID); |
Input |
|
Return |
|
InsertTemplateMapStringAttribute
Creates an entry of TemplateMapStringAttribute.
Syntax |
InsertTemplateMapStringAttribute($hTemplateMapStringAttribute); |
Input |
|
UpdateTemplateMapStringAttribute
Updates a(n) TemplateMapStringAttribute if any element was changed.
Syntax |
UpdateTemplateMapStringAttribute($TemplateMapID, $Name, $hTemplateMapStringAttribute); UpdateTemplateMapStringAttribute($hTemplateMapStringAttribute); # if $hTemplateMapStringAttribute includes TemplateMapID, Name |
Input |
|