© 2001 BEA Systems, Inc.

com.beasys.commerce.webflow
Class PipelineSessionConstants

java.lang.Object
  |
  +--com.beasys.commerce.webflow.PipelineSessionConstants

public class PipelineSessionConstants
extends java.lang.Object

The PipelineConstants lists all the keys in PipelineSession. Note that not all keys are valid at all times.

See Also:
PipelineSession

Field Summary
static java.lang.String ADDRESS
          The address of the user.
static java.lang.String ADDRESS_KEY
          Key of the shipping address being added or deleted.
static java.lang.String CATALOG_ANCESTORS
          An array of ancestor Categories.
static java.lang.String CATALOG_CATEGORIES
          A ViewIterator of Categories.
static java.lang.String CATALOG_CATEGORY
          A reference to a Category.
static java.lang.String CATALOG_CATEGORY_KEY
          A CategoryKey associated with a Category.
static java.lang.String CATALOG_DESTINATION_KEY
          The key of a Catalog-specific destination PipelineSession attribute.
static java.lang.String CATALOG_ITEM
          A reference to a Product Item.
static java.lang.String CATALOG_ITEM_KEY
          A ProductItemKey associated with a Product Item.
static java.lang.String CATALOG_ITEM_SKU
          The Stock Keeping Unit (SKU) associated with a Product Item.
static java.lang.String CATALOG_ITEMS
          A ViewIterator of Product Items.
static java.lang.String CATALOG_MANAGER
          A reference to a CatalogManager.
static java.lang.String CATALOG_QUERY
          A CatalogQuery used for Product Item searches.
static java.lang.String CATALOG_REQUEST
          A reference to a CatalogRequest.
static java.lang.String CATALOG_SEARCH_RESULTS
          A ViewIterator of Product Items returned as the result of a Product Item search.
static java.lang.String CATALOG_SOURCE_KEY
          The key of a Catalog-specific source PipelineSession attribute.
static java.lang.String CATALOG_VIEW_SIZE
          The view size of a requested ViewIterator.
static java.lang.String CREDITCARD_KEY
          Key of new/selected Credit Card.
static java.lang.String CUSTOM_REQUEST
          Custom Request attribute name
static java.lang.String CUSTOMER
          A CustomerValue object that stores temporary values of the Customer between input processors and pipeline components.
static java.lang.String DISCOUNT_IDS
          The set of discounts to update
static java.lang.String GLOBAL_DISCOUNT_IDS
          The set of discounts to update
static java.lang.String HTTP_SESSION_ID
          HttpSession id value
static java.lang.String ORDER_ADJUSTMENTS
          The key of the selected shipping method.
static java.lang.String ORDER_HANDLE
          The handle of the newly created order.
static java.lang.String ORDER_HISTORY
          The order history.
static java.lang.String ORDER_HISTORY_FROM_DATE
          The date from which to get the order history.
static java.lang.String ORDER_HISTORY_TO_DATE
          The date through which to get the order history.
static java.lang.String ORDER_SHIPPING_METHOD
          The key of the selected shipping method.
static java.lang.String ORDER_VALUE
          Stores the OrderValue object late in the order process.
static java.lang.String PASSWORD
          The password of the user logged in.
static java.lang.String PAYMENT_AMOUNT
          The amount associated with a payment.
static java.lang.String PAYMENT_AUTHORIZATION_AMOUNT
          The amount to authorize on the credit card.
static java.lang.String PAYMENT_CREDIT_CARD
          The credit card used to authorize a payment.
static java.lang.String PAYMENT_HISTORY
          A list of payment transactions associated with a customer.
static java.lang.String PAYMENT_ID
          The identifier of a payment transaction.
static java.lang.String QUANTITY
          The new quantity of an item having it's quantity updated.
static java.lang.String SAVED_SHOPPING_CART
          The saved shopping cart.
static java.lang.String SCROLLABLE_MODEL
          Scrollable model
static java.lang.String SEARCH_FROM_DATE
          Date to search from for in the order administrator.
static java.lang.String SEARCH_ORDER_CUSTOMER_ID
          Customer to search for in the order administrator.
static java.lang.String SEARCH_ORDER_ID
          Order to search for in the order administrator.
static java.lang.String SEARCH_PAYMENT_CUSTOMER_ID
          A customer identifier used for a payment search.
static java.lang.String SEARCH_PAYMENT_STATUS
          A payment status used for a payment search.
static java.lang.String SEARCH_TO_DATE
          Date to search until.
static java.lang.String SELECTED_ORDER
          The order to show the detail of.
static java.lang.String SHIPPING_ADDRESS
          Used to validate the shipping address.
static java.lang.String SHIPPING_METHOD
          The key of the ShippingMethodValue the user has chosen.
