Class DefaultSynchronizationServiceDao
java.lang.Object
de.hybris.platform.cockpit.daos.impl.DefaultSynchronizationServiceDao
- All Implemented Interfaces:
SynchronizationServiceDao
The Class DefaultSynchronizationServiceDao.
- Spring Bean ID:
- synchronizationServiceDao
-
Constructor Summary
Constructors -
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.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) Sets the flexible search service.
-
Constructor Details
-
DefaultSynchronizationServiceDao
public DefaultSynchronizationServiceDao()
-
-
Method Details
-
setFlexibleSearchService
Sets the flexible search service.- Parameters:
flexibleSearchService- the flexibleSearchService to set
-
getSyncSources
Description copied from interface:SynchronizationServiceDaoGets the sync sources.- Specified by:
getSyncSourcesin interfaceSynchronizationServiceDao- Parameters:
model- the model- Returns:
- the sync sources
-
getSyncTargets
Description copied from interface:SynchronizationServiceDaoGets the sync targets.- Specified by:
getSyncTargetsin interfaceSynchronizationServiceDao- Parameters:
model- the model- Returns:
- the sync targets
-
getSyncSourcesAndTargets
Description copied from interface:SynchronizationServiceDaoGets the sync sources and targets in one result.- Specified by:
getSyncSourcesAndTargetsin interfaceSynchronizationServiceDao- Parameters:
model- the model- Returns:
- the sync sources and targets
-