Package com.logicaldoc.webform
Class WebformServiceImpl
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
com.logicaldoc.web.service.AbstractRemoteService
com.logicaldoc.webform.WebformServiceImpl
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService,- com.google.gwt.user.server.rpc.SerializationPolicyProvider,- WebformService,- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
public class WebformServiceImpl
extends com.logicaldoc.web.service.AbstractRemoteService
implements WebformService
Concrete implementation of the 
WebformService- Since:
- 8.6.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.logicaldoc.webform.client.WebformServiceWebformService.Instance
- 
Field SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.logicaldoc.gui.common.client.beans.GUIFormRetrieved the form specificationcom.logicaldoc.gui.common.client.beans.GUIFormgetFormByDocId(long docId, String locale) Retrieved the form specificationcom.logicaldoc.gui.common.client.beans.GUIInfoRetrieves the general informationscom.logicaldoc.gui.common.client.beans.GUIInfogetInfoByDocId(long docId, String locale) Retrieves the general informationscom.logicaldoc.gui.common.client.beans.GUIDocumentsubmit(com.logicaldoc.gui.common.client.beans.GUIForm guiForm) Retrieves the filled form and generates the corresponding document in the DMSMethods inherited from class com.logicaldoc.web.service.AbstractRemoteServicesetThreadRequestMethods inherited from class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServletgetSerializationPolicy, init, processCall, processCall, processPostMethods inherited from class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServletdoPostMethods inherited from class jakarta.servlet.http.HttpServletserviceMethods inherited from class jakarta.servlet.GenericServletdestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
- 
Constructor Details- 
WebformServiceImplpublic WebformServiceImpl()
 
- 
- 
Method Details- 
getInfopublic com.logicaldoc.gui.common.client.beans.GUIInfo getInfo(String formId, String locale) throws com.logicaldoc.gui.common.client.ServerException Description copied from interface:WebformServiceRetrieves the general informations- Specified by:
- getInfoin interface- WebformService
- Parameters:
- formId- alternate identifier of the form
- locale- language of the client
- Returns:
- the general informations
- Throws:
- com.logicaldoc.gui.common.client.ServerException- Error in the server
 
- 
getInfoByDocIdpublic com.logicaldoc.gui.common.client.beans.GUIInfo getInfoByDocId(long docId, String locale) throws com.logicaldoc.gui.common.client.ServerException Description copied from interface:WebformServiceRetrieves the general informations- Specified by:
- getInfoByDocIdin interface- WebformService
- Parameters:
- docId- identifier of the form
- locale- language of the client
- Returns:
- the general informations
- Throws:
- com.logicaldoc.gui.common.client.ServerException- Error in the server
 
- 
getFormpublic com.logicaldoc.gui.common.client.beans.GUIForm getForm(String formId, String locale) throws com.logicaldoc.gui.common.client.ServerException Description copied from interface:WebformServiceRetrieved the form specification- Specified by:
- getFormin interface- WebformService
- Parameters:
- formId- alternate identifier of the form
- locale- language of the client
- Returns:
- the form instance
- Throws:
- com.logicaldoc.gui.common.client.ServerException- Error in the server
 
- 
getFormByDocIdpublic com.logicaldoc.gui.common.client.beans.GUIForm getFormByDocId(long docId, String locale) throws com.logicaldoc.gui.common.client.ServerException Description copied from interface:WebformServiceRetrieved the form specification- Specified by:
- getFormByDocIdin interface- WebformService
- Parameters:
- docId- identifier of the form
- locale- language of the client
- Returns:
- the form instance
- Throws:
- com.logicaldoc.gui.common.client.ServerException- Error in the server
 
- 
submitpublic com.logicaldoc.gui.common.client.beans.GUIDocument submit(com.logicaldoc.gui.common.client.beans.GUIForm guiForm) throws com.logicaldoc.gui.common.client.ServerException Description copied from interface:WebformServiceRetrieves the filled form and generates the corresponding document in the DMS- Specified by:
- submitin interface- WebformService
- Parameters:
- guiForm- The form filled by the user
- Returns:
- the generated document
- Throws:
- com.logicaldoc.gui.common.client.ServerException- Error in the server
 
 
-