A B C D E F G H I J K L M N O P Q R S T U V W

C

CachingControlFilter - Class in com.elasticpath.commons.filter.impl
Create caching control headers based on the definition.
CachingControlFilter() - Constructor for class com.elasticpath.commons.filter.impl.CachingControlFilter
 
CachingControlFilter.CachingControlEntry - Class in com.elasticpath.commons.filter.impl
Reprents a caching control entry.
CachingControlFilter.CachingControlEntry() - Constructor for class com.elasticpath.commons.filter.impl.CachingControlFilter.CachingControlEntry
 
calculateForSelectedShippingServiceLevel(long, HttpServletRequest) - Method in class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Calculate shopping cart with the selected shipping service level.
calculateForSelectedShippingServiceLevel(long, HttpServletRequest) - Method in interface com.elasticpath.sfweb.ajax.service.ShoppingCartAjaxController
Calculate shopping cart with the selected shipping service level.
calculateRegularPriceShippingCost(ShoppingCart) - Method in class com.elasticpath.domain.shipping.impl.ShippingServiceLevelImpl
Returns the shipping cost before any discount has been applied.
calculateRegularPriceShippingCost(ShoppingCart) - Method in interface com.elasticpath.domain.shipping.ShippingServiceLevel
Calculate and return the shipping cost before any discount has been applied.
calculateRegularPriceShippingCost(ShoppingCart) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Returns the shipping cost before any discount has been applied.
calculateSalesCount() - Method in class com.elasticpath.service.catalog.impl.TopSellerServiceImpl
Calculate the number of sales for a product and update its sales count based on the number of items ordered in the order.
calculateSalesCount() - Method in interface com.elasticpath.service.catalog.TopSellerService
Calculate the number of sales for a product and update its sales count based on the number of items ordered in the order.
calculateShipping(long, HttpServletRequest) - Method in class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Calculate shopping cart with the selected shipping service level.
calculateShipping(long, HttpServletRequest) - Method in interface com.elasticpath.sfweb.ajax.service.ShoppingCartAjaxController
Calculate shopping cart with the selected shipping service level.
calculateShippingCost(ShoppingCart) - Method in class com.elasticpath.domain.shipping.impl.CostPerUnitWeightMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in class com.elasticpath.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in class com.elasticpath.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in class com.elasticpath.domain.shipping.impl.FixedPriceMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in class com.elasticpath.domain.shipping.impl.OrderTotalPercentageMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in class com.elasticpath.domain.shipping.impl.ShippingServiceLevelImpl
Return the calculated, after-promotion shipping cost.
calculateShippingCost(ShoppingCart) - Method in interface com.elasticpath.domain.shipping.ShippingCostCalculationMethod
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in interface com.elasticpath.domain.shipping.ShippingServiceLevel
Return the calculated, after-promotion shipping cost.
calculateShippingCost(ShoppingCart) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Return the calculated, after-promotion shipping cost.
calculateShoppingCartTaxAndBeforeTaxPrices() - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Calculate the taxes and before-tax prices for the giveing shoppingCart, including cart item and shipping cost.
calculateShoppingCartTaxAndBeforeTaxPrices() - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Calculate the taxes and before-tax prices for the giveing shoppingCart, including cart item and shipping cost.
calculateTaxAndBeforeTaxValue(ShoppingCart) - Method in interface com.elasticpath.service.shoppingcart.CheckoutService
Complete the tax related calculation for the given shoppingCart.
calculateTaxAndBeforeTaxValue(ShoppingCart) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Complete the tax related calculation for the given shoppingCart.
CANCELLED - Static variable in interface com.elasticpath.service.order.OrderStatusFactory
The OrderStatus instance for order cancelled.
capture(OrderPayment) - Method in class com.elasticpath.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in class com.elasticpath.domain.payment.impl.CyberSourcePaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in class com.elasticpath.domain.payment.impl.NullPaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in class com.elasticpath.domain.payment.impl.PayflowProPaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in class com.elasticpath.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in interface com.elasticpath.domain.payment.PaymentGateway
Captures a payment on a previously authorized card.
CAPTURE_TRANSACTION - Static variable in interface com.elasticpath.domain.order.OrderPayment
The orderPayment transaction type of fund capture.
CardDeclinedException - Exception in com.elasticpath.domain.payment
This exception is thrown when a credit card being processed has is declined, typically because the card credit limit has been reached.
CardDeclinedException(String) - Constructor for exception com.elasticpath.domain.payment.CardDeclinedException
Constructor.
CardErrorException - Exception in com.elasticpath.domain.payment
This exception is thrown when a an unspecified error occurs while processing the given card information.
CardErrorException(String) - Constructor for exception com.elasticpath.domain.payment.CardErrorException
Constructor.
CardExpiredException - Exception in com.elasticpath.domain.payment
This exception is thrown when a credit card being processed has expired.
CardExpiredException(String) - Constructor for exception com.elasticpath.domain.payment.CardExpiredException
Constructor.
CART_CATEGORY_AMOUNT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartCategoryAmountDiscountAction.
CART_CATEGORY_PERCENT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartCategoryPercentDiscountAction.
CART_CONTAINS_CATEGORY_COND - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartContainsItemsOfCategoryCondition.
CART_CURRENCY_COND - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartCurrencyCondition.
CART_N_FREE_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartNFreeSkusAction.
CART_NTH_PRODUCT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartNthProductPercentDiscountAction.
CART_PRODUCT_AMOUNT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartProductPercentDiscountAction.
CART_PRODUCT_PERCENT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartProductPercentDiscountAction.
CART_SCENARIO - Static variable in interface com.elasticpath.domain.rules.RuleScenarios
CART Scenario.
CART_SKU_AMOUNT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartSkuAmountDiscountAction.
CART_SKU_COND - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.SkuInCartCondition.
CART_SKU_PERCENT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartSkuPercentDiscountAction.
CART_SUBTOTAL_AMT_DISCOUNT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartSubtotalAmountDiscountAction.
CART_SUBTOTAL_COND - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartSubtotalCondition.
CART_SUBTOTAL_PERCENT_DISCOUNT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CartSubtotalPercentDiscountAction.
CartCategoryAmountDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts all products in a given category by a given amount.
CartCategoryAmountDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartCategoryAmountDiscountActionImpl
 
CartCategoryPercentDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts all products in a given category by a given percentage.
CartCategoryPercentDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartCategoryPercentDiscountActionImpl
 
cartContainsItemsOfCategory(ShoppingCart, long, int, String) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Checks if the shopping cart contains the specified quantity of items of the given product.
cartContainsItemsOfCategory(ShoppingCart, long, int, String) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Checks if the shopping cart contains the specified quantity of items of the given product.
CartContainsItemsOfCategoryConditionImpl - Class in com.elasticpath.domain.rules.impl
Rule condition that requires a N items of a given category to be in the cart.
CartContainsItemsOfCategoryConditionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartContainsItemsOfCategoryConditionImpl
 
cartContainsProduct(ShoppingCart, long, int, String) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Checks if the shopping cart contains the specified quantity of items of the given product.
cartContainsProduct(ShoppingCart, long, int, String) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Checks if the shopping cart contains the specified quantity of items of the given product.
cartContainsSku(ShoppingCart, String, int) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Checks if the shopping cart contains the specified quantity of items with the specified sku code.
cartContainsSku(ShoppingCart, String, int) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Checks if the shopping cart contains the specified quantity of items with the specified sku code.
CartCurrencyConditionImpl - Class in com.elasticpath.domain.rules.impl
Rule condition that requires a the currency set in the customer's cart to be a particular value.
CartCurrencyConditionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartCurrencyConditionImpl
 
cartCurrencyMatches(ShoppingCart, String) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Checks if the currency of a shopping cart matches the specified currency code.
cartCurrencyMatches(ShoppingCart, String) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Checks if the currency of a shopping cart matches the specified currency code.
cartHasPromoCode(ShoppingCart, String) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Checks if the shopping cart has the specified promo code entered by the user.
cartHasPromoCode(ShoppingCart, String) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Checks if the shopping cart has the specified promo code entered by the user.
CartItem - Interface in com.elasticpath.domain.shoppingcart
A CartItem represents a quantity of SKUs in a shopping cart, saved cart, wish list, etc.
CARTITEM_DELETE_BY_SKU_UID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of delete cartitem by sku uid.
CartItemBean - Interface in com.elasticpath.sfweb.ajax.bean
This bean is used for wrapping the CartItem objects into localized versions for dwr.
CartItemBeanImpl - Class in com.elasticpath.sfweb.ajax.bean.impl
A wrapper class for cart items sent through dwr.
CartItemBeanImpl(CartItem, Currency, Locale) - Constructor for class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
Creates a new dwr CartItemBean wrapper for a CartItem.
CartNFreeSkusActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that gives N free skus of a given product SKU (Puts them in the cart with 0 price).
CartNFreeSkusActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartNFreeSkusActionImpl
 
CartNthProductPercentDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts the Nth product with a given UID by the given percentage.
CartNthProductPercentDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartNthProductPercentDiscountActionImpl
 
CartProductAmountDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts N products with a given UID by the given amount.
CartProductAmountDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartProductAmountDiscountActionImpl
 
CartProductPercentDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts N products with a given UID by the given percentage.
CartProductPercentDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartProductPercentDiscountActionImpl
 
CartSkuAmountDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts N products with a given UID by the given amount.
CartSkuAmountDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartSkuAmountDiscountActionImpl
 
CartSkuPercentDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts N products with a given UID by the given amount.
CartSkuPercentDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartSkuPercentDiscountActionImpl
 
CartSubtotalAmountDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts a product by a given amount.
CartSubtotalAmountDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Constructor.
CartSubtotalConditionImpl - Class in com.elasticpath.domain.rules.impl
Rule condition that requires the cart subtotal to be over a specified value.
CartSubtotalConditionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartSubtotalConditionImpl
 
CartSubtotalDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts a product by a given amount.
CartSubtotalDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartSubtotalDiscountActionImpl
 
cartSubtotalExceeds(ShoppingCart, String, String) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Checks if the shopping cart subtotal exceeds the specified amount.
cartSubtotalExceeds(ShoppingCart, String, String) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Checks if the shopping cart subtotal exceeds the specified amount.
CartSubtotalPercentDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts a product by a given percent.
CartSubtotalPercentDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Constructor.
CATALOG_AJAX_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.cmweb.ajaxbean.impl.CatalogAjaxServiceImpl.
CATALOG_BROWSE_SCENARIO - Static variable in interface com.elasticpath.domain.rules.RuleScenarios
Catalog Scenario.
CATALOG_VIEW_RESULT_HISTORY - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.catalogview.SearchResultHistory.
CatalogAjaxService - Interface in com.elasticpath.cmweb.ajaxservice
This service provides access to functionality and data (beans) for manipulating catalog objects on the Javascript client Catalog page.
CatalogAjaxServiceImpl - Class in com.elasticpath.cmweb.ajaxservice.impl
This service provides access to functionality and data (beans) for manipulating catalog objects on the Javascript client Catalog page.
CatalogAjaxServiceImpl() - Constructor for class com.elasticpath.cmweb.ajaxservice.impl.CatalogAjaxServiceImpl
 
catalogBrandIs(Product, boolean, String, String) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Returns true if the given product is/is not of the specified brand.
catalogBrandIs(Product, boolean, String, String) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Returns true if the given product is/is not of the specified brand.
catalogProductInCategory(Product, boolean, long, String) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Checks if the given product is in the category with the specified categoryID.
catalogProductInCategory(Product, boolean, long, String) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Checks if the given product is in the category with the specified categoryID.
catalogProductIs(Product, boolean, long, String) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Returns true if the given product is/is not the product with the specified Id.
catalogProductIs(Product, boolean, long, String) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Returns true if the given product is/is not the product with the specified Id.
CatalogSkuAmountDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts a sku by a given amount.
CatalogSkuAmountDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
 
CatalogSkuPercentDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts a sku by a given amount.
CatalogSkuPercentDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
 
CatalogViewConstants - Class in com.elasticpath.commons.constants
Contains search related constants.
CatalogViewConstants() - Constructor for class com.elasticpath.commons.constants.CatalogViewConstants
 
CatalogViewRequest - Interface in com.elasticpath.domain.catalogview
Represents a search request.
CatalogViewRequest.FilterQueryString - Interface in com.elasticpath.domain.catalogview
Represent a simple bean which aggregate query strings for a filter.
CatalogViewRequestUnmatchException - Exception in com.elasticpath.domain.catalogview
This exception will be thrown when a new catalog view request is not compatible with the previous ones.
CatalogViewRequestUnmatchException(String) - Constructor for exception com.elasticpath.domain.catalogview.CatalogViewRequestUnmatchException
Creates a new object.
CatalogViewRequestUnmatchException(String, Throwable) - Constructor for exception com.elasticpath.domain.catalogview.CatalogViewRequestUnmatchException
Creates a new object.
CatalogViewResult - Interface in com.elasticpath.domain.catalogview
Represents a catalog view result.
CatalogViewResultBean - Interface in com.elasticpath.sfweb.viewbean
Represents a bean for catalog view.
CatalogViewResultBeanImpl - Class in com.elasticpath.sfweb.viewbean.impl
Represents a bean implementation for catalog view view.
CatalogViewResultBeanImpl() - Constructor for class com.elasticpath.sfweb.viewbean.impl.CatalogViewResultBeanImpl
 
CatalogViewResultHistory - Interface in com.elasticpath.domain.catalogview
Represents a list of catalog view results that a user has performed.
CatalogViewResultHistoryImpl - Class in com.elasticpath.domain.catalogview.impl
The default implementation of CatalogViewResultHistory.
CatalogViewResultHistoryImpl() - Constructor for class com.elasticpath.domain.catalogview.impl.CatalogViewResultHistoryImpl
 
CATEGORY - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.Category.
CATEGORY - Static variable in interface com.elasticpath.domain.attribute.AttributeUsage
Category attribute usage id.
Category - Interface in com.elasticpath.domain.catalog
A Category represents a collection of related Products.
CATEGORY_AJAX_BEAN - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.cmweb.ajaxbean.impl.CategoryAjaxBean.
CATEGORY_ATTRIBUTE_VALUE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.CategoryAttributeValue.
CATEGORY_BY_UIDS - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve category by uids.
CATEGORY_COUNT_BY_CODE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to check for category code duplicates.
CATEGORY_DELETED - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.CategoryDeleted.
CATEGORY_EXCEPTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CategoryException.
CATEGORY_FILTER - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.catalogview.CategoryFilter.
CATEGORY_FILTER_PREFIX - Static variable in class com.elasticpath.commons.constants.CatalogViewConstants
The prefix used in category filters in query strings.
CATEGORY_GUID_SELECT_BY_GUID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of check category guid exsistence.
CATEGORY_ID_KEY - Static variable in interface com.elasticpath.domain.rules.RuleParameter
Category UID.
CATEGORY_IDS - Static variable in interface com.elasticpath.domain.rules.PromotionRuleExceptions
Category UIDs.
CATEGORY_INDEX_DIR - Static variable in class com.elasticpath.commons.constants.IndexConstants
The directory name under WEB-INF to store category index.
CATEGORY_INFO_AJAX_BEAN - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.cmweb.ajaxbean.impl.CategoryInfoAjaxBean.
CATEGORY_LIST_AVAILABLE_ROOT - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all available root categories.
CATEGORY_LIST_CATEGORY_TYPE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all categories with a specific category type.
CATEGORY_LIST_ROOT - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all root categories.
CATEGORY_LIST_ROOT_UIDS - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all root category uids.
CATEGORY_LIST_SUBCATEGORY_UIDS - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all sub category uids.
CATEGORY_PREFIX - Static variable in class com.elasticpath.commons.constants.SeoConstants
Define the SEO(Search Engine Optimization) Url's prefix for categories.
CATEGORY_SEARCH_CRITERIA - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.search.CategorySearchCriteria.
CATEGORY_SELECT_BY_GUID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve category by guid.
CATEGORY_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.CategoryService.
CATEGORY_TYPE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.CategoryType.
CATEGORY_TYPE_COUNT_BY_NAME - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to check for duplicates.
CATEGORY_TYPE_SELECT_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all category types.
CATEGORY_TYPE_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.CategoryTypeService.
CATEGORY_TYPE_USED_UIDS - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve used category type ids.
CATEGORY_UID - Static variable in class com.elasticpath.commons.constants.IndexConstants
Category uid.
CATEGORY_UID_SELECT_BY_CHILDREN_UIDS - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all sub category uids based on the given children category uids.
CATEGORY_UID_SELECT_BY_GUID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve category uid by guid.
CATEGORY_UID_SELECT_BY_PARENT_UIDS - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all sub category uids based on the given parent category uids.
CATEGORY_UID_SELECT_BY_PRODUCT_UID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve category uid by product uid.
CATEGORY_UIDS_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all category uids.
CATEGORY_UIDS_AVAILABLE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve available category uids.
CATEGORY_UIDS_SELECT_BY_DELETED_DATE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve category uids deleted by deleted date.
CATEGORY_UIDS_SELECT_BY_MODIFIED_DATE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve category uids by last modified date.
CATEGORY_USAGE - Static variable in class com.elasticpath.domain.attribute.impl.AttributeUsageImpl
The category usage.
CategoryAjaxBean - Interface in com.elasticpath.cmweb.ajaxbean
This bean provides access to category-related data needed for display in the Javascript UI.
CategoryAjaxBeanImpl - Class in com.elasticpath.cmweb.ajaxbean.impl
This bean provides access to category-related data needed for display in the Javascript UI.
CategoryAjaxBeanImpl() - Constructor for class com.elasticpath.cmweb.ajaxbean.impl.CategoryAjaxBeanImpl
 
