atg.commerce.pricing
Interface PricingConstants


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 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 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.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values

ORDER_PARAM

static final java.lang.String ORDER_PARAM
Keyword to extract the order object out of the parameters supplied to the execution of a pipeline chain. Order

See Also:
Constant Field Values

PRICING_MODELS_PARAM

static final 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. PricingModels

See Also:
Constant Field Values

LOCALE_PARAM

static final java.lang.String LOCALE_PARAM
Keyword to extract the locale out of the parameters supplied to the execution of a pipeline chain. Locale

See Also:
Constant Field Values

PROFILE_PARAM

static final java.lang.String PROFILE_PARAM
Keyword to extract the profile out of the parameters supplied to the execution of a pipeline chain. Profile

See Also:
Constant Field Values

EXTRA_PARAMETERS_PARAM

static final 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. ExtraParameters

See Also:
Constant Field Values

PRICING_OPERATION_PARAM

static final 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. PricingOp

See Also:
Constant Field Values

OP_REPRICE_ITEMS

static final java.lang.String OP_REPRICE_ITEMS
Pricing operation keyword to price the CommerceItems

See Also:
Constant Field Values

OP_REPRICE_ORDER

static final java.lang.String OP_REPRICE_ORDER
Pricing operation keyword to price the Order (not items, taxes, or shipping)

See Also:
Constant Field Values

OP_REPRICE_TAX

static final java.lang.String OP_REPRICE_TAX
Pricing operation keyword to calculate taxes

See Also:
Constant Field Values

OP_REPRICE_SHIPPING

static final java.lang.String OP_REPRICE_SHIPPING
Pricing operation keyword to calculate shipping costs

See Also:
Constant Field Values

OP_REPRICE_ORDER_TOTAL

static final java.lang.String OP_REPRICE_ORDER_TOTAL
Pricing operation keyword to calculate the complete order total, including all items, shipping and taxes

See Also:
Constant Field Values

OP_REPRICE_ORDER_SUBTOTAL

static final java.lang.String OP_REPRICE_ORDER_SUBTOTAL
Pricing operation keyword to calculate the order subtotal, including all items

See Also:
Constant Field Values

OP_REPRICE_ORDER_SUBTOTAL_SHIPPING

static final java.lang.String OP_REPRICE_ORDER_SUBTOTAL_SHIPPING
Pricing operation keyword to calculate the order subtotal, including all items and shipping, but not taxes

See Also:
Constant Field Values

OP_REPRICE_ORDER_SUBTOTAL_TAX

static final java.lang.String OP_REPRICE_ORDER_SUBTOTAL_TAX
Pricing operation keyword to calculate the order subtotal, including all items and taxes, but not shipping

See Also:
Constant Field Values

OP_NO_REPRICE

static final java.lang.String OP_NO_REPRICE
Do not perform a pricing operation.

See Also:
Constant Field Values