ePages 6.17.17 - DE_EPAGES/Product/API/Table/ProductTypeFontColor.pm

Package DE_EPAGES::Product::API::Table::ProductTypeFontColor

interface for table ProductTypeFontColor

@EXPORT_OK
InsertProductTypeFontColor
UpdateProductTypeFontColor
DeleteProductTypeFontColor
GetAllPKeyProductTypeFontColors
GetAllInfoProductTypeFontColors
GetInfoProductTypeFontColor
ExistsProductTypeFontColor
GetPKeyProductTypeFontColorsByProductTypeID
GetInfoProductTypeFontColorsByProductTypeID

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
$ProductTypeID (int)
product type id (part of primary key)
$ColorValue
The Value of the color like colorpicker returns it (

ExistsProductTypeFontColor

Returns true if the ProductTypeFontColor exists.

Syntax
$exists = ExistsProductTypeFontColor($ProductTypeID, $ColorValue);
Input
$ProductTypeID (int)
product type id (part of primary key)
$ColorValue
The Value of the color like colorpicker returns it (

GetAllInfoProductTypeFontColors

Returns all objects of ProductTypeFontColor.

Syntax
$ahProductTypeFontColors = GetAllInfoProductTypeFontColors();
Return
(with following keys:
  • ProductTypeID - product type id (part of primary key)- int
  • ColorValue - The Value of the color like colorpicker returns it ()
$ahProductTypeFontColors

GetAllPKeyProductTypeFontColors

Returns all ProductTypeFontColor identifiers.

Syntax
$ahProductTypeFontColorIDs = GetAllPKeyProductTypeFontColors();
Return
(with following keys:
  • ProductTypeID - product type id (part of primary key)- int
  • ColorValue - The Value of the color like colorpicker returns it ()
$ahProductTypeFontColorIDs

GetInfoProductTypeFontColor

Returns the ProductTypeFontColor by identifier.

Syntax
$hProductTypeFontColor = GetInfoProductTypeFontColor($ProductTypeID, $ColorValue);
Input
$ProductTypeID (int)
product type id (part of primary key)
$ColorValue
The Value of the color like colorpicker returns it (

GetInfoProductTypeFontColorsByProductTypeID

Returns objects of ProductTypeFontColor by primary key element ProductTypeID.

Syntax
$ahProductTypeFontColors = GetInfoProductTypeFontColorsByProductTypeID($ProductTypeID);
Input
$ProductTypeID (int)
product type id
Return
(with following keys:
  • ProductTypeID - product type id (part of primary key)- int
  • ColorValue - The Value of the color like colorpicker returns it ()
$ahProductTypeFontColors

GetPKeyProductTypeFontColorsByProductTypeID

Returns primary keys of ProductTypeFontColor by primary key element ProductTypeID.

Syntax
$ahKeys = GetPKeyProductTypeFontColorsByProductTypeID($ProductTypeID);
Input
$ProductTypeID (int)
product type id
Return
(with following keys:
  • ProductTypeID - product type id (part of primary key)- int
  • ColorValue - The Value of the color like colorpicker returns it ()
$ahKeys

InsertProductTypeFontColor

Creates an entry of ProductTypeFontColor.

Syntax
InsertProductTypeFontColor($hProductTypeFontColor);
Input
$hProductTypeFontColor
with following keys:
  • ProductTypeID - product type id (part of primary key)- int
  • ColorValue - The Value of the color like colorpicker returns it (

UpdateProductTypeFontColor

Updates a(n) ProductTypeFontColor if any element was changed.

Syntax
UpdateProductTypeFontColor($ProductTypeID, $ColorValue, $hProductTypeFontColor);
UpdateProductTypeFontColor($hProductTypeFontColor); # if $hProductTypeFontColor includes ProductTypeID, ColorValue
Input
$ProductTypeID (int)
product type id (part of primary key)
$ColorValue
The Value of the color like colorpicker returns it (