Uses of Interface
com.elasticpath.service.EpPersistenceService

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

Uses of EpPersistenceService in com.elasticpath.service.asset
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.asset
 interface DigitalAssetAuditService
          Provide digitalAssetAudit-related business service.
 

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

Classes in com.elasticpath.service.asset.impl that implement EpPersistenceService
 class DigitalAssetAuditServiceImpl
          DigitalAssetServiceImpl.
 

Uses of EpPersistenceService in com.elasticpath.service.attribute
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.attribute
 interface AttributeService
          Provide attribute related business service.
 

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

Classes in com.elasticpath.service.attribute.impl that implement EpPersistenceService
 class AttributeServiceImpl
          Default implementation for AttributeService.
 

Uses of EpPersistenceService in com.elasticpath.service.catalog
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.catalog
 interface BrandService
          Provides brand-related business services.
 interface CategoryService
          Provide category-related business service.
 interface CategoryTypeService
          Provide attribute related business service.
 interface InventoryAuditService
          Provides inventory auditing services.
 interface InventoryService
          Provides inventory-related services.
 interface ProductAssociationService
          Provides services for storing and retrieving ProductAssociations.
 interface ProductRecommendationService
          Provides services for computing product recommendations.
 interface ProductService
          Provides product-related business services.
 interface ProductSkuService
          Provides productSku-related business services.
 interface ProductTypeService
          Provide attribute related business service.
 interface SkuOptionService
          Provide sku option related business service.
 interface TopSellerService
          Provides services to process top seller related information.
 

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

Classes in com.elasticpath.service.catalog.impl that implement EpPersistenceService
 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 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 SkuOptionServiceImpl
          Default implementation for SkuOptionService.
 class TopSellerServiceImpl
          The default implementation of TopSellerService.
 

Uses of EpPersistenceService in com.elasticpath.service.catalogview
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.catalogview
 interface BrowsingService
          Provide catalog browsing service.
 interface SfSearchLogService
          A description of an interface that persists and retrieves SfSearchLog objects.
 

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

Classes in com.elasticpath.service.catalogview.impl that implement EpPersistenceService
 class BrowsingServiceImpl
          Represents a default implementation of BrowsingService.
 class SfSearchLogServiceImpl
          A default implementation of SfSearchLogService.
 

Uses of EpPersistenceService in com.elasticpath.service.cmuser
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.cmuser
 interface CmUserService
          Provide cmuser-related business service.
 interface UserRoleService
          Provide userRole-related business service.
 

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

Classes in com.elasticpath.service.cmuser.impl that implement EpPersistenceService
 class CmUserServiceImpl
          The default implementation of CmUserService.
 class UserRoleServiceImpl
          Test UserRoleServiceImpl.
 

Uses of EpPersistenceService in com.elasticpath.service.customer
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.customer
 interface CustomerGroupService
          Provide customerGroup-related business service.
 interface CustomerService
          Provide customer-related business service.
 interface CustomerSessionService
          Provide customer-session related business service.
 

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

Classes in com.elasticpath.service.customer.impl that implement EpPersistenceService
 class CustomerGroupServiceImpl
          The default implementation of CustomerGroupService.
 class CustomerServiceImpl
          The default implementation of CustomerService.
 class CustomerSessionServiceImpl
          Service for retrieving and saving CustomerSessions.
 

Uses of EpPersistenceService in com.elasticpath.service.dataimport
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.dataimport
 interface ImportGuidHelper
          This helper service provides the ability to load various entity by th given guid.
 interface ImportJobRunner
          Represents an import job runner.
 interface ImportService
          Provide services of the import manager.
 

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

Classes in com.elasticpath.service.dataimport.impl that implement EpPersistenceService
 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 EpPersistenceService in com.elasticpath.service.impl
 

Classes in com.elasticpath.service.impl that implement EpPersistenceService
 class AbstractEpPersistenceServiceImpl
          AbstractEpPersistenceServiceImpl is abstract implementation of the base interface for other services of the persistable domain models.
 

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

Classes in com.elasticpath.service.index.impl that implement EpPersistenceService
 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 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 EpPersistenceService in com.elasticpath.service.misc
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.misc
 interface LazyLoadHelper
          Represents a helper which can load DOs in a fine controlled way.
 interface TimeService
          Provides time service.
 

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

Classes in com.elasticpath.service.misc.impl that implement EpPersistenceService
 class DatabaseServerTimeServiceImpl
          Provides an implementation of TimeService to retrieve a timestamp from the database server.
 class LazyLoadHelperImpl
          This is a default implementation of LazyLoadHelper.
 

Uses of EpPersistenceService in com.elasticpath.service.order
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.order
 interface OrderService
          Provides storage and access to Order objects.
 

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

Classes in com.elasticpath.service.order.impl that implement EpPersistenceService
 class OrderServiceImpl
          Provides storage and access to Order objects.
 

Uses of EpPersistenceService in com.elasticpath.service.rules
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.rules
 interface RuleActionService
          Provides rule action component related services.
 interface RuleConditionService
          Provides rule condition component related services.
 interface RuleElementService
          Provides rule element (eligibility, condition and action) related services.
 interface RuleParameterService
          Provides rule parameter related services.
 interface RuleService
          Provides rule engine-related services for each rule.
 interface RuleSetService
          Provides rule engine-related services.
 

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

Classes in com.elasticpath.service.rules.impl that implement EpPersistenceService
 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 EpPersistenceService in com.elasticpath.service.shipping
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.shipping
 interface ShippingRegionService
          Provide shipping service level-related business service.
 interface ShippingServiceLevelService
          Provide ShippingServiceLevel-related business service.
 

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

Classes in com.elasticpath.service.shipping.impl that implement EpPersistenceService
 class ShippingRegionServiceImpl
          Provide shipping region-related business service.
 class ShippingServiceLevelServiceImpl
          Provide shipping service level-related business service.
 

Uses of EpPersistenceService in com.elasticpath.service.shoppingcart
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.shoppingcart
 interface ShoppingCartService
          Provide customer-session related business service.
 

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

Classes in com.elasticpath.service.shoppingcart.impl that implement EpPersistenceService
 class ShoppingCartServiceImpl
          Service for retrieving and saving Shopping Carts.
 

Uses of EpPersistenceService in com.elasticpath.service.tax
 

Subinterfaces of EpPersistenceService in com.elasticpath.service.tax
 interface TaxCategoryService
          Provide TaxCategory-related business service.
 interface TaxCodeService
          Provide TaxCode-related business service.
 interface TaxJurisdictionService
          Provide TaxJurisdiction-related business service.
 

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

Classes in com.elasticpath.service.tax.impl that implement EpPersistenceService
 class TaxCategoryServiceImpl
          The default implementation of the TaxCategoryService.
 class TaxCodeServiceImpl
          The default implementation of the TaxCodeService.
 class TaxJurisdictionServiceImpl
          The default implementation of TaxJurisdictionService.