Package DE_EPAGES::Object::API::Table::DirectJSONAttribute
interface for table DirectJSONAttribute
@EXPORT_OK |
Functions
- DeleteDirectJSONAttribute
- ExistsDirectJSONAttribute
- GetAllInfoDirectJSONAttributes
- GetAllPKeyDirectJSONAttributes
- GetInfoDirectJSONAttribute
- InsertDirectJSONAttribute
- OnDeleteObject
- UpdateDirectJSONAttribute
DeleteDirectJSONAttribute
Deletes a(n) DirectJSONAttribute.
Syntax |
DeleteDirectJSONAttribute($ObjectID); DeleteDirectJSONAttribute($hDirectJSONAttribute); # if $hDirectJSONAttribute includes ObjectID |
Input |
|
ExistsDirectJSONAttribute
Returns true if the DirectJSONAttribute exists.
Syntax |
$exists = ExistsDirectJSONAttribute($ObjectID); |
Input |
|
Return |
|
GetAllInfoDirectJSONAttributes
Returns all objects of DirectJSONAttribute.
Syntax |
$ahDirectJSONAttributes = GetAllInfoDirectJSONAttributes(); |
Return |
|
GetAllPKeyDirectJSONAttributes
Returns all DirectJSONAttribute identifiers.
Syntax |
$aDirectJSONAttributeIDs = GetAllPKeyDirectJSONAttributes(); |
Return |
|
GetInfoDirectJSONAttribute
Returns the DirectJSONAttribute by identifier.
Syntax |
$hDirectJSONAttribute = GetInfoDirectJSONAttribute($ObjectID); |
Input |
|
Return |
|
InsertDirectJSONAttribute
Creates an entry of DirectJSONAttribute.
Syntax |
InsertDirectJSONAttribute($hDirectJSONAttribute); |
Input |
|
OnDeleteObject
Deletes DirectJSONAttribute of this model when a(n) Object is deleted.
Syntax |
OnDeleteObject($hParams); |
Input |
|
UpdateDirectJSONAttribute
Updates a(n) DirectJSONAttribute if any element was changed.
Syntax |
UpdateDirectJSONAttribute($ObjectID, $hDirectJSONAttribute); UpdateDirectJSONAttribute($hDirectJSONAttribute); # if $hDirectJSONAttribute includes ObjectID |
Input |
|