Package com.logicaldoc.zoho
Class ZohoServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
com.logicaldoc.web.service.AbstractRemoteService
com.logicaldoc.zoho.ZohoServiceImpl
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService
,com.google.gwt.user.server.rpc.SerializationPolicyProvider
,com.logicaldoc.gui.frontend.client.services.ZohoService
,Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class ZohoServiceImpl
extends com.logicaldoc.web.service.AbstractRemoteService
implements com.logicaldoc.gui.frontend.client.services.ZohoService
Standard implementation of the @see
ZohoService
- Since:
- 7.5.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.logicaldoc.gui.frontend.client.services.ZohoService
com.logicaldoc.gui.frontend.client.services.ZohoService.Instance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.logicaldoc.gui.common.client.beans.GUIDocument
void
boolean
int
importDocuments
(long targetFolder, List<String> folderCompositeIds, List<String> documentIds) saveSettings
(String clientId, String clientSecret) upload
(long docId) Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
getSerializationPolicy, init, processCall, processCall, processPost
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost
Methods inherited from class javax.servlet.http.HttpServlet
service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
ZohoServiceImpl
public ZohoServiceImpl()
-
-
Method Details
-
exportDocuments
public boolean exportDocuments(String targetFolderId, List<Long> folderIds, List<Long> docIds) throws com.logicaldoc.gui.common.client.ServerException - Specified by:
exportDocuments
in interfacecom.logicaldoc.gui.frontend.client.services.ZohoService
- Throws:
com.logicaldoc.gui.common.client.ServerException
-
importDocuments
public int importDocuments(long targetFolder, List<String> folderCompositeIds, List<String> documentIds) throws com.logicaldoc.gui.common.client.ServerException - Specified by:
importDocuments
in interfacecom.logicaldoc.gui.frontend.client.services.ZohoService
- Throws:
com.logicaldoc.gui.common.client.ServerException
-
upload
- Specified by:
upload
in interfacecom.logicaldoc.gui.frontend.client.services.ZohoService
- Throws:
com.logicaldoc.gui.common.client.ServerException
-
delete
- Specified by:
delete
in interfacecom.logicaldoc.gui.frontend.client.services.ZohoService
- Throws:
com.logicaldoc.gui.common.client.ServerException
-
checkin
public com.logicaldoc.gui.common.client.beans.GUIDocument checkin(long docId, String comment, boolean major) throws com.logicaldoc.gui.common.client.ServerException - Specified by:
checkin
in interfacecom.logicaldoc.gui.frontend.client.services.ZohoService
- Throws:
com.logicaldoc.gui.common.client.ServerException
-
loadSettings
- Specified by:
loadSettings
in interfacecom.logicaldoc.gui.frontend.client.services.ZohoService
- Throws:
com.logicaldoc.gui.common.client.ServerException
-
saveSettings
public String saveSettings(String clientId, String clientSecret) throws com.logicaldoc.gui.common.client.ServerException - Specified by:
saveSettings
in interfacecom.logicaldoc.gui.frontend.client.services.ZohoService
- Throws:
com.logicaldoc.gui.common.client.ServerException
-