Uses of Class
org.javlo.service.syncro.SynchronisationService
-
Packages that use SynchronisationService Package Description org.javlo.service.syncro -
-
Uses of SynchronisationService in org.javlo.service.syncro
Methods in org.javlo.service.syncro that return SynchronisationService Modifier and Type Method Description static SynchronisationService
SynchronisationService. getInstance(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
SynchronisationService. getInstanceForMailing(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
SynchronisationService. getInstanceForMailingHistory(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
SynchronisationService. getInstanceForMailingTemplate(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
SynchronisationService. getInstanceForShareFiles(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
SynchronisationService. getInstanceForTemplate(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
SynchronisationService. getLocalFolderInstance(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-