CategoryDeleted - Interface in com.elasticpath.domain.catalog
CategoryDeleted represents a deleted category.
CategoryDeletedImpl - Class in com.elasticpath.domain.catalog.impl
The default implementation of Category.
CategoryDeletedImpl() - Constructor for class com.elasticpath.domain.catalog.impl.CategoryDeletedImpl
Default constructor.
CategoryExceptionImpl - Class in com.elasticpath.domain.rules.impl
Rule exception that excludes a category to be qualified for a rule condition or a rule action.
CategoryExceptionImpl() - Constructor for class com.elasticpath.domain.rules.impl.CategoryExceptionImpl
 
CategoryFilterImpl - Class in com.elasticpath.domain.catalogview.impl
Represents a filter on category.
CategoryFilterImpl() - Constructor for class com.elasticpath.domain.catalogview.impl.CategoryFilterImpl
Default Constructer.
CategoryImpl - Class in com.elasticpath.domain.catalog.impl
The default implementation of Category.
CategoryImpl() - Constructor for class com.elasticpath.domain.catalog.impl.CategoryImpl
Default constructor.
CategoryIndexBuildServiceImpl - Class in com.elasticpath.service.index.impl
An implementation of IndexBuildService to create index for category.
CategoryIndexBuildServiceImpl() - Constructor for class com.elasticpath.service.index.impl.CategoryIndexBuildServiceImpl
 
CategoryInfoAjaxBean - Interface in com.elasticpath.cmweb.ajaxbean
This bean provides access to category-related data needed for display in the Javascript UI.
CategoryInfoAjaxBeanImpl - Class in com.elasticpath.cmweb.ajaxbean.impl
This bean provides access to category-related data needed for display in the Javascript UI.
CategoryInfoAjaxBeanImpl() - Constructor for class com.elasticpath.cmweb.ajaxbean.impl.CategoryInfoAjaxBeanImpl
 
CategoryLoadTuner - Interface in com.elasticpath.domain.catalog
Represents a tuner to control category load.
CategoryLoadTunerImpl - Class in com.elasticpath.domain.catalog.impl
Represents a tuner to control category load.
CategoryLoadTunerImpl() - Constructor for class com.elasticpath.domain.catalog.impl.CategoryLoadTunerImpl
 
CategoryQueryComposerImpl - Class in com.elasticpath.service.index.impl
A query compose for category search.
CategoryQueryComposerImpl() - Constructor for class com.elasticpath.service.index.impl.CategoryQueryComposerImpl
 
CategorySearchCriteria - Interface in com.elasticpath.domain.search
Represents criteria for advancec category search.
CategorySearchCriteriaImpl - Class in com.elasticpath.domain.search.impl
A criteria for advanced category search.
CategorySearchCriteriaImpl() - Constructor for class com.elasticpath.domain.search.impl.CategorySearchCriteriaImpl
 
CategoryService - Interface in com.elasticpath.service.catalog
Provide category-related business service.
CategoryServiceImpl - Class in com.elasticpath.service.catalog.impl
The default implementation of CategoryService.
CategoryServiceImpl() - Constructor for class com.elasticpath.service.catalog.impl.CategoryServiceImpl
 
CategoryType - Interface in com.elasticpath.domain.catalog
Represents the type of a Category, which determines the set of attributes that it has.
CategoryTypeImpl - Class in com.elasticpath.domain.catalog.impl
Represents a default implmentation of CategoryType.
CategoryTypeImpl() - Constructor for class com.elasticpath.domain.catalog.impl.CategoryTypeImpl
The default constructor.
CategoryTypeLoadTuner - Interface in com.elasticpath.domain.catalog
Represents a tuner to control category type load.
CategoryTypeLoadTunerImpl - Class in com.elasticpath.domain.catalog.impl
Represents a tuner to control category type load.
CategoryTypeLoadTunerImpl() - Constructor for class com.elasticpath.domain.catalog.impl.CategoryTypeLoadTunerImpl
 
CategoryTypeService - Interface in com.elasticpath.service.catalog
Provide attribute related business service.
CategoryTypeServiceImpl - Class in com.elasticpath.service.catalog.impl
Default implementation for AttributeService.
CategoryTypeServiceImpl() - Constructor for class com.elasticpath.service.catalog.impl.CategoryTypeServiceImpl
 
changeEstimationAddress(HttpServletRequest) - Method in class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Prepare to reset the address for shipping/taxed.
changeEstimationAddress(HttpServletRequest) - Method in interface com.elasticpath.sfweb.ajax.service.ShoppingCartAjaxController
Prepare to reset the address for shipping/taxed.
changePassword(String, String, String) - Method in class com.elasticpath.service.auth.impl.EpUserIdentityService
Secure method for changing the password, checks authentication first.
changePassword(String, String, String) - Method in interface com.elasticpath.service.auth.UserIdentityService
Secure method for changing the password, checks authentication first.
checkDateRange(String, String) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Checks that the current date is between the specified dates.
checkDateRange(String, String) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Checks that the current date is between the specified dates.
checkLicense(boolean) - Method in class com.elasticpath.web.ajax.dwrconverter.EpCurrencyConverter
Reads the license and check it against specified configuration.
checkLicense() - Method in class com.elasticpath.web.ajax.dwrconverter.EpCurrencyConverter
Reads the license and check it against specified configuration.
checkLongTextMaxLength(String) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Returns true if the length of the given value <= long text max length.
checkLongTextMaxLength(String) - Method in interface com.elasticpath.commons.util.Utility
Returns true if the length of the given value <= long text max length.
checkout(ShoppingCart, OrderPayment) - Method in interface com.elasticpath.service.shoppingcart.CheckoutService
Processes an order for the items in the specified shopping cart.
checkout(ShoppingCart, OrderPayment) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Processes an order for the items in the specified shopping cart.
checkout(CreditCardFormBean, boolean, HttpServletRequest) - Method in interface com.elasticpath.sfweb.ajax.service.CheckoutAjaxController
Perform the checkout operation with the given cart.
checkout(CreditCardFormBean, boolean, HttpServletRequest) - Method in class com.elasticpath.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
Perform the checkout operation with the given cart.
CHECKOUT_ADDRESS_FORM_BEAN - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.sfweb.formBean.CheckoutAddressFormBean.
CheckoutAddressFormBean - Interface in com.elasticpath.sfweb.formbean
Form bean for creating new addresses during the checkout.
CheckoutAddressFormBeanImpl - Class in com.elasticpath.sfweb.formbean.impl
Form bean for creating new addresses during the checkout.
CheckoutAddressFormBeanImpl() - Constructor for class com.elasticpath.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
 
CheckoutAjaxController - Interface in com.elasticpath.sfweb.ajax.service
Provides checkout services for ajax.
CheckoutAjaxControllerImpl - Class in com.elasticpath.sfweb.ajax.service.impl
The default implementation of CheckoutAjaxController.
CheckoutAjaxControllerImpl() - Constructor for class com.elasticpath.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
 
CheckoutControllerImpl - Class in com.elasticpath.sfweb.controller.impl
Spring MVC controller for beginning the checkout process.
CheckoutControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.CheckoutControllerImpl
 
