Package DE_EPAGES::Product::API::Table::ProductTypeFontColor
interface for table ProductTypeFontColor
@EXPORT_OK |
Functions
- DeleteProductTypeFontColor
- ExistsProductTypeFontColor
- GetAllInfoProductTypeFontColors
- GetAllPKeyProductTypeFontColors
- GetInfoProductTypeFontColor
- GetInfoProductTypeFontColorsByProductTypeID
- GetPKeyProductTypeFontColorsByProductTypeID
- InsertProductTypeFontColor
- UpdateProductTypeFontColor
DeleteProductTypeFontColor
Deletes a(n) ProductTypeFontColor.
Syntax |
DeleteProductTypeFontColor($ProductTypeID, $ColorValue); DeleteProductTypeFontColor($hProductTypeFontColor); # if $hProductTypeFontColor includes ProductTypeID, ColorValue |
Input |
|
ExistsProductTypeFontColor
Returns true if the ProductTypeFontColor exists.
Syntax |
$exists = ExistsProductTypeFontColor($ProductTypeID, $ColorValue); |
Input |
|
GetAllInfoProductTypeFontColors
Returns all objects of ProductTypeFontColor.
Syntax |
$ahProductTypeFontColors = GetAllInfoProductTypeFontColors(); |
Return |
|
GetAllPKeyProductTypeFontColors
Returns all ProductTypeFontColor identifiers.
Syntax |
$ahProductTypeFontColorIDs = GetAllPKeyProductTypeFontColors(); |
Return |
|
GetInfoProductTypeFontColor
Returns the ProductTypeFontColor by identifier.
Syntax |
$hProductTypeFontColor = GetInfoProductTypeFontColor($ProductTypeID, $ColorValue); |
Input |
|
GetInfoProductTypeFontColorsByProductTypeID
Returns objects of ProductTypeFontColor by primary key element ProductTypeID.
Syntax |
$ahProductTypeFontColors = GetInfoProductTypeFontColorsByProductTypeID($ProductTypeID); |
Input |
|
Return |
|
GetPKeyProductTypeFontColorsByProductTypeID
Returns primary keys of ProductTypeFontColor by primary key element ProductTypeID.
Syntax |
$ahKeys = GetPKeyProductTypeFontColorsByProductTypeID($ProductTypeID); |
Input |
|
Return |
|
InsertProductTypeFontColor
Creates an entry of ProductTypeFontColor.
Syntax |
InsertProductTypeFontColor($hProductTypeFontColor); |
Input |
|
UpdateProductTypeFontColor
Updates a(n) ProductTypeFontColor if any element was changed.
Syntax |
UpdateProductTypeFontColor($ProductTypeID, $ColorValue, $hProductTypeFontColor); UpdateProductTypeFontColor($hProductTypeFontColor); # if $hProductTypeFontColor includes ProductTypeID, ColorValue |
Input |
|