Uses of Enum Class
de.hybris.platform.catalog.enums.SyncItemStatus
Packages that use SyncItemStatus
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
-
Uses of SyncItemStatus in com.hybris.backoffice.sync
Methods in com.hybris.backoffice.sync that return SyncItemStatusConstructors in com.hybris.backoffice.sync with parameters of type SyncItemStatusModifierConstructorDescriptionPartialSyncInfo(List<ItemModel> syncItems, SyncItemStatus targetStatus, Map<SyncItemJobModel, Boolean> inboundSyncStatus, Map<SyncItemJobModel, Boolean> outboundSyncStatus) -
Uses of SyncItemStatus in com.hybris.backoffice.sync.facades
Methods in com.hybris.backoffice.sync.facades with parameters of type SyncItemStatusModifier and TypeMethodDescriptionDefaultSynchronizationFacade.getPartialSyncStatusInfo(ItemModel itemModel, SyncItemStatus status, Map<String, Object> ctxMap) SynchronizationFacade.getPartialSyncStatusInfo(ItemModel itemModel, SyncItemStatus status, Map<String, Object> ctxMap) ChecksItemModel's status in all available synchronizations.DefaultSynchronizationFacade.matchesSyncStatus(List<ItemModel> syncItems, List<SyncItemJobModel> allJobs, SyncItemStatus inSync) -
Uses of SyncItemStatus in de.hybris.platform.catalog.enums
Methods in de.hybris.platform.catalog.enums that return SyncItemStatusModifier and TypeMethodDescriptionstatic SyncItemStatusReturns the enum constant of this class with the specified name.static SyncItemStatus[]SyncItemStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SyncItemStatus in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return SyncItemStatusMethods in de.hybris.platform.catalog.synchronization with parameters of type SyncItemStatusModifier and TypeMethodDescriptionprotected voidBaseSynchronizationStatusServiceTest.assertSyncInfoEquals(SyncItemInfo actual, SyncItemStatus expectedStatus, PK expectedSyncJobPk, PK expectedPk) booleanDefaultSynchronizationStatusService.matchesSyncStatus(List<ItemModel> givenItems, List<SyncItemJobModel> syncItemJobs, SyncItemStatus syncStatus) booleanSynchronizationStatusService.matchesSyncStatus(List<ItemModel> givenItems, List<SyncItemJobModel> syncItemJobs, SyncItemStatus syncStatus) Convenient method that check whether given items are in one particularSyncItemStatusfor all the sources of the synchronization side defined bysyncItemJobsvoidSyncItemInfo.setSyncStatus(SyncItemStatus syncStatus) -
Uses of SyncItemStatus in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return SyncItemStatusModifier and TypeMethodDescriptionprotected SyncItemStatusAbstractPageDynamicDisplayStatusAttributeHandler.getSynchronizationItemStatus(CMSItemModel item) Retrieves the synchronization status for a givenCMSItemModel. -
Uses of SyncItemStatus in de.hybris.platform.cmsfacades.synchronization.service.impl
Methods in de.hybris.platform.cmsfacades.synchronization.service.impl that return SyncItemStatusModifier and TypeMethodDescriptionprotected SyncItemStatusDefaultItemSynchronizationService.aggregatedStatusFromRelatedItems(List<SyncItemInfo> syncInfo) Calculate an aggregatedSyncItemStatusfrom a given list ofSyncItemInfo -
Uses of SyncItemStatus in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor that return SyncItemStatusModifier and TypeMethodDescriptionVendorCMSService.getProductCarouselSynchronizationStatus(ProductCarouselComponentModel carousel) Gets the synchronization item status for a givenProductCarouselComponentModel -
Uses of SyncItemStatus in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return SyncItemStatusModifier and TypeMethodDescriptionDefaultVendorCMSService.getProductCarouselSynchronizationStatus(ProductCarouselComponentModel carousel)