CheckoutCreateAccountFormControllerImpl - Class in com.elasticpath.sfweb.controller.impl
Form controller for a form used to create an account during the checkout process.
CheckoutCreateAccountFormControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.CheckoutCreateAccountFormControllerImpl
 
CheckoutCreditCardFormBean - Interface in com.elasticpath.sfweb.formbean
Form bean for creating new credit cards during the checkout.
CheckoutCreditCardFormBeanImpl - Class in com.elasticpath.sfweb.formbean.impl
Form bean for creating new addresses during the checkout.
CheckoutCreditCardFormBeanImpl() - Constructor for class com.elasticpath.sfweb.formbean.impl.CheckoutCreditCardFormBeanImpl
 
CheckoutEventHandler - Interface in com.elasticpath.service.shoppingcart
This interface is implemented by services who wish to be notified of events occuring during the checkout process so that an additional action can be taken before or after the checkout.
CheckoutService - Interface in com.elasticpath.service.shoppingcart
Provides checkout-related services.
CheckoutServiceImpl - Class in com.elasticpath.service.shoppingcart.impl
Provides a service to execute a shopping cart checkout.
CheckoutServiceImpl() - Constructor for class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
 
CheckoutTransactionBehaviour - Class in com.elasticpath.domain.payment
Represents a checkout transaction behaviour, typically either an immediate sale or a pre-authorize followed be a capture.
checkShortTextMaxLength(String) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Returns true if the length of the given value <= short text max length.
checkShortTextMaxLength(String) - Method in interface com.elasticpath.commons.util.Utility
Returns true if the length of the given value <= short text max length.
checkStringValue(Persistence, String, ImportGuidHelper) - Method in class com.elasticpath.domain.dataimport.impl.AbstractImportFieldImpl
A dummy implementation of the method for most import fields.
checkStringValue(Persistence, String, ImportGuidHelper) - Method in interface com.elasticpath.domain.dataimport.ImportField
Checks the given string value of the field.
clear() - Method in class com.elasticpath.persistence.impl.HibernatePersistenceEngineImpl
Clear the cache.
clear() - Method in interface com.elasticpath.persistence.PersistenceEngine
Clear the cache.
clearAllAttributeRanges() - Method in interface com.elasticpath.domain.ElasticPath
Clears all attribute range information, including bottom level attribute ranges.
clearAllAttributeRanges() - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Clears all attribute range information, including bottom level attribute ranges.
clearAllAttributeSimpleValues() - Method in interface com.elasticpath.domain.ElasticPath
Clears all attribute simple value information.
clearAllAttributeSimpleValues() - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Clears all attribute simple value information.
clearAllPriceRanges() - Method in interface com.elasticpath.domain.ElasticPath
Clears all price range information, including bottom level price ranges.
clearAllPriceRanges() - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Clears all price range information, including bottom level price ranges.
clearComputedPrice() - Method in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
Removes the computed price for all price tier.
clearComputedPrice() - Method in class com.elasticpath.domain.catalog.impl.PriceTierImpl
Clear the computed price of the price tier, will set the computed price to null.
clearComputedPrice() - Method in interface com.elasticpath.domain.catalog.Price
Removes the computed price.
clearComputedPrice() - Method in interface com.elasticpath.domain.catalog.PriceTier
Clear the computed price of the price tier, will set the computed price to null.
clearDiscount() - Method in interface com.elasticpath.domain.shoppingcart.CartItem
Removes previously applied CartItem discounts.
clearDiscount() - Method in class com.elasticpath.domain.shoppingcart.impl.AbstractCartItemImpl
Removes previously applied CartItem discounts.
clearDiscount() - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
Removes previously applied CartItem discounts.
clearEstimates() - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Removes shipping and tax estimates from the shopping cart.
clearEstimates() - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Removes shipping and tax estimates from the shopping cart.
clearItems() - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Empties the shopping cart (e.g.
clearItems() - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Empties the shopping cart (e.g.
clearPromotionPrice() - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Removes computed promotion prices.
clearPromotionPrice() - Method in interface com.elasticpath.domain.catalog.ProductSku
Removes computed promotion prices.
clearPromotions() - Method in class com.elasticpath.domain.shipping.impl.ShippingServiceLevelImpl
Clears any discount that has been set for this shipping service level.
clearPromotions() - Method in interface com.elasticpath.domain.shipping.ShippingServiceLevel
Clears any discount that has been set for this shipping service level.
clearPromotions() - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Clears any discount that has been set for this shipping service level.
clearSelectedShippingServiceLevel() - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Resets the selected ShippingServiceLevel to null.
clearSelectedShippingServiceLevel() - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Resets the selected ShippingServiceLevel to null.
clearValueObjects(Entity) - Method in class com.elasticpath.domain.dataimport.impl.AbstractImportDataTypeImpl
A dummy implementation.
clearValueObjects(Entity) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Clear the value objects of the given entity.
clearValueObjects(Entity) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Clear the value objects of the given entity.
clearValueObjects(Entity) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Clear the value objects of the given entity.
clearValueObjects(Entity) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Clear the value objects of the given entity.
clearValueObjects(Entity) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Clear the value objects of the given entity.
clearValueObjects(Entity) - Method in interface com.elasticpath.domain.dataimport.ImportDataType
Clear the value objects of the given entity.
clone() - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
Create a deep copy of this SkuOption.
clone() - Method in interface com.elasticpath.domain.skuconfiguration.SkuOption
Create a shallow of this SkuOption.
close() - Method in class com.elasticpath.commons.filter.impl.CompressionResponseStream
Close this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
close() - Method in interface com.elasticpath.persistence.CsvFileReader
Close the csv file.
close() - Method in class com.elasticpath.persistence.impl.CsvFileReaderImpl
Close the csv file.
close() - Method in class com.elasticpath.persistence.impl.HibernateSessionImpl
Close the session.
close() - Method in class com.elasticpath.persistence.impl.IndexWriterImpl
Close the index writer.
close() - Method in class com.elasticpath.persistence.impl.PrintWriterImpl
Close the file.
close() - Method in interface com.elasticpath.persistence.IndexWriter
Close the index writer.
close() - Method in interface com.elasticpath.persistence.PersistenceSession
Close the session.
close() - Method in interface com.elasticpath.persistence.PrintWriter
Close the file.
closed() - Method in class com.elasticpath.commons.filter.impl.CompressionResponseStream
Return true if this compressionResponseStram is close; otherwise, false.
CM_USER_SESSION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.CmUserSession.
CM_USER_SESSION - Static variable in class com.elasticpath.commons.constants.WebConstants
CmUserSession object.
CMUSER - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.CmUser.
CmUser - Interface in com.elasticpath.domain.cmuser
CmUser represents a person with an account in the system for accessing the Commerce Manager or web services.
CMUSER_FIND_BY_EMAIL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve cmUser by email.
CMUSER_FIND_BY_USERNAME - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve cmuser by userName.
CMUSER_SELECT_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all cmUser.
CMUSER_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.CmUserService.
CmUserAuthenticationDaoImpl - Class in com.elasticpath.persistence.impl
Default implementation of Acegi's UserDetailsService, to integrate with Acegi Security framework for authentication and authorization.
CmUserAuthenticationDaoImpl() - Constructor for class com.elasticpath.persistence.impl.CmUserAuthenticationDaoImpl
 
CmUserFormControllerImpl - Class in com.elasticpath.cmweb.controller.impl
The Spring MVC controller for cmUser create account page.
CmUserFormControllerImpl() - Constructor for class com.elasticpath.cmweb.controller.impl.CmUserFormControllerImpl
 
CmUserImpl - Class in com.elasticpath.domain.cmuser.impl
The default implementation of CmUser.
CmUserImpl() - Constructor for class com.elasticpath.domain.cmuser.impl.CmUserImpl
The default constructor.
CmUserService - Interface in com.elasticpath.service.cmuser
Provide cmuser-related business service.
CmUserServiceImpl - Class in com.elasticpath.service.cmuser.impl
The default implementation of CmUserService.
CmUserServiceImpl() - Constructor for class com.elasticpath.service.cmuser.impl.CmUserServiceImpl
 
CmUserSession - Interface in com.elasticpath.domain.cmuser
CmUserSession represents a user session in commerce manager.
CmUserSessionFilter - Class in com.elasticpath.cmweb.filters
This filter makes sure to set the valid cmUser instance into the cmUserSession
after acegi security framework's successful authentication.
CmUserSessionFilter() - Constructor for class com.elasticpath.cmweb.filters.CmUserSessionFilter
 
CmUserSessionImpl - Class in com.elasticpath.domain.cmuser.impl
The default implementation of CmUserSession.
CmUserSessionImpl() - Constructor for class com.elasticpath.domain.cmuser.impl.CmUserSessionImpl
 
codeExists(String) - Method in interface com.elasticpath.service.catalog.BrandService
Checks whether the given brand code exists or not.
codeExists(Brand) - Method in interface com.elasticpath.service.catalog.BrandService
Check whether the given brand's code exists or not.
codeExists(String) - Method in class com.elasticpath.service.catalog.impl.BrandServiceImpl
Checks whether the given brand code exists or not.
codeExists(Brand) - Method in class com.elasticpath.service.catalog.impl.BrandServiceImpl
Check whether the given brand's code exists or not.
Collections - Class in com.elasticpath.commons.util
A supplement to java.util.Collections.
Collections() - Constructor for class com.elasticpath.commons.util.Collections
 
com.elasticpath.cmweb.ajaxbean - package com.elasticpath.cmweb.ajaxbean
 
com.elasticpath.cmweb.ajaxbean.impl - package com.elasticpath.cmweb.ajaxbean.impl
 
com.elasticpath.cmweb.controller - package com.elasticpath.cmweb.controller
 
com.elasticpath.cmweb.controller.impl - package com.elasticpath.cmweb.controller.impl
 
com.elasticpath.cmweb.exceptionhandler - package com.elasticpath.cmweb.exceptionhandler
 
com.elasticpath.cmweb.filters - package com.elasticpath.cmweb.filters
 
com.elasticpath.cmweb.formbean - package com.elasticpath.cmweb.formbean
 
com.elasticpath.cmweb.formbean.impl - package com.elasticpath.cmweb.formbean.impl
 
com.elasticpath.cmweb.util - package com.elasticpath.cmweb.util
 
com.elasticpath.cmweb.util.impl - package com.elasticpath.cmweb.util.impl
 
com.elasticpath.commons.constants - package com.elasticpath.commons.constants
 
com.elasticpath.commons.exception - package com.elasticpath.commons.exception
 
com.elasticpath.service.auth - package com.elasticpath.service.auth
 
com.elasticpath.service.auth.impl - package com.elasticpath.service.auth.impl
 
com.elasticpath.sfweb.ajax.bean - package com.elasticpath.sfweb.ajax.bean
 
com.elasticpath.sfweb.ajax.bean.impl - package com.elasticpath.sfweb.ajax.bean.impl
 
com.elasticpath.sfweb.ajax.dwrconverter - package com.elasticpath.sfweb.ajax.dwrconverter
 
com.elasticpath.sfweb.ajax.interceptor - package com.elasticpath.sfweb.ajax.interceptor
 
com.elasticpath.sfweb.ajax.service - package com.elasticpath.sfweb.ajax.service
 
com.elasticpath.sfweb.ajax.service.impl - package com.elasticpath.sfweb.ajax.service.impl
 
com.elasticpath.sfweb.ajax.util - package com.elasticpath.sfweb.ajax.util
 
com.elasticpath.sfweb.ajax.util.impl - package com.elasticpath.sfweb.ajax.util.impl
 
com.elasticpath.sfweb.ajax.validation - package com.elasticpath.sfweb.ajax.validation
 
com.elasticpath.sfweb.context.impl - package com.elasticpath.sfweb.context.impl
 
com.elasticpath.sfweb.exceptionhandler - package com.elasticpath.sfweb.exceptionhandler
 
com.elasticpath.sfweb.filters - package com.elasticpath.sfweb.filters
 
com.elasticpath.sfweb.formbean - package com.elasticpath.sfweb.formbean
 
com.elasticpath.sfweb.formbean.impl - package com.elasticpath.sfweb.formbean.impl
 
com.elasticpath.sfweb.service - package com.elasticpath.sfweb.service
 
com.elasticpath.sfweb.service.impl - package com.elasticpath.sfweb.service.impl
 
com.elasticpath.sfweb.viewbean - package com.elasticpath.sfweb.viewbean
 
com.elasticpath.sfweb.viewbean.impl - package com.elasticpath.sfweb.viewbean.impl
 
com.elasticpath.web.ajax.dwrconverter - package com.elasticpath.web.ajax.dwrconverter
 
com.elasticpath.web.context.impl - package com.elasticpath.web.context.impl
 
COMMA - Static variable in class com.elasticpath.commons.constants.ImportConstants
Comma.
COMMAND_NAME_CMUSER - Static variable in class com.elasticpath.commons.constants.WebConstants
CmUser command object.
COMMAND_NAME_CUSTOMER - Static variable in class com.elasticpath.commons.constants.WebConstants
Customer command object.
commit() - Method in class com.elasticpath.persistence.impl.HibernateTransactionImpl
Commit changes.
commit() - Method in interface com.elasticpath.persistence.Transaction
Commit changes.
COMMIT_UNIT - Static variable in class com.elasticpath.commons.constants.ImportConstants
The import commit unit.
compare(CatalogViewRequest) - Method in class com.elasticpath.domain.catalogview.browsing.impl.BrowsingRequestImpl
Compares this search requet with the given search request.
compare(CatalogViewRequest) - Method in interface com.elasticpath.domain.catalogview.CatalogViewRequest
Compares this search requet with the given search request.
compare(CatalogViewRequest) - Method in class com.elasticpath.domain.catalogview.search.impl.SearchRequestImpl
Compares this search requet with the given search request.
compare(Object, Object) - Method in class com.elasticpath.domain.misc.impl.DisplayNameComparatorImpl
Compares its two arguments for order.
compare(Object, Object) - Method in class com.elasticpath.domain.misc.impl.FeaturedProductOrderComparatorImpl
Compares its two arguments for order.
compare(Object, Object) - Method in class com.elasticpath.domain.misc.impl.ProductLowestPriceComparatorImpl
Compares its two arguments for order.
compare(Object, Object) - Method in class com.elasticpath.domain.misc.impl.RegionCodeComparatorImpl
Compares its two arguments for order.
compare(Object, Object) - Method in class com.elasticpath.domain.misc.impl.TopSellerComparatorImpl
Compares its two arguments for order.
compareTo(Object) - Method in class com.elasticpath.domain.attribute.impl.AttributeGroupAttributeImpl
Compares this instance with the given instance for ordering.
compareTo(Object) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Compares this attribute with the specified object for order.
compareTo(Object) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Compares this category with the specified object for order.
compareTo(Object) - Method in class com.elasticpath.domain.catalog.impl.ProductCategoryImpl
Compares this product category with the specified object for order.
compareTo(Object) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Compares this product with the specified object for order.
compareTo(Object) - Method in class com.elasticpath.domain.catalogview.impl.AttributeRangeFilterImpl
Compares this price filter with the specified object for order.
compareTo(Object) - Method in class com.elasticpath.domain.catalogview.impl.AttributeValueFilterImpl
Compares this object with the specified object for ordering.
compareTo(Object) - Method in class com.elasticpath.domain.catalogview.impl.BrandFilterImpl
Compares this object with the specified object for ordering.
compareTo(Object) - Method in class com.elasticpath.domain.catalogview.impl.CategoryFilterImpl
Compares this object with the specified object for ordering.
compareTo(Object) - Method in class com.elasticpath.domain.catalogview.impl.PriceFilterImpl
Compares this price filter with the specified object for order.
compareTo(Object) - Method in class com.elasticpath.domain.catalogview.impl.ProductAdaptorForAttributeRangeFilterImpl
Compares this product adaptor with the given object.
compareTo(Object) - Method in class com.elasticpath.domain.catalogview.impl.ProductAdaptorForPriceFilterImpl
Compares this product adaptor with the given object.
compareTo(Object) - Method in class com.elasticpath.domain.misc.impl.MoneyImpl
Compares this money with the specified object for order.
compareWithValue(Object, Object) - Method in class com.elasticpath.domain.catalogview.impl.AbstractRangeFilterImpl
Compare the given objs.
compareWithValue(Object, Object) - Method in class com.elasticpath.domain.catalogview.impl.AttributeRangeFilterImpl
Compare the given objs.
compareWithValue(Object, Object) - Method in class com.elasticpath.domain.catalogview.impl.PriceFilterImpl
Compare the given objs.
COMPLETED - Static variable in interface com.elasticpath.service.order.OrderStatusFactory
The OrderStatus instance for order completed.
composeFuzzyQuery(SearchCriteria) - Method in class com.elasticpath.service.index.impl.CategoryQueryComposerImpl
Compose a fuzzy query based on the given search crieteria.
composeFuzzyQuery(SearchCriteria) - Method in class com.elasticpath.service.index.impl.CustomerQueryComposerImpl
Compose a fuzzy query based on the given search crieteria.
composeFuzzyQuery(SearchCriteria) - Method in class com.elasticpath.service.index.impl.OrderQueryComposerImpl
Compose a query based on the given search crieteria.
composeFuzzyQuery(SearchCriteria) - Method in class com.elasticpath.service.index.impl.ProductQueryComposerImpl
Compose a fuzzy query based on the given search crieteria.
composeFuzzyQuery(SearchCriteria) - Method in interface com.elasticpath.service.index.QueryComposer
Compose a fuzzy query based on the given search crieteria.
composeQueries(String, String, Collection) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Compose queries based on the given query template, place holder and values.
composeQueries(String, String, Collection) - Method in interface com.elasticpath.commons.util.Utility
Compose queries based on the given query template, place holder and values.
composeQuery(SearchCriteria) - Method in class com.elasticpath.service.index.impl.CategoryQueryComposerImpl
Compose a query based on the given search crieteria.
composeQuery(SearchCriteria) - Method in class com.elasticpath.service.index.impl.CustomerQueryComposerImpl
Compose a query based on the given search crieteria.
composeQuery(SearchCriteria) - Method in class com.elasticpath.service.index.impl.OrderQueryComposerImpl
Compose a query based on the given search crieteria.
composeQuery(SearchCriteria) - Method in class com.elasticpath.service.index.impl.ProductQueryComposerImpl
Compose a query based on the given search crieteria.
composeQuery(SearchCriteria) - Method in interface com.elasticpath.service.index.QueryComposer
Compose a query based on the given search crieteria.
CompressionFilter - Class in com.elasticpath.commons.filter.impl
Implementation of javax.servlet.Filter used to compress the ServletResponse.
CompressionFilter() - Constructor for class com.elasticpath.commons.filter.impl.CompressionFilter
 
CompressionResponseStream - Class in com.elasticpath.commons.filter.impl
Implementation of ServletOutputStream that works with the CompressionServletResponseWrapper implementation.
CompressionResponseStream(HttpServletResponse) - Constructor for class com.elasticpath.commons.filter.impl.CompressionResponseStream
Construct a servlet output stream associated with the specified Response.
CompressionServletResponseWrapper - Class in com.elasticpath.commons.filter.impl
Implementation of HttpServletResponseWrapper that works with the CompressionServletResponseStream implementation..
CompressionServletResponseWrapper(HttpServletResponse) - Constructor for class com.elasticpath.commons.filter.impl.CompressionServletResponseWrapper
Constructor of the CompressionServletResponseWrapper.
CONDITION_KIND - Static variable in interface com.elasticpath.domain.rules.RuleCondition
Identifies the RuleElement as a condition to a rule.
CONFIG_LOCATION_PARAM - Static variable in class com.elasticpath.web.context.impl.EpLog4jConfigListener
Parameter specifying the location of the Log4J config file.
contains(ProductLoadTuner) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductSkuLoadTuner) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuLoadTunerImpl
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductTypeLoadTuner) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeLoadTunerImpl
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductLoadTuner) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductSkuLoadTuner) - Method in interface com.elasticpath.domain.catalog.ProductSkuLoadTuner
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductTypeLoadTuner) - Method in interface com.elasticpath.domain.catalog.ProductTypeLoadTuner
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(RangeFilter) - Method in class com.elasticpath.domain.catalogview.impl.AbstractRangeFilterImpl
Returns true if this price filter contains the given price filter.
contains(RangeFilter) - Method in interface com.elasticpath.domain.catalogview.RangeFilter
Returns true if this filter contains the given filter.
contains(String) - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
Returns true if this SkuOption contains the given value code.
contains(String) - Method in interface com.elasticpath.domain.skuconfiguration.SkuOption
Returns true if this SkuOption contains the given value code.
CONTENT - Static variable in class com.elasticpath.commons.constants.IndexConstants
Content name key.
contextDestroyed(ServletContextEvent) - Method in class com.elasticpath.web.context.impl.EpContextConfigListener
Close the root web application context.
contextDestroyed(ServletContextEvent) - Method in class com.elasticpath.web.context.impl.EpLog4jConfigListener
Shutdown log4j.
ContextIdNames - Class in com.elasticpath.commons.constants
ContextIdNames contains spring container bean id constants.
ContextIdNames() - Constructor for class com.elasticpath.commons.constants.ContextIdNames
 
