Uses of Class
com.hybris.backoffice.sync.PartialSyncInfo
-
Packages that use PartialSyncInfo Package Description com.hybris.backoffice.sync.facades com.hybris.backoffice.sync.renderers -
-
Uses of PartialSyncInfo in com.hybris.backoffice.sync.facades
Methods in com.hybris.backoffice.sync.facades that return types with arguments of type PartialSyncInfo Modifier and Type Method Description java.util.Optional<PartialSyncInfo>DefaultSynchronizationFacade. getPartialSyncStatusInfo(ItemModel itemModel, SyncItemStatus status, java.util.Map<java.lang.String,java.lang.Object> ctxMap)java.util.Optional<PartialSyncInfo>SynchronizationFacade. getPartialSyncStatusInfo(ItemModel itemModel, SyncItemStatus status, java.util.Map<java.lang.String,java.lang.Object> ctxMap)ChecksItemModel's status in all available synchronizations. -
Uses of PartialSyncInfo in com.hybris.backoffice.sync.renderers
Methods in com.hybris.backoffice.sync.renderers with parameters of type PartialSyncInfo Modifier and Type Method Description protected org.zkoss.zk.ui.ComponentPartialSyncInfoTooltipRenderer. createPartialSyncInfo(PartialSyncInfo partialSync)
-