public interface CommerceConstants
Modifier and Type | Field and Description |
---|---|
static String |
BILLING_ADDRESS_PREDICATE
The predicate (and prefix) of order property keys comprising the billing address.
|
static String |
BILLING_PREFIX
Deprecated.
since 6.1, use
BILLING_ADDRESS_PREDICATE + "." or a predicate-based
property fetch (CommerceSession.getOrderDetails(String predicate) ). |
static String |
COMMERCE_COOKIE_NAME |
static String |
COMMERCE_COOKIE_PREFIX
Deprecated.
since 5.6, use
COMMERCE_COOKIE_NAME instead. |
static String |
OPEN_ORDERS_PREDICATE
Convention used by OOTB order & checkout components.
|
static String |
PAYMENT_OPTION
The order property key which stores the path/ID of the chosen payment method.
|
static String |
PAYMENT_PREFIX
Deprecated.
since 6.1, use
PaymentMethod.getPredicate() + "." or a predicate-based
property fetch (CommerceSession.getOrderDetails(String predicate) ). |
static String |
PAYMENT_TOKEN
The order property key of the token for a tokenized payment.
|
static String |
PN_CART_PAGE_PATH
Defines the location of the cart page for the current site / tree.
|
static String |
PN_CHECKOUT_PAGE_PATH
Defines the location of the checkout page for the current site / tree.
|
static String |
PN_COMMERCE_PROVIDER
Used to pick a specific implementation behind the Commerce API.
|
static String |
PN_COMMERCE_TYPE
Special-case type handling.
|
static String |
PN_PRODUCT_DATA
Points back to PIM data for a product.
|
static String |
PN_PRODUCT_VARIANT_AXES
Defines which properties of a product produce its variations.
|
static String |
PN_PROXY_PAGE_OVERRIDE
A property which overrides the default setting controlling whether or not a proxy page is generated.
|
static String |
PROPERTY_COMMERCE_PROVIDER
Deprecated.
since 5.6, use
PN_COMMERCE_PROVIDER instead. |
static String |
REQ_ATTR_CARTOBJECT
Convention used by OOTB order & checkout components.
|
static String |
REQ_ATTR_CARTPAGE
Convention used by OOTB order & checkout components.
|
static String |
REQ_ATTR_COUNTRYLIST
Convention used by OOTB order & checkout components.
|
static String |
REQ_ATTR_PRODNOTFOUNDPAGE
Convention used by OOTB order & checkout components.
|
static String |
RT_PRODUCT_PAGE_PROXY
A resource which proxies both a page and a product.
|
static String |
SERVICE_COMMERCE
Service name that refers to the generic eCommerce service which provides product information, cart management etc.
|
static String |
SHIPPING_ADDR_SAME
The order property key of a flag which indicates that the shipping address should be
auto-generated from the billing address.
|
static String |
SHIPPING_ADDRESS_PREDICATE
The predicate (and prefix) of order property keys comprising the shipping address.
|
static String |
SHIPPING_OPTION
The order property key which stores the path/ID of the chosen shipping method.
|
static String |
SHIPPING_PREFIX
Deprecated.
since 6.1, use
SHIPPING_ADDRESS_PREDICATE + "." or a predicate-based
property fetch (CommerceSession.getOrderDetails(String predicate) ). |
static final String PN_COMMERCE_PROVIDER
CommerceServiceFactory
.static final String COMMERCE_COOKIE_NAME
static final String SERVICE_COMMERCE
static final String PN_COMMERCE_TYPE
"product"
or "variant"
, denotes a subtype of
commerce/components/product
"section"
, denotes any page which was produced by a
blueprint of type commerce/components/section
static final String PN_PRODUCT_VARIANT_AXES
Product
.static final String PN_CART_PAGE_PATH
static final String PN_CHECKOUT_PAGE_PATH
static final String PN_PRODUCT_DATA
Product
.static final String RT_PRODUCT_PAGE_PROXY
static final String PN_PROXY_PAGE_OVERRIDE
static final String PAYMENT_OPTION
static final String PAYMENT_TOKEN
static final String SHIPPING_ADDR_SAME
static final String BILLING_ADDRESS_PREDICATE
static final String SHIPPING_ADDRESS_PREDICATE
static final String SHIPPING_OPTION
static final String REQ_ATTR_COUNTRYLIST
static final String REQ_ATTR_CARTPAGE
static final String REQ_ATTR_PRODNOTFOUNDPAGE
static final String REQ_ATTR_CARTOBJECT
static final String OPEN_ORDERS_PREDICATE
@Deprecated static final String PROPERTY_COMMERCE_PROVIDER
PN_COMMERCE_PROVIDER
instead.@Deprecated static final String COMMERCE_COOKIE_PREFIX
COMMERCE_COOKIE_NAME
instead.@Deprecated static final String BILLING_PREFIX
BILLING_ADDRESS_PREDICATE
+ "." or a predicate-based
property fetch (CommerceSession.getOrderDetails(String predicate)
).@Deprecated static final String SHIPPING_PREFIX
SHIPPING_ADDRESS_PREDICATE
+ "." or a predicate-based
property fetch (CommerceSession.getOrderDetails(String predicate)
).@Deprecated static final String PAYMENT_PREFIX
PaymentMethod.getPredicate()
+ "." or a predicate-based
property fetch (CommerceSession.getOrderDetails(String predicate)
)."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"