contextInitialized(ServletContextEvent) - Method in class com.elasticpath.sfweb.context.impl.EpContextConfigListener
Complete the context initialization for ElasticPath.
contextInitialized(ServletContextEvent) - Method in class com.elasticpath.web.context.impl.EpContextConfigListener
Complete the context initialization for ElasticPath.
contextInitialized(ServletContextEvent) - Method in class com.elasticpath.web.context.impl.EpLog4jConfigListener
Configure log4j.
convertAttributeGroupAttributes(Set, String) - Method in class com.elasticpath.domain.impl.AbstractEntityImpl
Converts the attributeGroup's attribute's to the correct type.
convertInbound(Class, InboundVariable, InboundContext) - Method in class com.elasticpath.web.ajax.dwrconverter.EpBeanConverter
Attempt to coerce the data from a string to an Object.
convertInbound(Class, InboundVariable, InboundContext) - Method in class com.elasticpath.web.ajax.dwrconverter.EpCurrencyConverter
Attempt to coerce the data from a string to an Object.
convertInbound(Class, InboundVariable, InboundContext) - Method in class com.elasticpath.web.ajax.dwrconverter.EpLocaleConverter
Attempt to coerce the data from a string to an Object.
convertOutbound(Object, String, OutboundContext) - Method in class com.elasticpath.web.ajax.dwrconverter.EpBeanConverter
Convert the java object to js side.
convertOutbound(Object, String, OutboundContext) - Method in class com.elasticpath.web.ajax.dwrconverter.EpCurrencyConverter
Customized method for Currency object outbound conversion.
convertOutbound(Object, String, OutboundContext) - Method in class com.elasticpath.web.ajax.dwrconverter.EpHibernateExceptionConverter
Convert the java object to js side.
convertOutbound(Object, String, OutboundContext) - Method in class com.elasticpath.web.ajax.dwrconverter.EpLocaleConverter
Customized method for Locale object outbound conversion.
COST_PER_UNIT_WEIGHT - Static variable in interface com.elasticpath.domain.shipping.ShippingCostCalculationParameter
Percentage of order total.
CostPerUnitWeightMethodImpl - Class in com.elasticpath.domain.shipping.impl
Shipping cost calculation method that calculates the shipping cost as unit price * order weight.
CostPerUnitWeightMethodImpl() - Constructor for class com.elasticpath.domain.shipping.impl.CostPerUnitWeightMethodImpl
 
