Package org.javlo.service.syncro
Class SynchronisationService
- java.lang.Object
-
- org.javlo.service.syncro.SynchronisationService
-
@Deprecated public class SynchronisationService extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SynchronisationService()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SynchronisationServicegetInstance(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)Deprecated.static SynchronisationServicegetInstanceForMailing(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)Deprecated.static SynchronisationServicegetInstanceForMailingHistory(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)Deprecated.static SynchronisationServicegetInstanceForMailingTemplate(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)Deprecated.static SynchronisationServicegetInstanceForShareFiles(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)Deprecated.static SynchronisationServicegetInstanceForTemplate(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)Deprecated.static SynchronisationServicegetLocalFolderInstance(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)Deprecated.voidpushContext(String context)Deprecated.booleansendCommand(String paramName, String paramValue)Deprecated.voidsyncroResource()Deprecated.StringsyncroResource(String previousResult)Deprecated.
-
-
-
Field Detail
-
logger
public static Logger logger
Deprecated.create a static logger.
-
-
Method Detail
-
getInstance
public static SynchronisationService getInstance(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getLocalFolderInstance
public static SynchronisationService getLocalFolderInstance(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getInstanceForMailing
public static SynchronisationService getInstanceForMailing(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getInstanceForMailingHistory
public static SynchronisationService getInstanceForMailingHistory(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getInstanceForTemplate
public static SynchronisationService getInstanceForTemplate(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getInstanceForMailingTemplate
public static SynchronisationService getInstanceForMailingTemplate(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getInstanceForShareFiles
public static SynchronisationService getInstanceForShareFiles(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
pushContext
public void pushContext(String context)
Deprecated.
-
syncroResource
public void syncroResource() throws IOExceptionDeprecated.- Throws:
IOException
-
syncroResource
public String syncroResource(String previousResult) throws IOException
Deprecated.- Throws:
IOException
-
-