Class TemplateServiceImpl

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.web.service.TemplateServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, TemplateService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class TemplateServiceImpl extends AbstractRemoteService implements TemplateService
Implementation of the TemplateService
Since:
6.0
Author:
Matteo Caruso - LogicalDOC
See Also:
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from interface com.logicaldoc.gui.frontend.client.services.TemplateService Link icon

    TemplateService.Instance
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    clone(long templateId, String cloneName)
    Makes a clone of an existing template
    long
    countDocuments(long templateId)
    Counts the documents of a given template
    void
    delete(long templateId)
    Deletes a given template
    getAttributes(long templateId, GUIExtensibleObject extensibleObject)
    Retrieves all attributes of the specified template
    getTemplate(long templateId)
    Loads a given template from the database
    save(GUITemplate guiTemplate)
    Creates or updates a template

    Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet Link icon

    getSerializationPolicy, init, processCall, processCall, processPost

    Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet Link icon

    doPost

    Methods inherited from class javax.servlet.http.HttpServlet Link icon

    service

    Methods inherited from class javax.servlet.GenericServlet Link icon

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • TemplateServiceImpl Link icon

      public TemplateServiceImpl()
  • Method Details Link icon