Uses of Class
com.elasticpath.domain.impl.AbstractEpDomainImpl

Packages that use AbstractEpDomainImpl
com.elasticpath.domain.attribute.impl   
com.elasticpath.domain.catalog.impl   
com.elasticpath.domain.catalogview.browsing.impl   
com.elasticpath.domain.catalogview.impl   
com.elasticpath.domain.catalogview.search.impl   
com.elasticpath.domain.cmuser.impl   
com.elasticpath.domain.customer.impl   
com.elasticpath.domain.dataimport.impl   
com.elasticpath.domain.impl Tests for the default Elastic Path implementation of the Domain Model. 
com.elasticpath.domain.misc.impl   
com.elasticpath.domain.order.impl   
com.elasticpath.domain.payment.impl   
com.elasticpath.domain.rules.impl   
com.elasticpath.domain.search.impl   
com.elasticpath.domain.shipping.impl   
com.elasticpath.domain.shoppingcart.impl   
com.elasticpath.domain.skuconfiguration.impl   
com.elasticpath.domain.tax.impl   
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.attribute.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.attribute.impl
 class AbstractAttributeTypeImpl
          This is a template implementation of AttributeType.
 class AttributeGroupAttributeImpl
          This is a default implementation of AttributeGroupAttribute.
 class AttributeGroupImpl
          Represents a default implementation of AttributeGroup.
 class AttributeImpl
          Attribute reprents a customized property of an object like Category or Product.
 class AttributeUsageImpl
          A default implementation of a specification of AttributeUsage.
 class AttributeValueGroupImpl
          This is a default implementation of AttributeValueGroup.
 class AttributeValueImpl
          The default implementation of AttributeValue.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.catalog.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.catalog.impl
 class AbstractPriceImpl
          The abstact implementation of Price.
 class BrandImpl
          The default implementation of Product.
 class CategoryDeletedImpl
          The default implementation of Category.
 class CategoryImpl
          The default implementation of Category.
 class CategoryLoadTunerImpl
          Represents a tuner to control category load.
 class CategoryTypeImpl
          Represents a default implmentation of CategoryType.
 class CategoryTypeLoadTunerImpl
          Represents a tuner to control category type load.
 class DigitalAssetAuditImpl
          This is a default implementation of DigitalAssetAudit.
 class DigitalAssetImpl
          This is a default implementation of DigitalAsset.
 class InventoryAuditImpl
          Represents logging information about changes to Inventory.
 class InventoryImpl
          Represents inventory information about a ProductSku.
 class LocaleDependantFieldsImpl
          This is a default implementation of LocaleDependantFields.
 class PriceTierImpl
          PriceTier represents different price for different minimum quantity A Price should at least have a PriceTier When shopping a product, if quantity is provided, Price should get the nearest PriceTier with the minimum quantity equal or less than the given quantity.
 class ProductAssociationImpl
          Represents a link between two products for the purpose of displaying information about related products when viewing a particular product.
 class ProductCategoryImpl
          The default implementation of Product.
 class ProductDeletedImpl
          The default implementation of Product.
 class ProductImpl
          The default implementation of Product.
 class ProductLoadTunerImpl
          Represents a tuner to control product load.
 class ProductPriceImpl
          A Product Price class.
 class ProductSkuImpl
          ProductSku represents a variation of a merchandise product in Elastic Path.
 class ProductSkuLoadTunerImpl
          Represents a tuner to control productsku load.
 class ProductSkuSpecImpl
          A default implementation of a specification of ProductSku.
 class ProductTypeImpl
          Represents the type of a Product, which determines the set of attributes that it has.
 class ProductTypeLoadTunerImpl
          Represents a tuner to control product type load.
 class SkuPriceImpl
          A Sku Price class.
 class TopSellerImpl
          This is a default implementation of TopSeller.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.catalogview.browsing.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.catalogview.browsing.impl
 class BrowsingFilterOptionImpl
          This is the default implementation of BrowsingFilterOption.
 class BrowsingRequestImpl
          Represents a default implementation of SearchRequest.
 class BrowsingResultImpl
          Represents a default implementation of BrowsingResult.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.catalogview.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.catalogview.impl
 class AbstractCatalogViewRequestImpl
          This is an abstract implementation of CatalogViewRequest.
 class AbstractCatalogViewResultImpl
          This is an abstract implementation of CatalogViewResult.
 class AbstractFilterImpl
          The abstract implement of the filter.
 class AbstractProductAdaptorForFilterImpl
          This is a default implementation of ProductAdaptorForPriceFilter.
 class AbstractRangeFilterImpl
          The abstract range filter implement.
 class AttributeRangeFilterImpl
          The attribute filter with a range defined.
 class AttributeValueFilterImpl
          The implementation of AttributeFilter.
 class BrandFilterImpl
          This class is a filter implementation on the products' brands.
 class CatalogViewResultHistoryImpl
          The default implementation of CatalogViewResultHistory.
 class CategoryFilterImpl
          Represents a filter on category.
 class FeaturedProductSorterImpl
          The default implementation of PriceSorter.
 class FilterDisplayInfoImpl
          The object which contains the display infor for the range filter.
 class FilterOptionImpl
          This is the default implementation of FilterOption.
 class PriceFilterImpl
          This class is a filter implementation on the product price.
 class PriceSorterImpl
          The default implementation of PriceSorter.
 class ProductAdaptorForAttributeRangeFilterImpl
          This is a default implementation of ProductAdaptorForAttributeFilter.
 class ProductAdaptorForPriceFilterImpl
          This is a default implementation of ProductAdaptorForPriceFilter.
 class ProductNameSorterImpl
          The default implementation of ProductNameSorter.
 class TopSellerSorterImpl
          The default implementation of PriceSorter.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.catalogview.search.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.catalogview.search.impl
 class SearchRequestImpl
          Represents a default implementation of SearchRequest.
 class SearchResultImpl
          Represents a default implementation of SearchResult.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.cmuser.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.cmuser.impl
 class CmUserImpl
          The default implementation of CmUser.
 class CmUserSessionImpl
          The default implementation of CmUserSession.
 class UserPermissionImpl
          The default implementation of UserPermission.
 class UserRoleImpl
          The default implementation of UserRole.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.customer.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.customer.impl
 class AbstractAddressImpl
          Implementation of a street address.
 class CustomerAddressImpl
          A Customer's address.
 class CustomerAuthenticationImpl
          Represents inventory information about a ProductSku.
 class CustomerCreditCardImpl
          The default implementation of Customer.
 class CustomerDeletedImpl
          The default implementation of Customer.
 class CustomerGroupImpl
          The default implementation of CustomerGroup.
 class CustomerImpl
          The default implementation of Customer.
 class CustomerProfileImpl
          This is a default implementation of CustomerProfile.
 class CustomerRoleImpl
          The default implementation of CustomerRole.
 class CustomerSessionImpl
          The default implementation of CustomerSession.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.dataimport.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.dataimport.impl
 class AbstractImportDataTypeImpl
          Represents a template ImportDataType.
 class AbstractImportFieldImpl
          Represents a template ImportField.
 class AbstractImportTypeImpl
          AbstractImportTypeImpl represents an import type.
 class ImportBadRowImpl
          Represents an import bad row.
 class ImportDataTypeCategoryImpl
          Defines fields and necessary information to import Category.
 class ImportDataTypeCustomerAddressImpl
          Defines fields and necessary information to import Customer.
 class ImportDataTypeCustomerImpl
          Defines fields and necessary information to import Customer.
 class ImportDataTypeProductAssociationImpl
          Defines fields and necessary information to import ProductAssociation.
 class ImportDataTypeProductCategoryAssociationImpl
          Defines fields and necessary information to import ProductCategory.
 class ImportDataTypeProductImpl
          Defines fields and necessary information to import Product.
 class ImportDataTypeProductPriceImpl
          Defines fields and necessary information to import ProductPrice.
 class ImportDataTypeProductSkuImpl
          Defines fields and necessary information to import ProductSku.
 class ImportDataTypeProductSkuPriceImpl
          Defines fields and necessary information to import SkuPrice.
 class ImportFaultImpl
          Represents a default implementation of ImportFault.
 class ImportJobImpl
          A default implementation of ImportJob.
 class ImportRunningJobImpl
          Represents a running import job.
 class PriceTierAdaptorImpl
          Represetns a default implementation of the PriceTierAdaptor.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.impl
 class AbstractEntityImpl
          The default implementation of Entity.
 class AbstractPersistenceImpl
          The default implementation of Persistence.
 class AbstractTransientImpl
          Abstract implementation of a transient object.
 class AbstractValueObjectImpl
          Abstract implementation of a value domain object.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.misc.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.misc.impl
 class GeographyImpl
          Represents a set of countries and provides geography-related functionality such as finding the subcountries of a particular country.
 class ImageRenderRequestImpl
          A default implemenation of ImageRenderRequest.
 class ImageRenderResponseImpl
          Represents a response to render a image.
 class LocalizedPropertiesImpl
          Represents a default implementation of LocalizedProperties.
 class MoneyImpl
          Represents an amount of money in a particular currency.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.order.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.order.impl
 class AdvancedOrderSearchCriteriaImpl
          The default implementation of OrderSearchCriteria.
 class OrderAddressImpl
          Address that is stored as part of a completed order.
 class OrderImpl
          The default implementation of Order.
 class OrderNoteImpl
          Represents order note added to an order.
 class OrderNumberGeneratorImpl
          This is used to track the next available order number.
 class OrderPaymentImpl
          Represents customer payment information.
 class OrderReturnImpl
          OrderReturn represents a customer's order return.
 class OrderReturnSkuImpl
          The default implementation of OrderReturnSku.
 class OrderShipmentImpl
          OrderShipment represents a customer's order shipment.
 class OrderSkuImpl
          Represents an order for a quantity of SKUs.
 class OrderTaxValueImpl
          Represents order tax information.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.payment.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.payment.impl
 class AbstractCreditCardPaymentGatewayImpl
          Abstract credit card payment processing gateway.
 class AbstractPaymentGatewayImpl
          Abstract payment processing gateway.
 class AuthorizeNetPaymentGatewayImpl
          Implements a payment gateway for Authorize.Net.
 class CyberSourcePaymentGatewayImpl
          Implements a payment gateway for CyberSource.
 class NullPaymentGatewayImpl
          Implements a payment gateway for testing and demonstration purposes that always authorizes all payments.
 class PayflowProPaymentGatewayImpl
          Implements a payment gateway for Verisign/paypal's PayflowPro.
 class PaypalExpressPaymentGatewayImpl
          The default implementation of PaypalExpressPaymentService.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.rules.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.rules.impl
 class AbstractRuleActionImpl
          Abstract base class for Rule Actions.
 class AbstractRuleElementImpl
          Abstract class with behaviour common to all rule elements.
 class AbstractRuleExceptionImpl
          Abstract class with behaviour common to all rule elements.
 class AbstractRuleImpl
          Represents a rule that can be applied by the rules engine.
 class AppliedRuleImpl
          Represents a rule that has been applied to an order.
 class BrandConditionImpl
          Rule condition that checks the brand of a product.
 class CartCategoryAmountDiscountActionImpl
          Rule action that discounts all products in a given category by a given amount.
 class CartCategoryPercentDiscountActionImpl
          Rule action that discounts all products in a given category by a given percentage.
 class CartContainsItemsOfCategoryConditionImpl
          Rule condition that requires a N items of a given category to be in the cart.
 class CartCurrencyConditionImpl
          Rule condition that requires a the currency set in the customer's cart to be a particular value.
 class CartNFreeSkusActionImpl
          Rule action that gives N free skus of a given product SKU (Puts them in the cart with 0 price).
 class CartNthProductPercentDiscountActionImpl
          Rule action that discounts the Nth product with a given UID by the given percentage.
 class CartProductAmountDiscountActionImpl
          Rule action that discounts N products with a given UID by the given amount.
 class CartProductPercentDiscountActionImpl
          Rule action that discounts N products with a given UID by the given percentage.
 class CartSkuAmountDiscountActionImpl
          Rule action that discounts N products with a given UID by the given amount.
 class CartSkuPercentDiscountActionImpl
          Rule action that discounts N products with a given UID by the given amount.
 class CartSubtotalAmountDiscountActionImpl
          Rule action that discounts a product by a given amount.
 class CartSubtotalConditionImpl
          Rule condition that requires the cart subtotal to be over a specified value.
 class CartSubtotalDiscountActionImpl
          Rule action that discounts a product by a given amount.
 class CartSubtotalPercentDiscountActionImpl
          Rule action that discounts a product by a given percent.
 class CatalogSkuAmountDiscountActionImpl
          Rule action that discounts a sku by a given amount.
 class CatalogSkuPercentDiscountActionImpl
          Rule action that discounts a sku by a given amount.
 class CategoryExceptionImpl
          Rule exception that excludes a category to be qualified for a rule condition or a rule action.
 class CustomerGroupEligibilityImpl
          Rule eligibility that requires a customer to be in a certain customer group.
 class EveryoneEligibilityImpl
          Dummy rule eligibility that always evaluate to be true.
 class ExistingCustomerEligibilityImpl
          Rule eligibility that requires a customer already has an account in the system.
 class FirstTimeBuyerEligibilityImpl
          Rule eligibility that includes customers who are using an email address that has not been used before in an existing order.
 class ProductAmountDiscountActionImpl
          Rule action that discounts a product by a given amount.
 class ProductCategoryConditionImpl
          Rule condition that requires a product to be in a particular category.
 class ProductConditionImpl
          Rule condition that identifies a product in a catalog promotion rule.
 class ProductExceptionImpl
          Rule exception that excludes a product to be qualified for a rule condition or a rule action.
 class ProductInCartConditionImpl
          Rule condition that requires N items of a particular product to be in the shopping cart.
 class ProductPercentDiscountActionImpl
          Rule action that discounts a product by a given amount.
 class PromotionRuleDelegateImpl
          This interface provides helper methods that can be invoked from Drools code to make queries on the system.
 class PromotionRuleExceptionsImpl
          This class holds exceptions to a rule, i.e.
 class PromotionRuleImpl
          Represents a rules engine rule that involves product promotions.
 class RuleParameterImpl
          Represents a parameter of a rule condition, such as the category that a product must belong to to qualify for a promotion.
 class RuleSetImpl
          Represents a set of rules.
 class ShippingAmountDiscountActionImpl
          Rule action that discounts shipping cost by a given amount.
 class ShippingPercentDiscountActionImpl
          Rule action that discounts shipping cost by a given percentage.
 class SkuExceptionImpl
          Rule exception that excludes a product sku to be qualified for a rule condition or a rule action.
 class SkuInCartConditionImpl
          Rule condition that requires a particular SKU to be in the shopping cart.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.search.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.search.impl
 class AbstractSearchCriteriaImpl
          An abstract implementation of SearchCriteria.
 class CategorySearchCriteriaImpl
          A criteria for advanced category search.
 class CustomerSearchCriteriaImpl
          A criteria for advanced customer search.
 class OrderSearchCriteriaImpl
          A criteria for advanced order search.
 class ProductSearchCriteriaImpl
          A criteria for advanced product search.
 class SfSearchLogImpl
          The default implementation of SfSearchLog.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.shipping.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.shipping.impl
 class AbstractShippingCostCalculationMethodImpl
          A shippingCostCalculationMethod represents a method to be used for shipping cost calculation.
 class CostPerUnitWeightMethodImpl
          Shipping cost calculation method that calculates the shipping cost as unit price * order weight.
 class FixedBaseAndCostPerUnitWeightMethodImpl
          Shipping cost calculation method that calculates the shipping cost as fixBase + % of order total.
 class FixedBaseAndOrderTotalPercentageMethodImpl
          Shipping cost calculation method that calculates the shipping cost as fixBase + % of order total.
 class FixedPriceMethodImpl
          Shipping cost calculation method that calculates the shipping cost as fixBase + % of order total.
 class OrderTotalPercentageMethodImpl
          Shipping cost calculation method that calculates the shipping cost as % of order total.
 class RegionImpl
          A Region represents a geography definition of an area.
 class ShippingCostCalculationParameterImpl
          Represents a parameter of a shipping cost calculation method, such as the dollar value of the fix base shipping cost.
 class ShippingRegionImpl
          A ShippingRegion represents a region that will be associated with one or more shipping services.
 class ShippingServiceLevelImpl
          A ShippingRegion represents a region that will be associated with one or more shipping services.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.shoppingcart.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.shoppingcart.impl
 class AbstractCartItemImpl
          A CartItem represents a quantity of SKUs in a shopping cart, saved cart, wish list, etc.
 class ShoppingCartImpl
          The default implementation of ShoppingCart.
 class ShoppingCartItemImpl
          A ShoppingCartItem represents a quantity of SKUs in a shopping cart.
 class ViewHistoryImpl
          This class represents a collection of products viewed by a user.
 class ViewHistoryProductImpl
          This represents a product recently viewed by the user.
 class WishListItemImpl
          A WishListItem represents a quantity of SKUs in a shopping cart.
 class WishListMessageImpl
          The default implementation of ForgottenPasswordFormBean.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.skuconfiguration.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.skuconfiguration.impl
 class SkuOptionImpl
          Represents a SKU option that can be configured.
 class SkuOptionValueImpl
          Represents an available option value for a SKU option.
 

Uses of AbstractEpDomainImpl in com.elasticpath.domain.tax.impl
 

Subclasses of AbstractEpDomainImpl in com.elasticpath.domain.tax.impl
 class TaxCategoryImpl
          The default implementation of TaxCategory.
 class TaxCodeImpl
          The default implementation of SalesTaxCode.
 class TaxJurisdictionCategoryXImpl
          The default implementation of TaxJurisdictionCategoryXImpl.
 class TaxJurisdictionImpl
          A TaxJurisdiction represents a geographic area that has it's own distinct set of TaxCategorys and TaxValues ie a Country, a State, a City, a Municipal, or a County.