Package DE_EPAGES::Object::API::Table::MoneyCurrencyAttribute
interface for table MoneyCurrencyAttribute
Functions
- DeleteMoneyCurrencyAttribute
- ExistsMoneyCurrencyAttribute
- GetAllInfoMoneyCurrencyAttributes
- GetAllPKeyMoneyCurrencyAttributes
- GetInfoMoneyCurrencyAttribute
- GetInfoMoneyCurrencyAttributesByAttributeID
- GetInfoMoneyCurrencyAttributesByCurrencyID
- GetInfoMoneyCurrencyAttributesByObjectID
- GetPKeyMoneyCurrencyAttributesByAttributeID
- GetPKeyMoneyCurrencyAttributesByCurrencyID
- GetPKeyMoneyCurrencyAttributesByObjectID
- InsertMoneyCurrencyAttribute
- OnDeleteAttribute
- OnDeleteCurrency
- OnDeleteObject
- UpdateMoneyCurrencyAttribute
DeleteMoneyCurrencyAttribute
Deletes a(n) MoneyCurrencyAttribute.
Syntax |
DeleteMoneyCurrencyAttribute($ObjectID, $AttributeID, $CurrencyID); DeleteMoneyCurrencyAttribute($hMoneyCurrencyAttribute); # if $hMoneyCurrencyAttribute includes ObjectID, AttributeID, CurrencyID |
Input |
|
ExistsMoneyCurrencyAttribute
Returns true if the MoneyCurrencyAttribute exists.
Syntax |
$exists = ExistsMoneyCurrencyAttribute($ObjectID, $AttributeID, $CurrencyID); |
Input |
|
Return |
|
GetAllInfoMoneyCurrencyAttributes
Returns all objects of MoneyCurrencyAttribute.
Syntax |
$ahMoneyCurrencyAttributes = GetAllInfoMoneyCurrencyAttributes(); |
Return |
|
GetAllPKeyMoneyCurrencyAttributes
Returns all MoneyCurrencyAttribute identifiers.
Syntax |
$ahMoneyCurrencyAttributeIDs = GetAllPKeyMoneyCurrencyAttributes(); |
Return |
|
GetInfoMoneyCurrencyAttribute
Returns the MoneyCurrencyAttribute by identifier.
Syntax |
$hMoneyCurrencyAttribute = GetInfoMoneyCurrencyAttribute($ObjectID, $AttributeID, $CurrencyID); |
Input |
|
Return |
|
GetInfoMoneyCurrencyAttributesByAttributeID
Returns objects of MoneyCurrencyAttribute by alternate key AttributeID.
Syntax |
$ahMoneyCurrencyAttributes = GetInfoMoneyCurrencyAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetInfoMoneyCurrencyAttributesByCurrencyID
Returns objects of MoneyCurrencyAttribute by alternate key CurrencyID.
Syntax |
$ahMoneyCurrencyAttributes = GetInfoMoneyCurrencyAttributesByCurrencyID($CurrencyID); |
Input |
|
Return |
|
GetInfoMoneyCurrencyAttributesByObjectID
Returns objects of MoneyCurrencyAttribute by primary key element ObjectID, AttributeID.
Syntax |
$ahMoneyCurrencyAttributes = GetInfoMoneyCurrencyAttributesByObjectID($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetPKeyMoneyCurrencyAttributesByAttributeID
Returns primary keys of MoneyCurrencyAttribute by alternate key AttributeID.
Syntax |
$ahKeys = GetPKeyMoneyCurrencyAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetPKeyMoneyCurrencyAttributesByCurrencyID
Returns primary keys of MoneyCurrencyAttribute by alternate key CurrencyID.
Syntax |
$ahKeys = GetPKeyMoneyCurrencyAttributesByCurrencyID($CurrencyID); |
Input |
|
Return |
|
GetPKeyMoneyCurrencyAttributesByObjectID
Returns primary keys of MoneyCurrencyAttribute by primary key element ObjectID, AttributeID.
Syntax |
$ahKeys = GetPKeyMoneyCurrencyAttributesByObjectID($ObjectID, $AttributeID); |
Input |
|
Return |
|
InsertMoneyCurrencyAttribute
Creates an entry of MoneyCurrencyAttribute.
Syntax |
InsertMoneyCurrencyAttribute($hMoneyCurrencyAttribute); |
Input |
|
OnDeleteAttribute
Deletes MoneyCurrencyAttribute of this model when a(n) Attribute is deleted.
Syntax |
OnDeleteAttribute($hParams); |
Input |
|
OnDeleteCurrency
Deletes MoneyCurrencyAttribute of this model when a(n) Currency is deleted.
Syntax |
OnDeleteCurrency($hParams); |
Input |
|
OnDeleteObject
Deletes MoneyCurrencyAttribute of this model when a(n) Object is deleted.
Syntax |
OnDeleteObject($hParams); |
Input |
|
UpdateMoneyCurrencyAttribute
Updates a(n) MoneyCurrencyAttribute if any element was changed.
Syntax |
UpdateMoneyCurrencyAttribute($ObjectID, $AttributeID, $CurrencyID, $hMoneyCurrencyAttribute); UpdateMoneyCurrencyAttribute($hMoneyCurrencyAttribute); # if $hMoneyCurrencyAttribute includes ObjectID, AttributeID, CurrencyID |
Input |
|