Package DE_EPAGES::Product::API::Table::ProductTypeSystemFont
interface for table ProductTypeSystemFont
@EXPORT_OK |
Functions
- DeleteProductTypeSystemFont
- ExistsProductTypeSystemFont
- GetAllPKeyProductTypeSystemFonts
- GetInfoProductTypeSystemFontsByFontID
- GetInfoProductTypeSystemFontsByProductTypeID
- GetPKeyProductTypeSystemFontsByFontID
- GetPKeyProductTypeSystemFontsByProductTypeID
- InsertProductTypeSystemFont
DeleteProductTypeSystemFont
Deletes a(n) ProductTypeSystemFont.
Syntax |
DeleteProductTypeSystemFont($ProductTypeID, $FontID); DeleteProductTypeSystemFont($hProductTypeSystemFont); # if $hProductTypeSystemFont includes ProductTypeID, FontID |
Input |
|
ExistsProductTypeSystemFont
Returns true if the ProductTypeSystemFont exists.
Syntax |
$exists = ExistsProductTypeSystemFont($ProductTypeID, $FontID); |
Input |
|
Return |
|
GetAllPKeyProductTypeSystemFonts
Returns all ProductTypeSystemFont identifiers.
Syntax |
$ahProductTypeSystemFontIDs = GetAllPKeyProductTypeSystemFonts(); |
Return |
|
GetInfoProductTypeSystemFontsByFontID
Returns objects of ProductTypeSystemFont by alternate key FontID.
Syntax |
$ahProductTypeSystemFonts = GetInfoProductTypeSystemFontsByFontID($FontID); |
Input |
|
Return |
|
GetInfoProductTypeSystemFontsByProductTypeID
Returns objects of ProductTypeSystemFont by primary key element ProductTypeID.
Syntax |
$ahProductTypeSystemFonts = GetInfoProductTypeSystemFontsByProductTypeID($ProductTypeID); |
Input |
|
Return |
|
GetPKeyProductTypeSystemFontsByFontID
Returns primary keys of ProductTypeSystemFont by alternate key FontID.
Syntax |
$ahKeys = GetPKeyProductTypeSystemFontsByFontID($FontID); |
Input |
|
Return |
|
GetPKeyProductTypeSystemFontsByProductTypeID
Returns primary keys of ProductTypeSystemFont by primary key element ProductTypeID.
Syntax |
$ahKeys = GetPKeyProductTypeSystemFontsByProductTypeID($ProductTypeID); |
Input |
|
Return |
|
InsertProductTypeSystemFont
Creates an entry of ProductTypeSystemFont.
Syntax |
InsertProductTypeSystemFont($hProductTypeSystemFont); |
Input |
|