public interface PricingConstants
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
static java.lang.String | 
DISABLE_VETOING_PARAM
Keyword to disable vetoing of pricing models at pricing time. 
 | 
static java.lang.String | 
EXTRA_PARAMETERS_PARAM
Keyword to extract the map of extra pricing parameters out of the parameters supplied to the 
 execution of a pipeline chain. 
 | 
static java.lang.String | 
ITEM_PRICE_SOURCE_LIST_PARAM
extra parameter map key used to store the List of  
ItemPriceSource objects | 
static java.lang.String | 
ITEM_PRICE_SOURCE_MAP_PARAM
extra parameter map key used to store the Map of  
CommerceItems to ItemPriceSource | 
static java.lang.String | 
LOCALE_PARAM
Keyword to extract the locale out of the parameters supplied to the execution of a pipeline chain. 
 | 
static java.lang.String | 
OP_NO_REPRICE
Do not perform a pricing operation. 
 | 
static java.lang.String | 
OP_REPRICE_ITEMS
Pricing operation keyword to price the CommerceItems 
 | 
static java.lang.String | 
OP_REPRICE_ORDER
Pricing operation keyword to price the Order (not items, taxes, or shipping) 
 | 
static java.lang.String | 
OP_REPRICE_ORDER_SUBTOTAL
Pricing operation keyword to calculate the order subtotal, including all items 
 | 
static java.lang.String | 
OP_REPRICE_ORDER_SUBTOTAL_SHIPPING
Pricing operation keyword to calculate the order subtotal, including all items and shipping, 
 but not taxes 
 | 
static java.lang.String | 
OP_REPRICE_ORDER_SUBTOTAL_TAX
Pricing operation keyword to calculate the order subtotal, including all items and taxes, 
 but not shipping 
 | 
static java.lang.String | 
OP_REPRICE_ORDER_TOTAL
Pricing operation keyword to calculate the complete order total, 
 including all items, shipping and taxes 
 | 
static java.lang.String | 
OP_REPRICE_SHIPPING
Pricing operation keyword to calculate shipping costs 
 | 
static java.lang.String | 
OP_REPRICE_TAX
Pricing operation keyword to calculate taxes 
 | 
static java.lang.String | 
ORDER_PARAM
Keyword to extract the order object out of the parameters supplied to the execution of a pipeline chain. 
 | 
static java.lang.String | 
PRICING_MODELS_PARAM
Keyword to extract the session-scoped PricingModelHolder out of the parameters supplied to the 
 execution of a pipeline chain. 
 | 
static java.lang.String | 
PRICING_OPERATION_PARAM
Keyword to extract the pricing operation command out of the parameters supplied to the 
 execution of a pipeline chain. 
 | 
static java.lang.String | 
PROFILE_PARAM
Keyword to extract the profile out of the parameters supplied to the execution of a pipeline chain. 
 | 
static final java.lang.String CLASS_VERSION
static final java.lang.String ITEM_PRICE_SOURCE_LIST_PARAM
ItemPriceSource objectsstatic final java.lang.String ITEM_PRICE_SOURCE_MAP_PARAM
CommerceItems to ItemPriceSourcestatic final java.lang.String ORDER_PARAM
Orderstatic final java.lang.String PRICING_MODELS_PARAM
PricingModelsstatic final java.lang.String DISABLE_VETOING_PARAM
DisableVetoingstatic final java.lang.String LOCALE_PARAM
Localestatic final java.lang.String PROFILE_PARAM
Profilestatic final java.lang.String EXTRA_PARAMETERS_PARAM
ExtraParametersstatic final java.lang.String PRICING_OPERATION_PARAM
PricingOpstatic final java.lang.String OP_REPRICE_ITEMS
static final java.lang.String OP_REPRICE_ORDER
static final java.lang.String OP_REPRICE_TAX
static final java.lang.String OP_REPRICE_SHIPPING
static final java.lang.String OP_REPRICE_ORDER_TOTAL
static final java.lang.String OP_REPRICE_ORDER_SUBTOTAL
static final java.lang.String OP_REPRICE_ORDER_SUBTOTAL_SHIPPING
static final java.lang.String OP_REPRICE_ORDER_SUBTOTAL_TAX
static final java.lang.String OP_NO_REPRICE