Class SourceSyncServiceImpl
Object
SourceSyncServiceImpl
- All Implemented Interfaces:
SourceSyncService
@Service("vSourceSyncService")
public class SourceSyncServiceImpl
extends Object
implements SourceSyncService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetch(SyncSettings settings) fetchAll()voidsetConfigService(ConfigService configService) voidsetFileService(FileService fileService) voidsetPasswordService(PasswordService passwordService) voidsetScriptLibraryService(ScriptLibraryService scriptLibraryService) voidsetScriptService(ScriptService scriptService) voidsyncOnStartup(ContextRefreshedEvent event)
-
Constructor Details
-
SourceSyncServiceImpl
public SourceSyncServiceImpl()
-
-
Method Details
-
setConfigService
-
setScriptLibraryService
-
setPasswordService
@Inject public void setPasswordService(PasswordService passwordService) -
setFileService
-
setScriptService
-
fetchAll
- Specified by:
fetchAllin interfaceSourceSyncService
-
syncOnStartup
@EventListener(org.springframework.context.event.ContextRefreshedEvent.class) @Async public void syncOnStartup(ContextRefreshedEvent event) - Specified by:
syncOnStartupin interfaceSourceSyncService
-
fetch
- Specified by:
fetchin interfaceSourceSyncService
-
fetchJavaScriptScriptLibraries
- Specified by:
fetchJavaScriptScriptLibrariesin interfaceSourceSyncService
-
fetchJavaScriptScriptLibraries
- Specified by:
fetchJavaScriptScriptLibrariesin interfaceSourceSyncService
-