Package DE_EPAGES::Product::API::Table::ProductTypeCustomFont
interface for table ProductTypeCustomFont
@EXPORT_OK |
Functions
- DeleteProductTypeCustomFont
- ExistsProductTypeCustomFont
- GetAllInfoProductTypeCustomFonts
- GetAllPKeyProductTypeCustomFonts
- GetInfoProductTypeCustomFont
- GetInfoProductTypeCustomFontsByProductTypeID
- GetPKeyProductTypeCustomFontsByProductTypeID
- InsertProductTypeCustomFont
- UpdateProductTypeCustomFont
DeleteProductTypeCustomFont
Deletes a(n) ProductTypeCustomFont.
Syntax |
DeleteProductTypeCustomFont($ProductTypeID, $Name); DeleteProductTypeCustomFont($hProductTypeCustomFont); # if $hProductTypeCustomFont includes ProductTypeID, Name |
Input |
|
ExistsProductTypeCustomFont
Returns true if the ProductTypeCustomFont exists.
Syntax |
$exists = ExistsProductTypeCustomFont($ProductTypeID, $Name); |
Input |
|
Return |
|
GetAllInfoProductTypeCustomFonts
Returns all objects of ProductTypeCustomFont.
Syntax |
$ahProductTypeCustomFonts = GetAllInfoProductTypeCustomFonts(); |
Return |
|
GetAllPKeyProductTypeCustomFonts
Returns all ProductTypeCustomFont identifiers.
Syntax |
$ahProductTypeCustomFontIDs = GetAllPKeyProductTypeCustomFonts(); |
Return |
|
GetInfoProductTypeCustomFont
Returns the ProductTypeCustomFont by identifier.
Syntax |
$hProductTypeCustomFont = GetInfoProductTypeCustomFont($ProductTypeID, $Name); |
Input |
|
Return |
|
GetInfoProductTypeCustomFontsByProductTypeID
Returns objects of ProductTypeCustomFont by primary key element ProductTypeID.
Syntax |
$ahProductTypeCustomFonts = GetInfoProductTypeCustomFontsByProductTypeID($ProductTypeID); |
Input |
|
Return |
|
GetPKeyProductTypeCustomFontsByProductTypeID
Returns primary keys of ProductTypeCustomFont by primary key element ProductTypeID.
Syntax |
$ahKeys = GetPKeyProductTypeCustomFontsByProductTypeID($ProductTypeID); |
Input |
|
Return |
|
InsertProductTypeCustomFont
Creates an entry of ProductTypeCustomFont.
Syntax |
InsertProductTypeCustomFont($hProductTypeCustomFont); |
Input |
|
UpdateProductTypeCustomFont
Updates a(n) ProductTypeCustomFont if any element was changed.
Syntax |
UpdateProductTypeCustomFont($ProductTypeID, $Name, $hProductTypeCustomFont); UpdateProductTypeCustomFont($hProductTypeCustomFont); # if $hProductTypeCustomFont includes ProductTypeID, Name |
Input |
|