Package DE_EPAGES::Object::API::Table::LocalizedTextAttribute
interface for table LocalizedTextAttribute
Functions
- DeleteLocalizedTextAttribute
- ExistsLocalizedTextAttribute
- GetAllInfoLocalizedTextAttributes
- GetAllPKeyLocalizedTextAttributes
- GetInfoLocalizedTextAttribute
- GetInfoLocalizedTextAttributesByAttributeID
- GetInfoLocalizedTextAttributesByLanguageID
- GetInfoLocalizedTextAttributesByObjectID
- GetPKeyLocalizedTextAttributesByAttributeID
- GetPKeyLocalizedTextAttributesByLanguageID
- GetPKeyLocalizedTextAttributesByObjectID
- InsertLocalizedTextAttribute
- OnDeleteAttribute
- OnDeleteLanguage
- OnDeleteObject
- UpdateLocalizedTextAttribute
DeleteLocalizedTextAttribute
Deletes a(n) LocalizedTextAttribute.
Syntax |
DeleteLocalizedTextAttribute($ObjectID, $AttributeID, $LanguageID); DeleteLocalizedTextAttribute($hLocalizedTextAttribute); # if $hLocalizedTextAttribute includes ObjectID, AttributeID, LanguageID |
Input |
|
ExistsLocalizedTextAttribute
Returns true if the LocalizedTextAttribute exists.
Syntax |
$exists = ExistsLocalizedTextAttribute($ObjectID, $AttributeID, $LanguageID); |
Input |
|
Return |
|
GetAllInfoLocalizedTextAttributes
Returns all objects of LocalizedTextAttribute.
Syntax |
$ahLocalizedTextAttributes = GetAllInfoLocalizedTextAttributes(); |
Return |
|
GetAllPKeyLocalizedTextAttributes
Returns all LocalizedTextAttribute identifiers.
Syntax |
$ahLocalizedTextAttributeIDs = GetAllPKeyLocalizedTextAttributes(); |
Return |
|
GetInfoLocalizedTextAttribute
Returns the LocalizedTextAttribute by identifier.
Syntax |
$hLocalizedTextAttribute = GetInfoLocalizedTextAttribute($ObjectID, $AttributeID, $LanguageID); |
Input |
|
Return |
|
GetInfoLocalizedTextAttributesByAttributeID
Returns objects of LocalizedTextAttribute by alternate key AttributeID.
Syntax |
$ahLocalizedTextAttributes = GetInfoLocalizedTextAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetInfoLocalizedTextAttributesByLanguageID
Returns objects of LocalizedTextAttribute by alternate key LanguageID.
Syntax |
$ahLocalizedTextAttributes = GetInfoLocalizedTextAttributesByLanguageID($LanguageID); |
Input |
|
Return |
|
GetInfoLocalizedTextAttributesByObjectID
Returns objects of LocalizedTextAttribute by primary key element ObjectID, AttributeID.
Syntax |
$ahLocalizedTextAttributes = GetInfoLocalizedTextAttributesByObjectID($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetPKeyLocalizedTextAttributesByAttributeID
Returns primary keys of LocalizedTextAttribute by alternate key AttributeID.
Syntax |
$ahKeys = GetPKeyLocalizedTextAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetPKeyLocalizedTextAttributesByLanguageID
Returns primary keys of LocalizedTextAttribute by alternate key LanguageID.
Syntax |
$ahKeys = GetPKeyLocalizedTextAttributesByLanguageID($LanguageID); |
Input |
|
Return |
|
GetPKeyLocalizedTextAttributesByObjectID
Returns primary keys of LocalizedTextAttribute by primary key element ObjectID, AttributeID.
Syntax |
$ahKeys = GetPKeyLocalizedTextAttributesByObjectID($ObjectID, $AttributeID); |
Input |
|
Return |
|
InsertLocalizedTextAttribute
Creates an entry of LocalizedTextAttribute.
Syntax |
InsertLocalizedTextAttribute($hLocalizedTextAttribute); |
Input |
|
OnDeleteAttribute
Deletes LocalizedTextAttribute of this model when a(n) Attribute is deleted.
Syntax |
OnDeleteAttribute($hParams); |
Input |
|
OnDeleteLanguage
Deletes LocalizedTextAttribute of this model when a(n) Language is deleted.
Syntax |
OnDeleteLanguage($hParams); |
Input |
|
OnDeleteObject
Deletes LocalizedTextAttribute of this model when a(n) Object is deleted.
Syntax |
OnDeleteObject($hParams); |
Input |
|
UpdateLocalizedTextAttribute
Updates a(n) LocalizedTextAttribute if any element was changed.
Syntax |
UpdateLocalizedTextAttribute($ObjectID, $AttributeID, $LanguageID, $hLocalizedTextAttribute); UpdateLocalizedTextAttribute($hLocalizedTextAttribute); # if $hLocalizedTextAttribute includes ObjectID, AttributeID, LanguageID |
Input |
|