Package com.hybris.backoffice.sync
Class PartialSyncInfo
java.lang.Object
com.hybris.backoffice.sync.PartialSyncInfo
A pojo which contains partial sync information for given item
-
Constructor Summary
ConstructorsConstructorDescriptionPartialSyncInfo(List<ItemModel> syncItems, SyncItemStatus targetStatus, Map<SyncItemJobModel, Boolean> inboundSyncStatus, Map<SyncItemJobModel, Boolean> outboundSyncStatus) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PartialSyncInfo
public PartialSyncInfo(List<ItemModel> syncItems, SyncItemStatus targetStatus, Map<SyncItemJobModel, Boolean> inboundSyncStatus, Map<SyncItemJobModel, Boolean> outboundSyncStatus) - Parameters:
syncItems- sync items - item which should be synchronized and it's related itemstargetStatus- chosen target statusinboundSyncStatus- map of inbound sync jobs and if sync status matches target statusoutboundSyncStatus- map of outbound sync job and if sync status matches target status
-
-
Method Details
-
getSyncItems
-
getTargetStatus
-
getInboundSyncStatus
-
getOutboundSyncStatus
-