Class DefaultSyncJobApplicableTypesStrategy
java.lang.Object
de.hybris.platform.catalog.synchronization.strategy.DefaultSyncJobApplicableTypesStrategy
- All Implemented Interfaces:
SyncJobApplicableTypesStrategy
public class DefaultSyncJobApplicableTypesStrategy
extends Object
implements SyncJobApplicableTypesStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckIfApplicable(ItemModel theItem, SyncItemJobModel syncItemJob) Check whether given item is applicable for a given context i.e.protected booleanisTypeInRootTypes(String typeCode, SyncItemJobModel syncItemJob) voidsetCatalogTypeService(CatalogTypeService catalogTypeService) voidsetTypeService(TypeService typeService)
-
Constructor Details
-
DefaultSyncJobApplicableTypesStrategy
public DefaultSyncJobApplicableTypesStrategy()
-
-
Method Details
-
isTypeInRootTypes
-
checkIfApplicable
Description copied from interface:SyncJobApplicableTypesStrategyCheck whether given item is applicable for a given context i.e. givensyncItemJob.- Specified by:
checkIfApplicablein interfaceSyncJobApplicableTypesStrategy- Returns:
- true when the synchronization is possible on a given item within given context - false otherwise
-
setCatalogTypeService
-
setTypeService
-