Package DE_EPAGES::Product::API::Table::ProductManufacturer
interface for table ProductManufacturer
Functions
- DeleteProductManufacturer
- ExistsProductManufacturer
- ExistsProductManufacturerBySiteID
- GetAllInfoProductManufacturers
- GetAllPKeyProductManufacturers
- GetInfoProductManufacturer
- GetInfoProductManufacturerBySiteID
- GetInfoProductManufacturersBySiteID
- GetPKeyProductManufacturerBySiteID
- GetPKeyProductManufacturersBySiteID
- InsertProductManufacturer
- OnDeleteSite
- UpdateProductManufacturer
DeleteProductManufacturer
Deletes a(n) ProductManufacturer.
Syntax |
DeleteProductManufacturer($ManufacturerID); DeleteProductManufacturer($hProductManufacturer); # if $hProductManufacturer includes ManufacturerID |
Input |
|
ExistsProductManufacturer
Returns true if the ProductManufacturer exists.
Syntax |
$exists = ExistsProductManufacturer($ManufacturerID); |
Input |
|
Return |
|
ExistsProductManufacturerBySiteID
Returns true if a ProductManufacturer by alternate keys SiteID and Name exists.
Syntax |
$ManufacturerID = ExistsProductManufacturerBySiteID($SiteID, $Name); |
Input |
|
Return |
|
GetAllInfoProductManufacturers
Returns all objects of ProductManufacturer.
Syntax |
$ahProductManufacturers = GetAllInfoProductManufacturers(); |
Return |
|
GetAllPKeyProductManufacturers
Returns all ProductManufacturer identifiers.
Syntax |
$aProductManufacturerIDs = GetAllPKeyProductManufacturers(); |
Return |
|
GetInfoProductManufacturer
Returns the ProductManufacturer by identifier.
Syntax |
$hProductManufacturer = GetInfoProductManufacturer($ManufacturerID); |
Input |
|
Return |
|
GetInfoProductManufacturerBySiteID
Returns the object of ProductManufacturer by alternate keys SiteID and Name.
Syntax |
$hProductManufacturer = GetInfoProductManufacturerBySiteID($SiteID, $Name); |
Input |
|
Return |
|
GetInfoProductManufacturersBySiteID
Returns objects of ProductManufacturer by alternate keys SiteID and Name.
Syntax |
$ahProductManufacturers = GetInfoProductManufacturersBySiteID($SiteID, $Name); |
Input |
|
Return |
|
GetPKeyProductManufacturerBySiteID
Returns primary key of ProductManufacturer by alternate keys SiteID and Name.
Syntax |
$ManufacturerID = GetPKeyProductManufacturerBySiteID($SiteID, $Name); |
Input |
|
Return |
|
GetPKeyProductManufacturersBySiteID
Returns primary keys of ProductManufacturer by alternate keys SiteID and Name.
Syntax |
$aKeys = GetPKeyProductManufacturersBySiteID($SiteID, $Name); |
Input |
|
Return |
|
InsertProductManufacturer
Creates an entry of ProductManufacturer.
Syntax |
$ManufacturerID = InsertProductManufacturer($hProductManufacturer); |
Input |
|
Return |
|
OnDeleteSite
Deletes ProductManufacturer of this Site when a Site is deleted.
Syntax |
OnDeleteSite($hParams); |
Input |
|
UpdateProductManufacturer
Updates a(n) ProductManufacturer if any element was changed.
Syntax |
UpdateProductManufacturer($ManufacturerID, $hProductManufacturer); UpdateProductManufacturer($hProductManufacturer); # if $hProductManufacturer includes ManufacturerID |
Input |
|