Uses of Class
com.elasticpath.service.impl.AbstractEpServiceImpl

Packages that use AbstractEpServiceImpl
com.elasticpath.cmweb.ajaxservice.impl   
com.elasticpath.cmweb.reportservice.impl   
com.elasticpath.service.asset.impl   
com.elasticpath.service.attribute.impl   
com.elasticpath.service.catalog.impl   
com.elasticpath.service.catalogview.impl   
com.elasticpath.service.cmuser.impl   
com.elasticpath.service.customer.impl   
com.elasticpath.service.dataimport.impl   
com.elasticpath.service.impl   
com.elasticpath.service.index.impl   
com.elasticpath.service.misc.impl   
com.elasticpath.service.order.impl   
com.elasticpath.service.rules.impl   
com.elasticpath.service.shipping.impl   
com.elasticpath.service.shoppingcart.impl   
com.elasticpath.service.tax.impl   
 

Uses of AbstractEpServiceImpl in com.elasticpath.cmweb.ajaxservice.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.cmweb.ajaxservice.impl
 class CatalogAjaxServiceImpl
          This service provides access to functionality and data (beans) for manipulating catalog objects on the Javascript client Catalog page.
 class CsrAjaxServiceImpl
          This page provides access to functionality and data required by the CSR (Customer Service Representative) tab of the Commerce Manager.
 class DashboardAjaxServiceImpl
          This service provides access to functionality and data (beans) for manipulating catalog objects on the Javascript client Dashboard page.
 class InventoryAjaxServiceImpl
          This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
 class OrderAjaxServiceImpl
          This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
 class SkuConfigurationServiceImpl
          Provides services relating to Sku Configuration for the Commerce Manager.
 