COUNTRIES - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.misc.Countries.
COUNTRIES - Static variable in class com.elasticpath.commons.constants.WebConstants
Countries object.
COUNTRY - Static variable in class com.elasticpath.commons.constants.WebConstants
Request parameter name of country code.
Country - Interface in com.elasticpath.domain.shipping
Represents a configured country, including its ISO country code, country names (in different language [TBD]), and the subcountries code/label map.
COUNTRY_PROPS - Static variable in interface com.elasticpath.domain.misc.Geography
Key for properties relating to countries (File name without the .properties extension).
CountryImpl - Class in com.elasticpath.domain.shipping.impl
Represents a configured country, including its ISO country code, country names (in different language [TBD]), and the subcountries code/label map.
CountryImpl() - Constructor for class com.elasticpath.domain.shipping.impl.CountryImpl
 
CREATE_TIME - Static variable in class com.elasticpath.commons.constants.IndexConstants
Create time.
createAttributeFilter() - Static method in class com.elasticpath.service.catalogview.impl.FilterFactoryImpl
Construct the Attribute Range Filter.
createAttributeRangeFilter() - Static method in class com.elasticpath.service.catalogview.impl.FilterFactoryImpl
Construct the Attribute Range Filter.
createFallBackLdf(String) - Method in class com.elasticpath.domain.catalog.impl.LocaleDependantFieldsImpl
Creates and returns a LocaleDependantFields which contains fall back values.
createFallBackLdf(String) - Method in interface com.elasticpath.domain.catalog.LocaleDependantFields
Creates and returns a LocaleDependantFields which contains fallback values.
createFolder(String, String) - Method in interface com.elasticpath.service.misc.FileService
Create the folder.
createFolder(String, String) - Method in class com.elasticpath.service.misc.impl.FileServiceImpl
Create the folder.
createOutputStream() - Method in class com.elasticpath.commons.filter.impl.CompressionServletResponseWrapper
Create and return a ServletOutputStream to write the content associated with this Response.
createPriceFilter() - Static method in class com.elasticpath.service.catalogview.impl.FilterFactoryImpl
Construct the Price Range Filter with the given currency code.
createQuery(String) - Method in class com.elasticpath.persistence.impl.HibernateSessionImpl
Creates and returns a query based on the given query string.
createQuery(String) - Method in interface com.elasticpath.persistence.PersistenceSession
Creates and returns a query based on the given query string.
createSQLQuery(String) - Method in class com.elasticpath.persistence.impl.HibernateSessionImpl
Creates and returns a query based on the given query string.
createSQLQuery(String) - Method in interface com.elasticpath.persistence.PersistenceSession
Creates and returns a sql query based on the given query string.
createValueObject() - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeCategoryImpl
Create and return a new value object.
createValueObject() - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Create and return a new value object.
createValueObject() - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeCustomerImpl
Create and return a new value object.
createValueObject() - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Create and return a new value object.
createValueObject() - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Create and return a new value object.
createValueObject() - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductImpl
Create and return a new value object.
createValueObject() - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Create and return a new value object.
createValueObject() - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Create and return a new value object.
createValueObject() - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Create and return a new value object.
createValueObject() - Method in interface com.elasticpath.domain.dataimport.ImportDataType
Create and return a new value object.
CREDIT_CARD_ENCRYPTER - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.commons.util.security.CreditCardEncrypter.
CREDIT_CARD_FORM_BEAN - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.sfweb.formBean.CreditCardFormBean.
CREDIT_TRANSACTION - Static variable in interface com.elasticpath.domain.order.OrderPayment
The orderPayment transaction type of refund.
CREDITCARD - Static variable in interface com.elasticpath.domain.payment.PaymentTypeFactory
The PaymentType instance for order placed.
CreditCardEncrypter - Interface in com.elasticpath.commons.util.security
Interface for encrypting and decrypting strings.
CreditCardEncrypterImpl - Class in com.elasticpath.commons.util.security.impl
General encryption/decryption class.
CreditCardEncrypterImpl() - Constructor for class com.elasticpath.commons.util.security.impl.CreditCardEncrypterImpl
 
