Uses of Interface
com.elasticpath.domain.Transient

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

Uses of Transient in com.elasticpath.domain.catalog
 

Subinterfaces of Transient in com.elasticpath.domain.catalog
 interface CategoryLoadTuner
          Represents a tuner to control category load.
 interface CategoryTypeLoadTuner
          Represents a tuner to control category type load.
 interface ProductLoadTuner
          Represents a tuner to control product load.
 interface ProductSkuLoadTuner
          Represents a tuner to control productsku load.
 interface ProductTypeLoadTuner
          Represents a tuner to control product type load.
 

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

Classes in com.elasticpath.domain.catalog.impl that implement Transient
 class CategoryLoadTunerImpl
          Represents a tuner to control category load.
 class CategoryTypeLoadTunerImpl
          Represents a tuner to control category type load.
 class ProductLoadTunerImpl
          Represents a tuner to control product load.
 class ProductSkuLoadTunerImpl
          Represents a tuner to control productsku load.
 class ProductTypeLoadTunerImpl
          Represents a tuner to control product type load.
 

Uses of Transient in com.elasticpath.domain.catalogview
 

Subinterfaces of Transient in com.elasticpath.domain.catalogview
 interface AttributeFilter
          The AttributeFilter represents the filter on a specified attribute.
 interface AttributeRangeFilter
          The AttributeRangeFilter represents the attribute filter with a range predefined.
 interface AttributeValueFilter
          The AttributeFilter represents the filter on a specified attribute.
 interface BrandFilter
          Represents a filter on product brand.
 interface CatalogViewRequest
          Represents a search request.
 interface CatalogViewResult
          Represents a catalog view result.
 interface CatalogViewResultHistory
          Represents a list of catalog view results that a user has performed.
 interface Filter
          Represents a filter in a CatalogViewRequest.
 interface FilterDisplayInfo
          The object contains the localized display info for the range filter.
 interface FilterOption
          Represents a filter option in a CatalogViewResult.
 interface PriceFilter
          Represents a filter on product price.
 interface ProductAdaptorForAttributeRangeFilter
          Represents an adaptor of a Product to a LeafNode, which can be put under AttributeFilter.
 interface ProductAdaptorForFilter
          Represents an adaptor of a Product to a LeafNode, which can be put under Filter.
 interface ProductAdaptorForPriceFilter
          Represents an adaptor of a Product to a LeafNode, which can be put under PriceFilter.
 interface RangeFilter
          This defines the filter which has a range value.
 interface Sorter
          Represents a sorter.
 

Uses of Transient in com.elasticpath.domain.catalogview.browsing
 

Subinterfaces of Transient in com.elasticpath.domain.catalogview.browsing
 interface BrowsingFilterOption
          Represents a filter option in a BrowsingResult.
 interface BrowsingRequest
          Represents a catalog browsing request.
 interface BrowsingResult
          Represents a catalog browsing result.
 

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

Classes in com.elasticpath.domain.catalogview.browsing.impl that implement Transient
 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 Transient in com.elasticpath.domain.catalogview.impl
 

Classes in com.elasticpath.domain.catalogview.impl that implement Transient
 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 Transient in com.elasticpath.domain.catalogview.search
 

Subinterfaces of Transient in com.elasticpath.domain.catalogview.search
 interface SearchRequest
          Represents a search request.
 interface SearchResult
          Represents a search result.
 

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

Classes in com.elasticpath.domain.catalogview.search.impl that implement Transient
 class SearchRequestImpl
          Represents a default implementation of SearchRequest.
 class SearchResultImpl
          Represents a default implementation of SearchResult.
 

Uses of Transient in com.elasticpath.domain.cmuser
 

Subinterfaces of Transient in com.elasticpath.domain.cmuser
 interface CmUserSession
          CmUserSession represents a user session in commerce manager.
 

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

Classes in com.elasticpath.domain.cmuser.impl that implement Transient
 class CmUserSessionImpl
          The default implementation of CmUserSession.
 

Uses of Transient in com.elasticpath.domain.dataimport
 

Subinterfaces of Transient in com.elasticpath.domain.dataimport
 interface ImportBadRow
          Represents an import bad row.
 interface ImportDataType
          Represents an import data type.
 interface ImportFault
          Represents an import fault.
 interface ImportField
          Represents an import field.
 interface ImportRunningJob
          Represents a running import job.
 interface ImportType
          Represents a import type.
 

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

Classes in com.elasticpath.domain.dataimport.impl that implement Transient
 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 ImportRunningJobImpl
          Represents a running import job.
 

Uses of Transient in com.elasticpath.domain.impl
 

Classes in com.elasticpath.domain.impl that implement Transient
 class AbstractTransientImpl
          Abstract implementation of a transient object.
 

Uses of Transient in com.elasticpath.domain.misc
 

Subinterfaces of Transient in com.elasticpath.domain.misc
 interface Geography
          Represents a set of countries and provides geography-related functionality such as finding the subcountries of a particular country.
 interface ImageRenderRequest
          Represents a request to render a image.
 interface ImageRenderResponse
          Represents a response to render a image.
 interface Money
          Represents an amount of money in a particular currency.
 

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

Classes in com.elasticpath.domain.misc.impl that implement Transient
 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 MoneyImpl
          Represents an amount of money in a particular currency.
 

Uses of Transient in com.elasticpath.domain.order
 

Subinterfaces of Transient in com.elasticpath.domain.order
 interface OrderTaxValue
          Represents order tax information.
 

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

Classes in com.elasticpath.domain.order.impl that implement Transient
 class AdvancedOrderSearchCriteriaImpl
          The default implementation of OrderSearchCriteria.
 class OrderTaxValueImpl
          Represents order tax information.
 

Uses of Transient in com.elasticpath.domain.payment
 

Subinterfaces of Transient in com.elasticpath.domain.payment
 interface CreditCardPaymentGateway
          Represents a credit card payment processing gateway such as Verisign or Cybersource.
 interface PaymentGateway
          Represents a payment processing gateway such as Verisign or Cybersource.
 interface PayPalExpressPaymentGateway
          Provides services for integrating with PayPal Express Payment.
 

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

Classes in com.elasticpath.domain.payment.impl that implement Transient
 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 Transient in com.elasticpath.domain.search
 

Subinterfaces of Transient in com.elasticpath.domain.search
 interface CategorySearchCriteria
          Represents criteria for advancec category search.
 interface CustomerSearchCriteria
          Represents criteria for advancec customer search.
 interface OrderSearchCriteria
          Represents criteria for advancec order search.
 interface ProductSearchCriteria
          Represents criteria for advancec product search.
 interface SearchCriteria
          Represents an abstract search criteria.
 

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

Classes in com.elasticpath.domain.search.impl that implement Transient
 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.
 

Uses of Transient in com.elasticpath.domain.shipping
 

Subinterfaces of Transient in com.elasticpath.domain.shipping
 interface Region
          A Region represents a geography definition of an area.
 

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

Classes in com.elasticpath.domain.shipping.impl that implement Transient
 class RegionImpl
          A Region represents a geography definition of an area.
 

Uses of Transient in com.elasticpath.domain.shoppingcart
 

Subinterfaces of Transient in com.elasticpath.domain.shoppingcart
 interface ViewHistory
          This class represents a collection of products viewed by a user.
 interface ViewHistoryProduct
          This class represents a product recently viewed by a user.
 interface WishListMessage
          This bean represents forgotten password form.
 

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

Classes in com.elasticpath.domain.shoppingcart.impl that implement Transient
 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 WishListMessageImpl
          The default implementation of ForgottenPasswordFormBean.