static java.lang.String SHIPPING_METHOD_LIST
          The list of ShippingMethodValue objects that the user can choose from.
static java.lang.String SHOPPING_CART
          The shopping cart.
static java.lang.String SPECIAL_INSTRUCTIONS
          Any special instructions the user may have specified.
static java.lang.String SPLITTING_PREFERENCE
          Whether or not the user wants to allow splitting of their shipment: the associated JSP local string is used in JSP and persisted in the database.
static java.lang.String SPLITTING_PREFERENCE_CODE
          Whether or not the user wants to allow splitting of their shipment: the code checked against HttpRequestConstants.SPLITTING_PREFERENCE_CODE
static java.lang.String STOREFRONT
          Storefront (application) name
static java.lang.String UPDATED_PRODUCT_ITEMS
          For the Update Quantity Event Tracker, we need to specify the SKUs which have been updated.
static java.lang.String UPDATED_QUANTITY_DELTAS
          For the Update Quantity Event Tracker, we need to specify which quantity was modified.
static java.lang.String USER_NAME
          The name of the user logged in.
static java.lang.String VERAZIP_POSSIBLE_ZIPCODES
          Possible zip codes which match the City and State when a user enters an invalid zip code.
static java.lang.String VERAZIP_SHIPPING_ADDRESSES
          Possible addresses from the Verazip tax package.
 
Constructor Summary
PipelineSessionConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOMER

public static final java.lang.String CUSTOMER
A CustomerValue object that stores temporary values of the Customer between input processors and pipeline components.

PASSWORD

public static final java.lang.String PASSWORD
The password of the user logged in.

USER_NAME

public static final java.lang.String USER_NAME
The name of the user logged in.

ADDRESS

public static final java.lang.String ADDRESS
The address of the user.

ADDRESS_KEY

public static final java.lang.String ADDRESS_KEY
Key of the shipping address being added or deleted.

SHIPPING_METHOD_LIST

public static final java.lang.String SHIPPING_METHOD_LIST
The list of ShippingMethodValue objects that the user can choose from.

SHIPPING_ADDRESS

public static final java.lang.String SHIPPING_ADDRESS
Used to validate the shipping address.

SHIPPING_METHOD

public static final java.lang.String SHIPPING_METHOD
The key of the ShippingMethodValue the user has chosen.

SPLITTING_PREFERENCE_CODE

public static final java.lang.String SPLITTING_PREFERENCE_CODE
Whether or not the user wants to allow splitting of their shipment: the code checked against HttpRequestConstants.SPLITTING_PREFERENCE_CODE

SPLITTING_PREFERENCE

public static final java.lang.String SPLITTING_PREFERENCE
Whether or not the user wants to allow splitting of their shipment: the associated JSP local string is used in JSP and persisted in the database.

SPECIAL_INSTRUCTIONS

public static final java.lang.String SPECIAL_INSTRUCTIONS
Any special instructions the user may have specified.

SHOPPING_CART

public static final java.lang.String SHOPPING_CART
The shopping cart.

SAVED_SHOPPING_CART

public static final java.lang.String SAVED_SHOPPING_CART
The saved shopping cart.

QUANTITY

public static final java.lang.String QUANTITY
The new quantity of an item having it's quantity updated.

ORDER_VALUE

public static final java.lang.String ORDER_VALUE
Stores the OrderValue object late in the order process.

ORDER_HANDLE

public static final java.lang.String ORDER_HANDLE
The handle of the newly created order.

ORDER_SHIPPING_METHOD

public static final java.lang.String ORDER_SHIPPING_METHOD
The key of the selected shipping method.

ORDER_HISTORY

public static final java.lang.String ORDER_HISTORY
The order history.

ORDER_HISTORY_FROM_DATE

public static final java.lang.String ORDER_HISTORY_FROM_DATE
The date from which to get the order history.

ORDER_HISTORY_TO_DATE

public static final java.lang.String ORDER_HISTORY_TO_DATE
The date through which to get the order history.

SELECTED_ORDER

public static final java.lang.String SELECTED_ORDER
The order to show the detail of.

ORDER_ADJUSTMENTS

public static final java.lang.String ORDER_ADJUSTMENTS
The key of the selected shipping method.

VERAZIP_SHIPPING_ADDRESSES

public static final java.lang.String VERAZIP_SHIPPING_ADDRESSES
Possible addresses from the Verazip tax package. More than one means the user must choose from them.

VERAZIP_POSSIBLE_ZIPCODES

public static final java.lang.String VERAZIP_POSSIBLE_ZIPCODES
Possible zip codes which match the City and State when a user enters an invalid zip code.

CREDITCARD_KEY

public static final java.lang.String CREDITCARD_KEY
Key of new/selected Credit Card.

