| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PricingConstants
Constants which are currently used in pricing orders from within a pipeline chain.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| static java.lang.String | DISABLE_VETOING_PARAMKeyword to disable vetoing of pricing models at pricing time. | 
| static java.lang.String | EXTRA_PARAMETERS_PARAMKeyword 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_PARAMextra parameter map key used to store the List of ItemPriceSourceobjects | 
| static java.lang.String | ITEM_PRICE_SOURCE_MAP_PARAMextra parameter map key used to store the Map of CommerceItemstoItemPriceSource | 
| static java.lang.String | LOCALE_PARAMKeyword to extract the locale out of the parameters supplied to the execution of a pipeline chain. | 
| static java.lang.String | OP_NO_REPRICEDo not perform a pricing operation. | 
| static java.lang.String | OP_REPRICE_ITEMSPricing operation keyword to price the CommerceItems | 
| static java.lang.String | OP_REPRICE_ORDERPricing operation keyword to price the Order (not items, taxes, or shipping) | 
| static java.lang.String | OP_REPRICE_ORDER_SUBTOTALPricing operation keyword to calculate the order subtotal, including all items | 
| static java.lang.String | OP_REPRICE_ORDER_SUBTOTAL_SHIPPINGPricing operation keyword to calculate the order subtotal, including all items and shipping, but not taxes | 
| static java.lang.String | OP_REPRICE_ORDER_SUBTOTAL_TAXPricing operation keyword to calculate the order subtotal, including all items and taxes, but not shipping | 
| static java.lang.String | OP_REPRICE_ORDER_TOTALPricing operation keyword to calculate the complete order total, including all items, shipping and taxes | 
| static java.lang.String | OP_REPRICE_SHIPPINGPricing operation keyword to calculate shipping costs | 
| static java.lang.String | OP_REPRICE_TAXPricing operation keyword to calculate taxes | 
| static java.lang.String | ORDER_PARAMKeyword to extract the order object out of the parameters supplied to the execution of a pipeline chain. | 
| static java.lang.String | PRICING_MODELS_PARAMKeyword to extract the session-scoped PricingModelHolder out of the parameters supplied to the execution of a pipeline chain. | 
| static java.lang.String | PRICING_OPERATION_PARAMKeyword to extract the pricing operation command out of the parameters supplied to the execution of a pipeline chain. | 
| static java.lang.String | PROFILE_PARAMKeyword to extract the profile out of the parameters supplied to the execution of a pipeline chain. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
static final java.lang.String ITEM_PRICE_SOURCE_LIST_PARAM
ItemPriceSource objects
static final java.lang.String ITEM_PRICE_SOURCE_MAP_PARAM
CommerceItems to ItemPriceSource
static final java.lang.String ORDER_PARAM
Order
static final java.lang.String PRICING_MODELS_PARAM
PricingModels
static final java.lang.String DISABLE_VETOING_PARAM
DisableVetoing
static final java.lang.String LOCALE_PARAM
Locale
static final java.lang.String PROFILE_PARAM
Profile
static final java.lang.String EXTRA_PARAMETERS_PARAM
ExtraParameters
static final java.lang.String PRICING_OPERATION_PARAM
PricingOp
static 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
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||