Package DE_EPAGES::Object::API::Table::LocalizedStringAttribute
interface for table LocalizedStringAttribute
Functions
- DeleteLocalizedStringAttribute
- ExistsLocalizedStringAttribute
- GetAllInfoLocalizedStringAttributes
- GetAllPKeyLocalizedStringAttributes
- GetInfoLocalizedStringAttribute
- GetInfoLocalizedStringAttributesByAttributeID
- GetInfoLocalizedStringAttributesByLanguageID
- GetInfoLocalizedStringAttributesByObjectID
- GetPKeyLocalizedStringAttributesByAttributeID
- GetPKeyLocalizedStringAttributesByLanguageID
- GetPKeyLocalizedStringAttributesByObjectID
- InsertLocalizedStringAttribute
- OnDeleteAttribute
- OnDeleteLanguage
- OnDeleteObject
- UpdateLocalizedStringAttribute
DeleteLocalizedStringAttribute
Deletes a(n) LocalizedStringAttribute.
Syntax |
DeleteLocalizedStringAttribute($ObjectID, $AttributeID, $LanguageID); DeleteLocalizedStringAttribute($hLocalizedStringAttribute); # if $hLocalizedStringAttribute includes ObjectID, AttributeID, LanguageID |
Input |
|
ExistsLocalizedStringAttribute
Returns true if the LocalizedStringAttribute exists.
Syntax |
$exists = ExistsLocalizedStringAttribute($ObjectID, $AttributeID, $LanguageID); |
Input |
|
Return |
|
GetAllInfoLocalizedStringAttributes
Returns all objects of LocalizedStringAttribute.
Syntax |
$ahLocalizedStringAttributes = GetAllInfoLocalizedStringAttributes(); |
Return |
|
GetAllPKeyLocalizedStringAttributes
Returns all LocalizedStringAttribute identifiers.
Syntax |
$ahLocalizedStringAttributeIDs = GetAllPKeyLocalizedStringAttributes(); |
Return |
|
GetInfoLocalizedStringAttribute
Returns the LocalizedStringAttribute by identifier.
Syntax |
$hLocalizedStringAttribute = GetInfoLocalizedStringAttribute($ObjectID, $AttributeID, $LanguageID); |
Input |
|
Return |
|
GetInfoLocalizedStringAttributesByAttributeID
Returns objects of LocalizedStringAttribute by alternate key AttributeID.
Syntax |
$ahLocalizedStringAttributes = GetInfoLocalizedStringAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetInfoLocalizedStringAttributesByLanguageID
Returns objects of LocalizedStringAttribute by alternate key LanguageID.
Syntax |
$ahLocalizedStringAttributes = GetInfoLocalizedStringAttributesByLanguageID($LanguageID); |
Input |
|
Return |
|
GetInfoLocalizedStringAttributesByObjectID
Returns objects of LocalizedStringAttribute by primary key element ObjectID, AttributeID.
Syntax |
$ahLocalizedStringAttributes = GetInfoLocalizedStringAttributesByObjectID($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetPKeyLocalizedStringAttributesByAttributeID
Returns primary keys of LocalizedStringAttribute by alternate key AttributeID.
Syntax |
$ahKeys = GetPKeyLocalizedStringAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetPKeyLocalizedStringAttributesByLanguageID
Returns primary keys of LocalizedStringAttribute by alternate key LanguageID.
Syntax |
$ahKeys = GetPKeyLocalizedStringAttributesByLanguageID($LanguageID); |
Input |
|
Return |
|
GetPKeyLocalizedStringAttributesByObjectID
Returns primary keys of LocalizedStringAttribute by primary key element ObjectID, AttributeID.
Syntax |
$ahKeys = GetPKeyLocalizedStringAttributesByObjectID($ObjectID, $AttributeID); |
Input |
|
Return |
|
InsertLocalizedStringAttribute
Creates an entry of LocalizedStringAttribute.
Syntax |
InsertLocalizedStringAttribute($hLocalizedStringAttribute); |
Input |
|
OnDeleteAttribute
Deletes LocalizedStringAttribute of this model when a(n) Attribute is deleted.
Syntax |
OnDeleteAttribute($hParams); |
Input |
|
OnDeleteLanguage
Deletes LocalizedStringAttribute of this model when a(n) Language is deleted.
Syntax |
OnDeleteLanguage($hParams); |
Input |
|
OnDeleteObject
Deletes LocalizedStringAttribute of this model when a(n) Object is deleted.
Syntax |
OnDeleteObject($hParams); |
Input |
|
UpdateLocalizedStringAttribute
Updates a(n) LocalizedStringAttribute if any element was changed.
Syntax |
UpdateLocalizedStringAttribute($ObjectID, $AttributeID, $LanguageID, $hLocalizedStringAttribute); UpdateLocalizedStringAttribute($hLocalizedStringAttribute); # if $hLocalizedStringAttribute includes ObjectID, AttributeID, LanguageID |
Input |
|