DISCOUNT_IDS

public static final java.lang.String DISCOUNT_IDS
The set of discounts to update

GLOBAL_DISCOUNT_IDS

public static final java.lang.String GLOBAL_DISCOUNT_IDS
The set of discounts to update

PAYMENT_CREDIT_CARD

public static final java.lang.String PAYMENT_CREDIT_CARD
The credit card used to authorize a payment.

PAYMENT_AUTHORIZATION_AMOUNT

public static final java.lang.String PAYMENT_AUTHORIZATION_AMOUNT
The amount to authorize on the credit card.

PAYMENT_HISTORY

public static final java.lang.String PAYMENT_HISTORY
A list of payment transactions associated with a customer.

PAYMENT_ID

public static final java.lang.String PAYMENT_ID
The identifier of a payment transaction.

PAYMENT_AMOUNT

public static final java.lang.String PAYMENT_AMOUNT
The amount associated with a payment.

SEARCH_PAYMENT_CUSTOMER_ID

public static final java.lang.String SEARCH_PAYMENT_CUSTOMER_ID
A customer identifier used for a payment search.

SEARCH_PAYMENT_STATUS

public static final java.lang.String SEARCH_PAYMENT_STATUS
A payment status used for a payment search.

CATALOG_MANAGER

public static final java.lang.String CATALOG_MANAGER
A reference to a CatalogManager.

CATALOG_REQUEST

public static final java.lang.String CATALOG_REQUEST
A reference to a CatalogRequest.

CATALOG_ITEM_KEY

public static final java.lang.String CATALOG_ITEM_KEY
A ProductItemKey associated with a Product Item.

CATALOG_ITEM_SKU

public static final java.lang.String CATALOG_ITEM_SKU
The Stock Keeping Unit (SKU) associated with a Product Item.

CATALOG_CATEGORY_KEY

public static final java.lang.String CATALOG_CATEGORY_KEY
A CategoryKey associated with a Category.

CATALOG_ITEM

public static final java.lang.String CATALOG_ITEM
A reference to a Product Item.

CATALOG_CATEGORY

public static final java.lang.String CATALOG_CATEGORY
A reference to a Category.

CATALOG_QUERY

public static final java.lang.String CATALOG_QUERY
A CatalogQuery used for Product Item searches.

CATALOG_ANCESTORS

public static final java.lang.String CATALOG_ANCESTORS
An array of ancestor Categories.

CATALOG_ITEMS

public static final java.lang.String CATALOG_ITEMS
A ViewIterator of Product Items.

CATALOG_CATEGORIES

public static final java.lang.String CATALOG_CATEGORIES
A ViewIterator of Categories.

CATALOG_SEARCH_RESULTS

public static final java.lang.String CATALOG_SEARCH_RESULTS
A ViewIterator of Product Items returned as the result of a Product Item search.

CATALOG_VIEW_SIZE

public static final java.lang.String CATALOG_VIEW_SIZE
The view size of a requested ViewIterator.

CATALOG_SOURCE_KEY

public static final java.lang.String CATALOG_SOURCE_KEY
The key of a Catalog-specific source PipelineSession attribute.

CATALOG_DESTINATION_KEY

public static final java.lang.String CATALOG_DESTINATION_KEY
The key of a Catalog-specific destination PipelineSession attribute.

SEARCH_ORDER_CUSTOMER_ID

public static final java.lang.String SEARCH_ORDER_CUSTOMER_ID
Customer to search for in the order administrator.

SEARCH_ORDER_ID

public static final java.lang.String SEARCH_ORDER_ID
Order to search for in the order administrator.

SEARCH_FROM_DATE

public static final java.lang.String SEARCH_FROM_DATE
Date to search from for in the order administrator.

SEARCH_TO_DATE

public static final java.lang.String SEARCH_TO_DATE
Date to search until. Used during order administration.

HTTP_SESSION_ID

public static final java.lang.String HTTP_SESSION_ID
HttpSession id value

STOREFRONT

public static final java.lang.String STOREFRONT
Storefront (application) name

CUSTOM_REQUEST

public static final java.lang.String CUSTOM_REQUEST
Custom Request attribute name

SCROLLABLE_MODEL

public static final java.lang.String SCROLLABLE_MODEL
Scrollable model

UPDATED_PRODUCT_ITEMS

public static final java.lang.String UPDATED_PRODUCT_ITEMS
For the Update Quantity Event Tracker, we need to specify the SKUs which have been updated.

UPDATED_QUANTITY_DELTAS

public static final java.lang.String UPDATED_QUANTITY_DELTAS
For the Update Quantity Event Tracker, we need to specify which quantity was modified.
Constructor Detail

PipelineSessionConstants

public PipelineSessionConstants()

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved