Package de.hybris.platform.cockpit.daos
Interface SynchronizationServiceDao
- All Known Implementing Classes:
DefaultSynchronizationServiceDao
public interface SynchronizationServiceDao
The Interface SynchronizationServiceDao.
-
Method Summary
Modifier and TypeMethodDescriptiongetSyncSources(ItemModel model) Gets the sync sources.Gets the sync sources and targets in one result.getSyncTargets(ItemModel model) Gets the sync targets.
-
Method Details
-
getSyncSources
Gets the sync sources.- Parameters:
model- the model- Returns:
- the sync sources
-
getSyncTargets
Gets the sync targets.- Parameters:
model- the model- Returns:
- the sync targets
-
getSyncSourcesAndTargets
Gets the sync sources and targets in one result.- Parameters:
model- the model- Returns:
- the sync sources and targets
-