Package DE_EPAGES::ProductComparison::API::Table::SessionProductCompare
interface for table SessionProductCompare
Functions
- DeleteSessionProductCompare
- ExistsSessionProductCompare
- GetAllInfoSessionProductCompares
- GetAllPKeySessionProductCompares
- GetInfoSessionProductCompare
- GetInfoSessionProductComparesByIntSessionID
- GetInfoSessionProductComparesByProductID
- GetPKeySessionProductComparesByIntSessionID
- GetPKeySessionProductComparesByProductID
- InsertSessionProductCompare
- OnDeleteProduct
- OnDeleteSession
- UpdateSessionProductCompare
DeleteSessionProductCompare
Deletes a(n) SessionProductCompare.
Syntax |
DeleteSessionProductCompare($IntSessionID, $ProductID); DeleteSessionProductCompare($hSessionProductCompare); # if $hSessionProductCompare includes IntSessionID, ProductID |
Input |
|
ExistsSessionProductCompare
Returns true if the SessionProductCompare exists.
Syntax |
$exists = ExistsSessionProductCompare($IntSessionID, $ProductID); |
Input |
|
Return |
|
GetAllInfoSessionProductCompares
Returns all objects of SessionProductCompare.
Syntax |
$ahSessionProductCompareIDs = GetAllInfoSessionProductCompares(); |
Return |
|
GetAllPKeySessionProductCompares
Returns all SessionProductCompare identifiers.
Syntax |
$ahSessionProductCompareIDs = GetAllPKeySessionProductCompares(); |
Return |
|
GetInfoSessionProductCompare
Returns the SessionProductCompare by identifier.
Syntax |
$hSessionProductCompare = GetInfoSessionProductCompare($IntSessionID, $ProductID); |
Input |
|
Return |
|
GetInfoSessionProductComparesByIntSessionID
Returns objects of SessionProductCompare by primary key element IntSessionID.
Syntax |
$ahSessionProductCompares = GetInfoSessionProductComparesByIntSessionID($IntSessionID); |
Input |
|
Return |
|
GetInfoSessionProductComparesByProductID
Returns objects of SessionProductCompare by alternate key ProductID.
Syntax |
$ahSessionProductCompares = GetInfoSessionProductComparesByProductID($ProductID); |
Input |
|
Return |
|
GetPKeySessionProductComparesByIntSessionID
Returns primary keys of SessionProductCompare by primary key element IntSessionID.
Syntax |
$ahKeys = GetPKeySessionProductComparesByIntSessionID($IntSessionID); |
Input |
|
Return |
|
GetPKeySessionProductComparesByProductID
Returns primary keys of SessionProductCompare by alternate key ProductID.
Syntax |
$ahKeys = GetPKeySessionProductComparesByProductID($ProductID); |
Input |
|
Return |
|
InsertSessionProductCompare
Creates an entry of SessionProductCompare.
Syntax |
InsertSessionProductCompare($hSessionProductCompare); |
Input |
|
OnDeleteProduct
Deletes SessionProductCompare of this model when a(n) Product is deleted.
Syntax |
OnDeleteProduct($hParams); |
Input |
|
OnDeleteSession
Deletes SessionProductCompare of this model when a(n) Session is deleted.
Syntax |
OnDeleteSession($hParams); |
Input |
|
UpdateSessionProductCompare
Updates a(n) SessionProductCompare if any element was changed.
Syntax |
UpdateSessionProductCompare($IntSessionID, $ProductID, $hSessionProductCompare); UpdateSessionProductCompare($hSessionProductCompare); # if $hSessionProductCompare includes IntSessionID, ProductID |
Input |
|