public class DefaultSynchronizationServiceDao extends java.lang.Object implements SynchronizationServiceDao
| Constructor and Description |
|---|
DefaultSynchronizationServiceDao() |
| Modifier and Type | Method and 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.
|
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Sets the flexible search service.
|
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
flexibleSearchService - the flexibleSearchService to setpublic SearchResult<java.lang.Object> getSyncSources(ItemModel model)
SynchronizationServiceDaogetSyncSources in interface SynchronizationServiceDaomodel - the modelpublic SearchResult<java.lang.Object> getSyncTargets(ItemModel model)
SynchronizationServiceDaogetSyncTargets in interface SynchronizationServiceDaomodel - the modelpublic SearchResult<java.lang.Object> getSyncSourcesAndTargets(ItemModel model)
SynchronizationServiceDaogetSyncSourcesAndTargets in interface SynchronizationServiceDaomodel - the modelCopyright © 2018 SAP SE. All Rights Reserved.