com.elasticpath.service
Interface EpService

All Known Subinterfaces:
AttributeService, BirtReportService, BrandService, BrowsingService, CatalogAjaxService, CategoryService, CategoryTypeService, CheckoutEventHandler, CheckoutService, CmUserService, CsrAjaxService, CustomerGroupService, CustomerReportService, CustomerService, CustomerSessionService, DashboardAjaxService, DigitalAssetAuditService, EmailService, EpEnumFactoryService, EpPersistenceService, EpRuleEngine, FileService, FilterFactory, ImageService, ImportGuidHelper, ImportJobRunner, ImportService, IndexSearchService, InventoryAjaxService, InventoryAuditService, InventoryService, LazyLoadHelper, OrderAjaxService, OrderPaymentStatusFactory, OrderReportService, OrderReturnReasonFactory, OrderService, OrderShipmentStatusFactory, OrderStatusFactory, ProductAssociationService, ProductCacheLoader, ProductCacheUpdateService, ProductRecommendationService, ProductReportService, ProductRetrieveStrategy, ProductService, ProductSkuService, ProductTypeService, PromotionReportService, PropertyService, RefreshableCachedProductRetrieveStrategy, RuleActionService, RuleConditionService, RuleElementService, RuleParameterService, RuleService, RuleSetService, SearchService, SfSearchLogService, ShippingRegionService, ShippingServiceLevelService, ShoppingCartService, SkuConfigurationService, SkuConfigurationService, SkuOptionService, SorterFactory, TaxCategoryService, TaxCodeService, TaxJurisdictionService, TimeService, TopSellerService, UserRoleService, WishListService
All Known Implementing Classes:
AbstractCheckoutEventHandlerImpl, AbstractEpPersistenceServiceImpl, AbstractEpServiceImpl, AbstractIndexBuildServiceImpl, AbstractIndexServiceImpl, AbstractProductRetrieveStrategyImpl, AbstractSpellIndexServiceImpl, AttributeServiceImpl, BirtReportServiceImpl, BrandServiceImpl, BrowsingServiceImpl, CatalogAjaxServiceImpl, CategoryIndexBuildServiceImpl, CategoryServiceImpl, CategoryTypeServiceImpl, CheckoutServiceImpl, CmUserServiceImpl, CsrAjaxServiceImpl, CustomerGroupServiceImpl, CustomerIndexBuildServiceImpl, CustomerReportServiceImpl, CustomerServiceImpl, CustomerSessionServiceImpl, DashboardAjaxServiceImpl, DatabaseServerTimeServiceImpl, DigitalAssetAuditServiceImpl, EmailServiceImpl, EpRuleEngineImpl, FileServiceImpl, FilterFactoryImpl, ImageServiceImpl, ImportGuidHelperImpl, ImportJobRunnerCategoryImpl, ImportJobRunnerCustomerImpl, ImportJobRunnerProductImpl, ImportJobRunnerProductSkuImpl, ImportServiceImpl, IndexSearchServiceImpl, InventoryAjaxServiceImpl, InventoryAuditServiceImpl, InventoryServiceImpl, LazyLoadHelperImpl, NoCachingProductRetrieveStrategyImpl, NullCheckoutEventHandlerImpl, OrderAjaxServiceImpl, OrderIndexBuildServiceImpl, OrderPaymentStatusFactoryImpl, OrderReportServiceImpl, OrderReturnReasonFactoryImpl, OrderServiceImpl, OrderShipmentStatusFactoryImpl, OrderStatusFactoryImpl, ProductAssociationServiceImpl, ProductCacheLoaderImpl, ProductCacheUpdateServiceImpl, ProductIndexForCmUseBuildServiceImpl, ProductIndexForSfUseBuildServiceImpl, ProductRecommendationServiceImpl, ProductReportServiceImpl, ProductServiceImpl, ProductSkuServiceImpl, ProductSpellIndexForSfUseServiceImpl, ProductTypeServiceImpl, ProductViewServiceImpl, ProductXmlServiceImpl, PromotionReportServiceImpl, PropertyServiceImpl, RefreshableCachedProductRetrieveStrategyImpl, RuleActionServiceImpl, RuleConditionServiceImpl, RuleElementServiceImpl, RuleParameterServiceImpl, RuleServiceImpl, RuleSetServiceImpl, SearchServiceImpl, SfSearchLogServiceImpl, ShippingRegionServiceImpl, ShippingServiceLevelServiceImpl, ShoppingCartServiceImpl, SingleCachingProductRetrieveStrategyImpl, SkuConfigurationServiceImpl, SkuConfigurationServiceImpl, SkuOptionServiceImpl, SorterFactoryImpl, TaxCategoryServiceImpl, TaxCodeServiceImpl, TaxJurisdictionServiceImpl, TopSellerServiceImpl, UserRoleServiceImpl, WishListServiceImpl

public interface EpService

EpService serves as the base interface for other services.


Method Summary
 ElasticPath getElasticPath()
          Get the ElasticPath singleton.
 void setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 

Method Detail

getElasticPath

ElasticPath getElasticPath()
Get the ElasticPath singleton.

Returns:
elasticpath the ElasticPath singleton.

setElasticPath

void setElasticPath(ElasticPath elasticpath)
Inject the ElasticPath singleton.

Parameters:
elasticpath - the ElasticPath singleton.