Interface SynchronizationServiceDao

    • Method Detail

      • getSyncSources

        SearchResult<java.lang.Object> getSyncSources​(ItemModel model)
        Gets the sync sources.
        Parameters:
        model - the model
        Returns:
        the sync sources
      • getSyncTargets

        SearchResult<java.lang.Object> getSyncTargets​(ItemModel model)
        Gets the sync targets.
        Parameters:
        model - the model
        Returns:
        the sync targets
      • getSyncSourcesAndTargets

        SearchResult<java.lang.Object> getSyncSourcesAndTargets​(ItemModel model)
        Gets the sync sources and targets in one result.
        Parameters:
        model - the model
        Returns:
        the sync sources and targets