public class ServiceLocatorImpl extends java.lang.Object implements ServiceLocator
| Constructor and Description |
|---|
ServiceLocatorImpl() |
public OrderService getOrderService()
getOrderService in interface ServiceLocatorpublic void setOrderService(OrderService orderService)
public WsUtilService getWsUtilService()
getWsUtilService in interface ServiceLocatorpublic void setWsUtilService(WsUtilService wsUtilService)
public ModelService getModelService()
getModelService in interface ServiceLocatorpublic void setModelService(ModelService modelService)
public TypeService getTypeService()
getTypeService in interface ServiceLocatorpublic void setTypeService(TypeService typeService)
public UserService getUserService()
getUserService in interface ServiceLocatorpublic void setUserService(UserService userService)
public I18NService getI18nService()
getI18nService in interface ServiceLocatorpublic void setI18nService(I18NService i18nService)
public MediaService getMediaService()
getMediaService in interface ServiceLocatorpublic void setMediaService(MediaService mediaService)
public ProductService getProductService()
getProductService in interface ServiceLocatorpublic void setProductService(ProductService productService)
public CatalogService getCatalogService()
getCatalogService in interface ServiceLocatorpublic void setCatalogService(CatalogService catalogService)
public CategoryService getCategoryService()
getCategoryService in interface ServiceLocatorpublic void setCategoryService(CategoryService categoryService)
public CartService getCartService()
getCartService in interface ServiceLocatorpublic void setCartService(CartService cartService)
public CronJobService getCronJobService()
getCronJobService in interface ServiceLocatorpublic void setCronJobService(CronJobService cronJobService)
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
public FlexibleSearchService getFlexibleSearchService()
getFlexibleSearchService in interface ServiceLocatorpublic void setEventService(EventService eventService)
public EventService getEventService()
getEventService in interface ServiceLocatorpublic void setImportService(ImportService importService)
public ImportService getImportService()
getImportService in interface ServiceLocatorCopyright © 2018 SAP SE. All Rights Reserved.