Uses of Class
com.hybris.merchandising.model.MerchSnConfigModel
Packages that use MerchSnConfigModel
Package
Description
Contains generated models for each type of com.hybris.merchandising.jalo package.
-
Uses of MerchSnConfigModel in com.hybris.merchandising.converters.populators
Fields in com.hybris.merchandising.converters.populators declared as MerchSnConfigModelModifier and TypeFieldDescriptionprotected MerchSnConfigModelAbstractMerchSnPopulatorTest.merchConfig -
Uses of MerchSnConfigModel in com.hybris.merchandising.dao
Methods in com.hybris.merchandising.dao that return types with arguments of type MerchSnConfigModelModifier and TypeMethodDescriptionMerchSnConfigDao.findAll()Finds all merchandising configurations.MerchSnConfigDao.findByBaseSite(BaseSiteModel baseSite) Finds merchandising configuration for specific base siteMerchSnConfigDao.findByIndexedType(SnIndexTypeModel indexType) Finds the merchandising configuration for a specific index type. -
Uses of MerchSnConfigModel in com.hybris.merchandising.dao.impl
Methods in com.hybris.merchandising.dao.impl that return types with arguments of type MerchSnConfigModelModifier and TypeMethodDescriptionDefaultMerchSnConfigDao.findAll()DefaultMerchSnConfigDao.findByBaseSite(BaseSiteModel baseSite) DefaultMerchSnConfigDao.findByIndexedType(SnIndexTypeModel indexedType) -
Uses of MerchSnConfigModel in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners that return types with arguments of type MerchSnConfigModelModifier and TypeMethodDescriptionprotected Optional<MerchSnConfigModel>DefaultMerchSnIndexerListener.getProductDirectoryConfig(String indexedType) Methods in com.hybris.merchandising.indexer.listeners with parameters of type MerchSnConfigModelModifier and TypeMethodDescriptionprotected Map<LanguageModel,Locale> DefaultMerchSnIndexerListener.createLocaleMap(MerchSnConfigModel pdc) protected voidDefaultMerchSnIndexerListener.createMerchSync(MerchSnConfigModel config, SnIndexerContext context) protected LocaleDefaultMerchSnIndexerListener.getDefaultLocale(MerchSnConfigModel pdc) protected voidDefaultMerchSnIndexerListener.setMerchFacetMapping(MerchSnSynchContext merchContext, SnIndexerContext context, MerchSnConfigModel pdc) -
Uses of MerchSnConfigModel in com.hybris.merchandising.listeners
Methods in com.hybris.merchandising.listeners with parameters of type MerchSnConfigModelModifier and TypeMethodDescriptionvoidMerchSnConfigRemoveInterceptor.onRemove(MerchSnConfigModel model, InterceptorContext ctx) voidMerchSnConfigValidateInterceptor.onValidate(MerchSnConfigModel merchSnConfigModel, InterceptorContext interceptorContext) -
Uses of MerchSnConfigModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return MerchSnConfigModelModifier and TypeMethodDescriptionMerchSnDocumentContainer.getMerchConfig()MerchSnFieldModel.getMerchSnConfig()Generated method - Getter of theMerchSnField.merchSnConfigattribute defined at extensionmerchandisingservices.MerchSynchronizationModel.getMerchSnConfig()Generated method - Getter of theMerchSynchronization.merchSnConfigattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model with parameters of type MerchSnConfigModelModifier and TypeMethodDescriptionstatic MerchSnDocumentContainerMerchSnDocumentContainer.from(SnIndexerContext indexerContext, MerchSnSynchContext merchContext, MerchSnConfigModel merchConfig) static ProductDirectoryProductDirectory.fromMerchSnConfigModel(MerchSnConfigModel config) Method which takesMerchSnConfigModeland returnsProductDirectorywhich we store in CDSvoidMerchSnDocumentContainer.setMerchConfig(MerchSnConfigModel merchConfig) voidMerchSnFieldModel.setMerchSnConfig(MerchSnConfigModel value) Generated method - Setter ofMerchSnField.merchSnConfigattribute defined at extensionmerchandisingservices.voidMerchSynchronizationModel.setMerchSnConfig(MerchSnConfigModel value) Generated method - Setter ofMerchSynchronization.merchSnConfigattribute defined at extensionmerchandisingservices. -
Uses of MerchSnConfigModel in com.hybris.merchandising.service
Methods in com.hybris.merchandising.service that return types with arguments of type MerchSnConfigModelModifier and TypeMethodDescriptionMerchSnConfigService.getMerchConfigForCurrentBaseSite()Returns the merchandising configuration being used by the current base site.MerchSnConfigService.getMerchConfigForIndexedType(SnIndexTypeModel indexType) Returns the merchandising configuration for a specific index type.MerchSnConfigService.getMerchConfigForIndexedType(String indexType) Returns the merchandising configuration for a specific index type.Methods in com.hybris.merchandising.service with parameters of type MerchSnConfigModelModifier and TypeMethodDescriptiondefault MerchSynchronizationModelMerchSyncService.createMerchSychronization(MerchSnConfigModel config, String operationId, String type) Creates merchandising synchronization modelvoidMerchSnConfigService.createOrUpdateProductDirectory(MerchSnConfigModel merchSnConfig, boolean saveModel) Method creating or updating product directory related to given merchandising configuration (send request to catalog service)voidMerchSnConfigService.deleteProductDirectory(MerchSnConfigModel merchSnConfig) Method deleting product directory related to given merchandising configuration (send delete request to catalog service)default List<CatalogVersionModel>MerchCatalogService.getCatalogVersionsToSynch(MerchSnConfigModel merchSnConfig) Returns catalog versions related to given merchandising configuration which should be synchronizeddefault List<CategoryHierarchy>MerchCatalogService.getCategories(MerchSnConfigModel merchSnConfig) Retrieves a list ofCategoryHierarchyobjects representing the category hierarchy.MerchCatalogService.getProducts(SnIndexerBatchContext indexerBatchContext, MerchSnConfigModel merchConfig, MerchSnSynchContext merchContext) Method to retrieve all the associated toSnIndexerBatchContext.voidMerchSnConfigService.updateMerchConfig(MerchSnConfigModel merchSnConfig) Updates persistence for providedMerchSnConfigModel. -
Uses of MerchSnConfigModel in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl that return types with arguments of type MerchSnConfigModelModifier and TypeMethodDescriptionDefaultMerchSnConfigService.getMerchConfigForCurrentBaseSite()DefaultMerchSnConfigService.getMerchConfigForIndexedType(SnIndexTypeModel indexType) DefaultMerchSnConfigService.getMerchConfigForIndexedType(String indexType) Methods in com.hybris.merchandising.service.impl with parameters of type MerchSnConfigModelModifier and TypeMethodDescriptionDefaultMerchSyncService.createMerchSychronization(MerchSnConfigModel config, String operationId, String type) voidDefaultMerchSnConfigService.createOrUpdateProductDirectory(MerchSnConfigModel merchSnConfig, boolean saveModel) voidDefaultMerchSnConfigService.deleteProductDirectory(MerchSnConfigModel merchSnConfig) DefaultMerchCatalogService.getCatalogVersionsToSynch(MerchSnConfigModel merchSnConfig) DefaultMerchCatalogService.getCategories(MerchSnConfigModel merchSnConfig) DefaultMerchCatalogService.getProducts(SnIndexerBatchContext indexerBatchContext, MerchSnConfigModel merchConfig, MerchSnSynchContext merchContext) voidDefaultMerchSnConfigService.updateMerchConfig(MerchSnConfigModel merchSnConfig)