use of com.enonic.xp.core.impl.content.SyncContentServiceImpl in project xp by enonic.
the class ParentContentSynchronizerTest method setUpNode.
@BeforeEach
protected void setUpNode() throws Exception {
super.setUpNode();
synchronizer = new ParentContentSynchronizer(this.contentService, this.mediaInfoService);
syncContentService = new SyncContentServiceImpl(contentTypeService, nodeService, eventPublisher, pageDescriptorService, partDescriptorService, layoutDescriptorService, projectService, contentService, synchronizer);
}
use of com.enonic.xp.core.impl.content.SyncContentServiceImpl in project xp by enonic.
the class SyncContentServiceImplTest method setUpNode.
@BeforeEach
public void setUpNode() throws Exception {
super.setUpNode();
synchronizer = new ParentContentSynchronizer(contentService, mediaInfoService);
syncContentService = new SyncContentServiceImpl(contentTypeService, nodeService, eventPublisher, pageDescriptorService, partDescriptorService, layoutDescriptorService, projectService, contentService, synchronizer);
}
Aggregations