Uses of Interface
com.elasticpath.service.EpService

Packages that use EpService
com.elasticpath.cmweb.ajaxservice   
com.elasticpath.cmweb.ajaxservice.impl   
com.elasticpath.cmweb.reportservice   
com.elasticpath.cmweb.reportservice.impl   
com.elasticpath.service   
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   
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 EpService in com.elasticpath.cmweb.ajaxservice
 

Subinterfaces of EpService in com.elasticpath.cmweb.ajaxservice
 interface CatalogAjaxService
          This service provides access to functionality and data (beans) for manipulating catalog objects on the Javascript client Catalog page.
 interface CsrAjaxService
          This page provides access to functionality and data required by the CSR (Customer Service Representative) tab of the Commerce Manager.
 interface DashboardAjaxService
          This service provides access to functionality and data (beans) for manipulating catalog objects on the Javascript client Dashboard (Home) page.
 interface InventoryAjaxService
          This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
 interface OrderAjaxService
          This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
 interface SkuConfigurationService
          Provides services relating to Sku Configuration for the Commerce Manager.
 

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

Classes in com.elasticpath.cmweb.ajaxservice.impl that implement EpService
 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 EpService in com.elasticpath.cmweb.reportservice
 

Subinterfaces of EpService in com.elasticpath.cmweb.reportservice
 interface BirtReportService
          This service provides access to the birt reporting engine.
 interface CustomerReportService
          This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
 interface OrderReportService
          This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
 interface ProductReportService
          This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
 interface PromotionReportService
          This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
 

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

Classes in com.elasticpath.cmweb.reportservice.impl that implement EpService
 class BirtReportServiceImpl
          This service provides access to the birt reporting engine.
 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 EpService in com.elasticpath.service
 

Subinterfaces of EpService in com.elasticpath.service
 interface EpEnumFactoryService
          EpEnumFactoryService serves as the base interface for all enum factory service.
 interface EpPersistenceService
          EpPersistenceService serves as the base interface for all services manipulating persistable domain models.
 

Uses of EpService in com.elasticpath.service.asset
 

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

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

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

Uses of EpService in com.elasticpath.service.attribute
 

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

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

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

Uses of EpService in com.elasticpath.service.catalog
 

Subinterfaces of EpService 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 ProductCacheUpdateService
          This service updates the product cache implemented by the SingleCachingProductRetrievalStrategy when changes to the products are made through the Commerce Manager.
 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 EpService in com.elasticpath.service.catalog.impl
 

Classes in com.elasticpath.service.catalog.impl that implement EpService
 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 EpService in com.elasticpath.service.catalogview
 

Subinterfaces of EpService in com.elasticpath.service.catalogview
 interface BrowsingService
          Provide catalog browsing service.
 interface FilterFactory
          Represents a factory which will create Filters based on the given filter Id.
 interface ProductCacheLoader
          Loads products into the product cache.
 interface ProductRetrieveStrategy
          Provide an interface of the strategy to retrieve a list of products.
 interface RefreshableCachedProductRetrieveStrategy
          Implemented by classes that provide a product retrieval strategy that is cached and supports refreshing the cache from disk.
 interface SearchService
          Provide searching service.
 interface SfSearchLogService
          A description of an interface that persists and retrieves SfSearchLog objects.
 interface SorterFactory
          Represents a factory which will create sorters based on the given sorter Id.
 

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

Classes in com.elasticpath.service.catalogview.impl that implement EpService
 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 EpService in com.elasticpath.service.cmuser
 

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

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

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

Uses of EpService in com.elasticpath.service.customer
 

Subinterfaces of EpService 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 EpService in com.elasticpath.service.customer.impl
 

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

Uses of EpService in com.elasticpath.service.dataimport
 

Subinterfaces of EpService 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 EpService in com.elasticpath.service.dataimport.impl
 

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

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

Uses of EpService in com.elasticpath.service.index
 

Subinterfaces of EpService in com.elasticpath.service.index
 interface IndexSearchService
          Provides services to search index.
 

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

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

Subinterfaces of EpService in com.elasticpath.service.misc
 interface EmailService
          Provides image rendering service.
 interface FileService
          Provides file download and upload service.
 interface ImageService
          Provides image rendering service.
 interface LazyLoadHelper
          Represents a helper which can load DOs in a fine controlled way.
 interface PropertyService
          This service provides access to domain objects containing property (file) information, such as country information.
 interface TimeService
          Provides time service.
 

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

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

Subinterfaces of EpService in com.elasticpath.service.order
 interface OrderPaymentStatusFactory
          The factory for enum type OrderPaymentStatus object handling.
 interface OrderReturnReasonFactory
          The factory for enum type OrderReturnReason object handling.
 interface OrderService
          Provides storage and access to Order objects.
 interface OrderShipmentStatusFactory
          The factory for enum type OrderShipmentStatus object handling.
 interface OrderStatusFactory
          The factory for enum type OrderStatus object handling.
 

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

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

Subinterfaces of EpService in com.elasticpath.service.rules
 interface EpRuleEngine
          Executes rules-engine rules on objects passed as parameters to this class.
 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 EpService in com.elasticpath.service.rules.impl
 

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

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

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

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

Uses of EpService in com.elasticpath.service.shoppingcart
 

Subinterfaces of EpService in com.elasticpath.service.shoppingcart
 interface CheckoutEventHandler
          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.
 interface CheckoutService
          Provides checkout-related services.
 interface ShoppingCartService
          Provide customer-session related business service.
 interface WishListService
          Provide wish list related business service.
 

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

Classes in com.elasticpath.service.shoppingcart.impl that implement EpService
 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 EpService in com.elasticpath.service.tax
 

Subinterfaces of EpService 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 EpService in com.elasticpath.service.tax.impl
 

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