Class TagServiceImpl

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, TagService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class TagServiceImpl
    extends com.google.gwt.user.server.rpc.RemoteServiceServlet
    implements TagService
    Implementation of the TagService
    Since:
    6.0
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TagServiceImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addTag​(String tag)
      Adds a new tag in the list of available tags
      void delete​(String tag)
      Deletes an existing tag
      GUIParameter[] getSettings()
      Gets the tag settings
      GUITag[] getTagCloud()
      Loads the tag cloud from the server
      void removeTag​(String tag)
      Removes an available from the list of available tags
      void rename​(String tag, String newTag)
      Rename an existing tag to another label
      • 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 Detail

      • TagServiceImpl

        public TagServiceImpl()