Package DE_EPAGES::MultiStoreCommon::API::ObjectUpdate
MultiStoreCommon ObjectUpdate
Base |
Exporter |
@EXPORT_OK |
Functions
InsertObjectUpdate
Inserts a data record into table ObjectUpdate for bookmarking that it has been touched.
Syntax |
InsertObjectUpdate($Object, $RemoveObject, $MasterPath) |
Example |
InsertObjectUpdate($Object) InsertObjectUpdate($Object, 1) InsertObjectUpdate($Object, 1, 1) |
Input |
|
IsSuperProduct
Determines if the given product is a super product.
Syntax |
my $IsSuperProduct = IsSuperProduct($Product); |
Input |
|
Return |
|
ObjectPathToFilePath
Converts an object path into a file path.
Syntax |
my $FilePath = ObjectPathToFilePath($ObjectPath); |
Input |
|
Return |
|
TestObjectClass
Determines if the object is an instance of or inherited from one of the given classes. Returns the class name if it matches else undef.
Syntax |
TestObjectClass($Object, $aClassesListenedTo) |
Input |
|
Return |
|