Package DE_EPAGES::ShoppingList::API::Object::ShoppingList
object interface for ShoppingList.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
addItem
Add product to shopping list.
Syntax |
$ShoppingListItem = $ShoppingList->addItem($Product, $hInfo); |
Input |
|
Return |
|
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $ShoppingList->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $ShoppingList->dbPackage; |
Return |
|