Class PartialSyncInfo

java.lang.Object
com.hybris.backoffice.sync.PartialSyncInfo

public class PartialSyncInfo extends Object
A pojo which contains partial sync information for given item
  • 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 items
      targetStatus - chosen target status
      inboundSyncStatus - map of inbound sync jobs and if sync status matches target status
      outboundSyncStatus - map of outbound sync job and if sync status matches target status
  • Method Details