CreditCardFormBean - Interface in com.elasticpath.sfweb.formbean
Form bean for creating and editing customer credit cards.
CreditCardFormBeanImpl - Class in com.elasticpath.sfweb.formbean.impl
Form bean for creating and editing customer credit cards.
CreditCardFormBeanImpl() - Constructor for class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
CreditCardFormControllerImpl - Class in com.elasticpath.sfweb.controller.impl
The Spring MVC controller for credit card editing page.
CreditCardFormControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.CreditCardFormControllerImpl
 
CreditCardPaymentGateway - Interface in com.elasticpath.domain.payment
Represents a credit card payment processing gateway such as Verisign or Cybersource.
Criteria - Class in com.elasticpath.service.misc
This class contains all criterias used to pass to PersistenceEngine.
Criteria() - Constructor for class com.elasticpath.service.misc.Criteria
 
CROSS_SELL - Static variable in interface com.elasticpath.domain.catalog.ProductAssociation
Cross-sell association.
CsrAjaxService - Interface in com.elasticpath.cmweb.ajaxservice
This page provides access to functionality and data required by the CSR (Customer Service Representative) tab of the Commerce Manager.
CsrAjaxServiceImpl - Class in com.elasticpath.cmweb.ajaxservice.impl
This page provides access to functionality and data required by the CSR (Customer Service Representative) tab of the Commerce Manager.
CsrAjaxServiceImpl() - Constructor for class com.elasticpath.cmweb.ajaxservice.impl.CsrAjaxServiceImpl
 
CSV_ACTION - Static variable in interface com.elasticpath.cmweb.reportservice.ReportConstants
csv action.
CSV_FILE_READER - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.persistence.impl.CsvFileReaderImpl.
CsvFileReader - Interface in com.elasticpath.persistence
Represent a csv file reader and writer.
CsvFileReaderImpl - Class in com.elasticpath.persistence.impl
Represent a csv file reader and writer.
CsvFileReaderImpl() - Constructor for class com.elasticpath.persistence.impl.CsvFileReaderImpl
 
csvToStream(String, int, Map, OutputStream) - Method in interface com.elasticpath.cmweb.reportservice.BirtReportService
Renders report as csv and outputs to stream.
csvToStream(String, int, Map, OutputStream) - Method in class com.elasticpath.cmweb.reportservice.impl.BirtReportServiceImpl
Renders csv report and outputs to stream.
CURRENCY - Static variable in class com.elasticpath.commons.constants.WebConstants
This name is used to specify the locale in a request.
CURRENCY_KEY - Static variable in interface com.elasticpath.domain.rules.RuleParameter
Currency.
CUST_GROUP_COND - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.CustomerGroupCondition.
CUST_GROUP_ELIGIBILITY - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.impl.CustomerGroupEligibilityImpl.
CUSTOMER - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.Customer.
Customer - Interface in com.elasticpath.domain.customer
A Customer is someone with an account in the system for making orders through the Store Front.
CUSTOMER_ADDRESS - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.customer.Address.
CUSTOMER_AUTHENTICATION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.customer.CustomerAuthentication.
CUSTOMER_BY_UIDS - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve customer by uids.
CUSTOMER_CREDIT_CARD - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.customer.CustomerCreditCard.
CUSTOMER_DELETED - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.CustomerDeleted.
CUSTOMER_FIND_BY_EMAIL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve customer by email.
CUSTOMER_FIND_BY_GUID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve customer by guid.
CUSTOMER_FIND_BY_USERID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve customer by user Id.
CUSTOMER_GROUP - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.CustomerGroup.
CUSTOMER_GROUP_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.CustomerGroupService.
CUSTOMER_GUID_FILTER_BY_NONANONYMOUS - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve non anonymous customer guid from a list of customer uidpk.
CUSTOMER_GUID_SELECT_BY_GUID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to check for the existence of a customer guid.
CUSTOMER_INDEX_DIR - Static variable in class com.elasticpath.commons.constants.IndexConstants
The directory name under WEB-INF to store customer index.
CUSTOMER_NUMBER - Static variable in class com.elasticpath.commons.constants.IndexConstants
Customer number.
CUSTOMER_PRODUCTS_PURCHASED - Static variable in class com.elasticpath.service.misc.Criteria
Criteria for retrieving customer purchase data of the form: customerID, productPurchasedId.
CUSTOMER_PROFILE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.customer.CustomerProfile.
CUSTOMER_SEARCH_CRITERIA - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.search.CustomerSearchCriteria.
CUSTOMER_SELECT_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all customer.
CUSTOMER_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.CustomerService.
CUSTOMER_SESSION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.CustomerSession.
CUSTOMER_SESSION_DELETE_BY_CUSTOMER_UID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve customer session by guid.
CUSTOMER_SESSION_FIND_BY_GUID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve customer session by guid.
CUSTOMER_SESSION_GUID - Static variable in class com.elasticpath.commons.constants.WebConstants
Customer session guid.
CUSTOMER_UID_FIND_BY_EMAIL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve customer uid by email.
CUSTOMER_UID_FIND_BY_USERID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve customer uid by user Id.
CUSTOMER_UIDS_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all customer uids.
CUSTOMER_UIDS_SELECT_BY_DELETED_DATE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve customer uids deleted by deleted date.
CUSTOMER_UIDS_SELECT_BY_MODIFIED_DATE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve customer uids by last modified date.
CustomerAddress - Interface in com.elasticpath.domain.customer
A customer's address.
CUSTOMERADDRESS_FIND_BY_GUID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve customerAddress by guid.
CustomerAddressImpl - Class in com.elasticpath.domain.customer.impl
A Customer's address.
CustomerAddressImpl() - Constructor for class com.elasticpath.domain.customer.impl.CustomerAddressImpl
 
