public class ECommerce
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
AddProducts |
AddProducts()
Create AddProducts helper
|
CartAwaitingPayments |
CartAwaitingPayments()
Create CartAwaitingPayments helper
|
DeliveryCheckouts |
DeliveryCheckouts()
Create DeliveryCheckouts helper
|
DisplayCarts |
DisplayCarts()
Create DisplayCarts helper
|
DisplayPageProducts |
DisplayPageProducts()
Create DisplayPageProducts helper
|
DisplayProducts |
DisplayProducts()
Create DisplayProducts helper
|
PaymentCheckouts |
PaymentCheckouts()
Create PaymentCheckouts helper
|
RemoveProducts |
RemoveProducts()
Create RemoveProducts helper
|
void |
setAutoSalesTrackerEnabled(boolean enabled,
SetConfigCallback setConfigCallback,
boolean... sync)
Deprecated.
Since 2.16.0, configuration is unused
|
void |
setCollectDomain(java.lang.String domain,
SetConfigCallback setConfigCallback,
boolean... sync)
Deprecated.
Since 2.14.0, default log domain used
|
TransactionConfirmations |
TransactionConfirmations()
Create TransactionConfirmations helper
|
UpdateCarts |
UpdateCarts()
Create UpdateCarts helper
|
@Deprecated
public void setAutoSalesTrackerEnabled(boolean enabled,
SetConfigCallback setConfigCallback,
boolean... sync)
enabled - /setConfigCallback - Callback called when the operation has been donesync - (optional) perform the operation synchronously (default: false)@Deprecated
public void setCollectDomain(java.lang.String domain,
SetConfigCallback setConfigCallback,
boolean... sync)
domain - StringsetConfigCallback - Callback called when the operation has been donesync - (optional) perform the operation synchronously (default: false)public DisplayPageProducts DisplayPageProducts()
public DisplayProducts DisplayProducts()
public AddProducts AddProducts()
public RemoveProducts RemoveProducts()
public DisplayCarts DisplayCarts()
public UpdateCarts UpdateCarts()
public DeliveryCheckouts DeliveryCheckouts()
public PaymentCheckouts PaymentCheckouts()
public CartAwaitingPayments CartAwaitingPayments()
public TransactionConfirmations TransactionConfirmations()