Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.webengine.sites.webcomments
Class WebCommentService

java.lang.Object
  extended by org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
      extended by org.nuxeo.ecm.webengine.model.impl.DefaultAdapter
          extended by org.nuxeo.ecm.core.rest.CommentService
              extended by org.nuxeo.webengine.sites.webcomments.WebCommentService
All Implemented Interfaces:
AdapterResource, Resource, Adaptable
Direct Known Subclasses:
BlogCommentService, BlogCommentService

public class WebCommentService
extends CommentService

Web Comment Service - extension of base's Comment Service with specifics of sites module.

Author:
rux

Constructor Summary
WebCommentService()
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.core.rest.CommentService
approve, deleteComment, doPost, getCommentManager, getCommentsModerationService, reject, remove
 
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultAdapter
disptachAdapter, getTarget, isAdapter
 
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.webengine.model.Resource
checkGuard, dispose, getActiveAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot
 
Methods inherited from interface org.nuxeo.runtime.model.Adaptable
getAdapter
 

Constructor Detail

WebCommentService

public WebCommentService()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.