Interface SynchronizationServiceDao

All Known Implementing Classes:
DefaultSynchronizationServiceDao

public interface SynchronizationServiceDao
The Interface SynchronizationServiceDao.
  • Method Details

    • getSyncSources

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

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

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