Package de.hybris.platform.cockpit.daos
Interface SynchronizationServiceDao
-
- All Known Implementing Classes:
DefaultSynchronizationServiceDao
public interface SynchronizationServiceDaoThe Interface SynchronizationServiceDao.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchResult<java.lang.Object>getSyncSources(ItemModel model)Gets the sync sources.SearchResult<java.lang.Object>getSyncSourcesAndTargets(ItemModel model)Gets the sync sources and targets in one result.SearchResult<java.lang.Object>getSyncTargets(ItemModel model)Gets the sync targets.
-
-
-
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
-
-