Package DE_EPAGES::Object::API::Table::IntegerAttribute
interface for table IntegerAttribute
Functions
- DeleteIntegerAttribute
- ExistsIntegerAttribute
- GetAllInfoIntegerAttributes
- GetAllPKeyIntegerAttributes
- GetInfoIntegerAttribute
- GetInfoIntegerAttributesByAttributeID
- GetInfoIntegerAttributesByObjectID
- GetPKeyIntegerAttributesByAttributeID
- GetPKeyIntegerAttributesByObjectID
- InsertIntegerAttribute
- OnDeleteAttribute
- OnDeleteObject
- UpdateIntegerAttribute
DeleteIntegerAttribute
Deletes a(n) IntegerAttribute.
Syntax |
DeleteIntegerAttribute($ObjectID, $AttributeID); DeleteIntegerAttribute($hIntegerAttribute); # if $hIntegerAttribute includes ObjectID, AttributeID |
Input |
|
ExistsIntegerAttribute
Returns true if the IntegerAttribute exists.
Syntax |
$exists = ExistsIntegerAttribute($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetAllInfoIntegerAttributes
Returns all objects of IntegerAttribute.
Syntax |
$ahIntegerAttributes = GetAllInfoIntegerAttributes(); |
Return |
|
GetAllPKeyIntegerAttributes
Returns all IntegerAttribute identifiers.
Syntax |
$ahIntegerAttributeIDs = GetAllPKeyIntegerAttributes(); |
Return |
|
GetInfoIntegerAttribute
Returns the IntegerAttribute by identifier.
Syntax |
$hIntegerAttribute = GetInfoIntegerAttribute($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetInfoIntegerAttributesByAttributeID
Returns objects of IntegerAttribute by alternate key AttributeID.
Syntax |
$ahIntegerAttributes = GetInfoIntegerAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetInfoIntegerAttributesByObjectID
Returns objects of IntegerAttribute by primary key element ObjectID.
Syntax |
$ahIntegerAttributes = GetInfoIntegerAttributesByObjectID($ObjectID); |
Input |
|
Return |
|
GetPKeyIntegerAttributesByAttributeID
Returns primary keys of IntegerAttribute by alternate key AttributeID.
Syntax |
$ahKeys = GetPKeyIntegerAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetPKeyIntegerAttributesByObjectID
Returns primary keys of IntegerAttribute by primary key element ObjectID.
Syntax |
$ahKeys = GetPKeyIntegerAttributesByObjectID($ObjectID); |
Input |
|
Return |
|
InsertIntegerAttribute
Creates an entry of IntegerAttribute.
Syntax |
InsertIntegerAttribute($hIntegerAttribute); |
Input |
|
OnDeleteAttribute
Deletes IntegerAttribute of this model when a(n) Attribute is deleted.
Syntax |
OnDeleteAttribute($hParams); |
Input |
|
OnDeleteObject
Deletes IntegerAttribute of this model when a(n) Object is deleted.
Syntax |
OnDeleteObject($hParams); |
Input |
|
UpdateIntegerAttribute
Updates a(n) IntegerAttribute if any element was changed.
Syntax |
UpdateIntegerAttribute($ObjectID, $AttributeID, $hIntegerAttribute); UpdateIntegerAttribute($hIntegerAttribute); # if $hIntegerAttribute includes ObjectID, AttributeID |
Input |
|