Package DE_EPAGES::Object::API::Table::TextAttribute
interface for table TextAttribute
@EXPORT_OK |
Functions
- DeleteTextAttribute
- ExistsTextAttribute
- GetAllInfoTextAttributes
- GetAllPKeyTextAttributes
- GetInfoTextAttribute
- GetInfoTextAttributesByAttributeID
- GetInfoTextAttributesByObjectID
- GetPKeyTextAttributesByAttributeID
- GetPKeyTextAttributesByObjectID
- InsertTextAttribute
- OnDeleteAttribute
- OnDeleteObject
- UpdateTextAttribute
DeleteTextAttribute
Deletes a(n) TextAttribute.
Syntax |
DeleteTextAttribute($ObjectID, $AttributeID); DeleteTextAttribute($hTextAttribute); # if $hTextAttribute includes ObjectID, AttributeID |
Input |
|
ExistsTextAttribute
Returns true if the TextAttribute exists.
Syntax |
$exists = ExistsTextAttribute($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetAllInfoTextAttributes
Returns all objects of TextAttribute.
Syntax |
$ahTextAttributes = GetAllInfoTextAttributes(); |
Return |
|
GetAllPKeyTextAttributes
Returns all TextAttribute identifiers.
Syntax |
$ahTextAttributeIDs = GetAllPKeyTextAttributes(); |
Return |
|
GetInfoTextAttribute
Returns the TextAttribute by identifier.
Syntax |
$hTextAttribute = GetInfoTextAttribute($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetInfoTextAttributesByAttributeID
Returns objects of TextAttribute by alternate key AttributeID.
Syntax |
$ahTextAttributes = GetInfoTextAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetInfoTextAttributesByObjectID
Returns objects of TextAttribute by primary key element ObjectID.
Syntax |
$ahTextAttributes = GetInfoTextAttributesByObjectID($ObjectID); |
Input |
|
Return |
|
GetPKeyTextAttributesByAttributeID
Returns primary keys of TextAttribute by alternate key AttributeID.
Syntax |
$ahKeys = GetPKeyTextAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetPKeyTextAttributesByObjectID
Returns primary keys of TextAttribute by primary key element ObjectID.
Syntax |
$ahKeys = GetPKeyTextAttributesByObjectID($ObjectID); |
Input |
|
Return |
|
InsertTextAttribute
Creates an entry of TextAttribute.
Syntax |
InsertTextAttribute($hTextAttribute); |
Input |
|
OnDeleteAttribute
Deletes TextAttribute of this model when a(n) Attribute is deleted.
Syntax |
OnDeleteAttribute($hParams); |
Input |
|
OnDeleteObject
Deletes TextAttribute of this model when a(n) Object is deleted.
Syntax |
OnDeleteObject($hParams); |
Input |
|
UpdateTextAttribute
Updates a(n) TextAttribute if any element was changed.
Syntax |
UpdateTextAttribute($ObjectID, $AttributeID, $hTextAttribute); UpdateTextAttribute($hTextAttribute); # if $hTextAttribute includes ObjectID, AttributeID |
Input |
|