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