Uses of AbstractEpServiceImpl in com.elasticpath.cmweb.reportservice.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.cmweb.reportservice.impl
 class CustomerReportServiceImpl
          Service for order based reports.
 class OrderReportServiceImpl
          Service for order based reports.
 class ProductReportServiceImpl
          This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
 class PromotionReportServiceImpl
          Service for promotion based reports.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.asset.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.asset.impl
 class DigitalAssetAuditServiceImpl
          DigitalAssetServiceImpl.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.attribute.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.attribute.impl
 class AttributeServiceImpl
          Default implementation for AttributeService.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.catalog.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.catalog.impl
 class BrandServiceImpl
          This is the default implementation of BrandService.
 class CategoryServiceImpl
          The default implementation of CategoryService.
 class CategoryTypeServiceImpl
          Default implementation for AttributeService.
 class InventoryAuditServiceImpl
          Provides inventory auditing services.
 class InventoryServiceImpl
          Provides inventory-related services.
 class ProductAssociationServiceImpl
          Provides services for storing and retrieving ProductAssociations.
 class ProductCacheUpdateServiceImpl
          This service updates the product cache implemented by the RefreshableCachedProductRetrieveStrategy when changes to the products are made through the Commerce Manager.
 class ProductRecommendationServiceImpl
          Provides services for computing product recommendations.
 class ProductServiceImpl
          The default implementation of ProductService.
 class ProductSkuServiceImpl
          The default implementation of ProductSkuService.
 class ProductTypeServiceImpl
          Default implementation for AttributeService.
 class ProductXmlServiceImpl
          Represents a default implementation of ProductXmlService.
 class SkuOptionServiceImpl
          Default implementation for SkuOptionService.
 class TopSellerServiceImpl
          The default implementation of TopSellerService.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.catalogview.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.catalogview.impl
 class AbstractProductRetrieveStrategyImpl
          Provied an abstract implementation of ProductRetrieveStrategy.
 class BrowsingServiceImpl
          Represents a default implementation of BrowsingService.
 class FilterFactoryImpl
          Represet a default implementation of FilterFactory.
 class NoCachingProductRetrieveStrategyImpl
          Provied an implementation of ProductRetrieveStrategy with no caching ability.
 class ProductCacheLoaderImpl
          Loads products into the product cache.
 class ProductViewServiceImpl
          Represents a default implementation of SearchService.
 class RefreshableCachedProductRetrieveStrategyImpl
          Provides an implementation of ProductRetrieveStrategy with JBoss tree caching ability.
 class SearchServiceImpl
          Represents a default implementation of SearchService.
 class SfSearchLogServiceImpl
          A default implementation of SfSearchLogService.
 class SingleCachingProductRetrieveStrategyImpl
          Provides an implementation of ProductRetrieveStrategy with JBoss tree caching ability.
 class SorterFactoryImpl
          Represents a factory which will create sorters based on the given sorter Id.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.cmuser.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.cmuser.impl
 class CmUserServiceImpl
          The default implementation of CmUserService.
 class UserRoleServiceImpl
          Test UserRoleServiceImpl.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.customer.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.customer.impl
 class CustomerGroupServiceImpl
          The default implementation of CustomerGroupService.
 class CustomerServiceImpl
          The default implementation of CustomerService.
 class CustomerSessionServiceImpl
          Service for retrieving and saving CustomerSessions.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.dataimport.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.dataimport.impl
 class ImportGuidHelperImpl
          This helper service provides the ability to load various entity by the given guid.
 class ImportJobRunnerCategoryImpl
          An import runner to import categorys.
 class ImportJobRunnerCustomerImpl
          An import runner to import Customers.
 class ImportJobRunnerProductImpl
          An import runner to import products.
 class ImportJobRunnerProductSkuImpl
          An import runner to import products.
 class ImportServiceImpl
          A defautl implementation of ImportService.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.impl
 class AbstractEpPersistenceServiceImpl
          AbstractEpPersistenceServiceImpl is abstract implementation of the base interface for other services of the persistable domain models.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.index.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.index.impl
 class AbstractIndexBuildServiceImpl
          A skeleton implementation of IndexBuildService of the GoF template method pattern.
 class AbstractIndexServiceImpl
          A high level implementation of an Indexing Service.
 class AbstractSpellIndexServiceImpl
          An implementation of a typical spell index build algorithm.
 class CategoryIndexBuildServiceImpl
          An implementation of IndexBuildService to create index for category.
 class CustomerIndexBuildServiceImpl
          An implementation of IndexBuildService to create index for customer.
 class IndexSearchServiceImpl
          This is a mediator(see GoF mediator pattern), which distribute search request to appropriate concrete search service.
 class OrderIndexBuildServiceImpl
          An implementation of IndexBuildService to create index for order.
 class ProductIndexForCmUseBuildServiceImpl
          An implementation of IndexBuildService to create index for products for CM use.
 class ProductIndexForSfUseBuildServiceImpl
          An implementation of IndexBuildService to create index for products for SF use.
 class ProductSpellIndexForSfUseServiceImpl
          An implementation of SpellIndexService that will create a spell index from the product index.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.misc.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.misc.impl
 class DatabaseServerTimeServiceImpl
          Provides an implementation of TimeService to retrieve a timestamp from the database server.
 class EmailServiceImpl
          Provides image rendering service.
 class FileServiceImpl
          Provide file download and upload service.
 class ImageServiceImpl
          Provides image rendering service.
 class LazyLoadHelperImpl
          This is a default implementation of LazyLoadHelper.
 class PropertyServiceImpl
          This service provides domain objects relating to system properties.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.order.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.order.impl
 class OrderPaymentStatusFactoryImpl
          Represet a default implementation of OrderPaymentStatusFactory.
 class OrderReturnReasonFactoryImpl
          Represet a default implementation of OrderReturnReasonFactory.
 class OrderServiceImpl
          Provides storage and access to Order objects.
 class OrderShipmentStatusFactoryImpl
          Represet a default implementation of OrderShipmentStatusFactory.
 class OrderStatusFactoryImpl
          Represet a default implementation of OrderStatusFactory.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.rules.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.rules.impl
 class EpRuleEngineImpl
          Executes rules-engine rules on objects passed as parameters to this class.
 class RuleActionServiceImpl
          Provides rule action component related services.
 class RuleConditionServiceImpl
          Provides rule condition component related services.
 class RuleElementServiceImpl
          Provides rule condition component related services.
 class RuleParameterServiceImpl
          Provides rule parameter component related services.
 class RuleServiceImpl
          Provides Rule Engine related services.
 class RuleSetServiceImpl
          Provides Rule Engine related services.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.shipping.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.shipping.impl
 class ShippingRegionServiceImpl
          Provide shipping region-related business service.
 class ShippingServiceLevelServiceImpl
          Provide shipping service level-related business service.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.shoppingcart.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.shoppingcart.impl
 class AbstractCheckoutEventHandlerImpl
          Abstract implementation of a CheckoutEventHandler.
 class CheckoutServiceImpl
          Provides a service to execute a shopping cart checkout.
 class NullCheckoutEventHandlerImpl
          This implementation of CheckoutEventHandler does not perform any action as a result of a checkout event.
 class ShoppingCartServiceImpl
          Service for retrieving and saving Shopping Carts.
 class WishListServiceImpl
          Service for sending customer wishlists.
 

Uses of AbstractEpServiceImpl in com.elasticpath.service.tax.impl
 

Subclasses of AbstractEpServiceImpl in com.elasticpath.service.tax.impl
 class TaxCategoryServiceImpl
          The default implementation of the TaxCategoryService.
 class TaxCodeServiceImpl
          The default implementation of the TaxCodeService.
 class TaxJurisdictionServiceImpl
          The default implementation of TaxJurisdictionService.