CustomerAjaxController - Interface in com.elasticpath.sfweb.ajax.service
Provides customer related services for ajax.
CustomerAjaxControllerImpl - Class in com.elasticpath.sfweb.ajax.service.impl
The default implementation of CustomerAjaxComtroller.
CustomerAjaxControllerImpl() - Constructor for class com.elasticpath.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
CustomerAuthentication - Interface in com.elasticpath.domain.customer
Represents the customer Authentication.
CustomerAuthenticationDaoImpl - Class in com.elasticpath.persistence.impl
Default implementation of Acegi's UserDetailsService, to integrate with Acegi Security framework for authentication and authorization.
CustomerAuthenticationDaoImpl() - Constructor for class com.elasticpath.persistence.impl.CustomerAuthenticationDaoImpl
 
CustomerAuthenticationImpl - Class in com.elasticpath.domain.customer.impl
Represents inventory information about a ProductSku.
CustomerAuthenticationImpl() - Constructor for class com.elasticpath.domain.customer.impl.CustomerAuthenticationImpl
 
CustomerAuthorityGranterImpl - Class in com.elasticpath.service.auth.impl
CustomerAuthorityGranterImpl inspects a JAAS principal (namely a Customer) and returns the role names that should be granted to this principal from the Customer object.
CustomerAuthorityGranterImpl() - Constructor for class com.elasticpath.service.auth.impl.CustomerAuthorityGranterImpl
 
CustomerCreditCard - Interface in com.elasticpath.domain.customer
A CustomerCreditCard is a credit card stored by a store-front customer.
CustomerCreditCardImpl - Class in com.elasticpath.domain.customer.impl
The default implementation of Customer.
CustomerCreditCardImpl() - Constructor for class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
The default constructor.
CustomerDeleted - Interface in com.elasticpath.domain.customer
CustomerDeleted represents a deleted customer.
CustomerDeletedImpl - Class in com.elasticpath.domain.customer.impl
The default implementation of Customer.
CustomerDeletedImpl() - Constructor for class com.elasticpath.domain.customer.impl.CustomerDeletedImpl
Default constructor.
CustomerGroup - Interface in com.elasticpath.domain.customer
CustomerGroup represents a customer group.
CUSTOMERGROUP_FIND_BY_NAME - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve customerGroup by group name.
CUSTOMERGROUP_ID_KEY - Static variable in interface com.elasticpath.domain.rules.RuleParameter
CustomerGroup id.
CUSTOMERGROUP_SELECT_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all customerGroup.
CustomerGroupEligibilityImpl - Class in com.elasticpath.domain.rules.impl
Rule eligibility that requires a customer to be in a certain customer group.
CustomerGroupEligibilityImpl() - Constructor for class com.elasticpath.domain.rules.impl.CustomerGroupEligibilityImpl
 
CustomerGroupImpl - Class in com.elasticpath.domain.customer.impl
The default implementation of CustomerGroup.
CustomerGroupImpl() - Constructor for class com.elasticpath.domain.customer.impl.CustomerGroupImpl
 
CustomerGroupService - Interface in com.elasticpath.service.customer
Provide customerGroup-related business service.
CustomerGroupServiceImpl - Class in com.elasticpath.service.customer.impl
The default implementation of CustomerGroupService.
CustomerGroupServiceImpl() - Constructor for class com.elasticpath.service.customer.impl.CustomerGroupServiceImpl
 
CustomerImpl - Class in com.elasticpath.domain.customer.impl
The default implementation of Customer.
CustomerImpl() - Constructor for class com.elasticpath.domain.customer.impl.CustomerImpl
The default constructor.
CustomerIndexBuildServiceImpl - Class in com.elasticpath.service.index.impl
An implementation of IndexBuildService to create index for customer.
CustomerIndexBuildServiceImpl() - Constructor for class com.elasticpath.service.index.impl.CustomerIndexBuildServiceImpl
 
customerInGroup(ShoppingCart, long) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Checks if the customer is in the specified customer group.
customerInGroup(ShoppingCart, long) - Method in interface com.elasticpath.domain.rules.PromotionRuleDelegate
Checks if the customer is in the specified customer group.
CUSTOMERPROFILE - Static variable in interface com.elasticpath.domain.attribute.AttributeUsage
Customer Profile attribute usage id.
CustomerProfile - Interface in com.elasticpath.domain.customer
This interface represents a group of AttributeValue of Customer Profile type attribute.
CUSTOMERPROFILE_USAGE - Static variable in class com.elasticpath.domain.attribute.impl.AttributeUsageImpl
The customerprofile usage.
CustomerProfileImpl - Class in com.elasticpath.domain.customer.impl
This is a default implementation of CustomerProfile.
CustomerProfileImpl() - Constructor for class com.elasticpath.domain.customer.impl.CustomerProfileImpl
 
CustomerQueryComposerImpl - Class in com.elasticpath.service.index.impl
A query compose for customer search.
CustomerQueryComposerImpl() - Constructor for class com.elasticpath.service.index.impl.CustomerQueryComposerImpl
 
CustomerReportService - Interface in com.elasticpath.cmweb.reportservice
This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
CustomerReportServiceImpl - Class in com.elasticpath.cmweb.reportservice.impl
Service for order based reports.
CustomerReportServiceImpl() - Constructor for class com.elasticpath.cmweb.reportservice.impl.CustomerReportServiceImpl
 
CustomerRole - Interface in com.elasticpath.domain.customer
CustomerRole represents a customer's role.
CustomerRoleImpl - Class in com.elasticpath.domain.customer.impl
The default implementation of CustomerRole.
CustomerRoleImpl() - Constructor for class com.elasticpath.domain.customer.impl.CustomerRoleImpl
 
CustomerRoleType - Class in com.elasticpath.persistence.support.impl
This class defines a Hibernate customer value type CustomerRole.
CustomerRoleType() - Constructor for class com.elasticpath.persistence.support.impl.CustomerRoleType
 
CustomerSearchCriteria - Interface in com.elasticpath.domain.search
Represents criteria for advancec customer search.
CustomerSearchCriteriaImpl - Class in com.elasticpath.domain.search.impl
A criteria for advanced customer search.
CustomerSearchCriteriaImpl() - Constructor for class com.elasticpath.domain.search.impl.CustomerSearchCriteriaImpl
 
CustomerService - Interface in com.elasticpath.service.customer
Provide customer-related business service.
CustomerServiceImpl - Class in com.elasticpath.service.customer.impl
The default implementation of CustomerService.
CustomerServiceImpl() - Constructor for class com.elasticpath.service.customer.impl.CustomerServiceImpl
 
CustomerSession - Interface in com.elasticpath.domain.customer
A customer session keeps track of information about customers who may not be logged in (using cookies).
CustomerSessionFilter - Class in com.elasticpath.sfweb.filters
This filter manages customer session.
If a new customer send a request without customer session id, a new customer session will be created and stored.
CustomerSessionFilter() - Constructor for class com.elasticpath.sfweb.filters.CustomerSessionFilter
 
CustomerSessionImpl - Class in com.elasticpath.domain.customer.impl
The default implementation of CustomerSession.
CustomerSessionImpl() - Constructor for class com.elasticpath.domain.customer.impl.CustomerSessionImpl
 
CustomerSessionService - Interface in com.elasticpath.service.customer
Provide customer-session related business service.
CustomerSessionServiceImpl - Class in com.elasticpath.service.customer.impl
Service for retrieving and saving CustomerSessions.
CustomerSessionServiceImpl() - Constructor for class com.elasticpath.service.customer.impl.CustomerSessionServiceImpl
 
CyberSourcePaymentGatewayImpl - Class in com.elasticpath.domain.payment.impl
Implements a payment gateway for CyberSource.
CyberSourcePaymentGatewayImpl() - Constructor for class com.elasticpath.domain.payment.impl.CyberSourcePaymentGatewayImpl
 

A B C D E F G H I J K L M N O P Q R S T U V W