Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.comment.impl
Class CommentConverterImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.comment.impl.CommentConverterImpl
All Implemented Interfaces:
CommentConverter

public class CommentConverterImpl
extends Object
implements CommentConverter

Author:
George Lefter

Constructor Summary
CommentConverterImpl()
           
 
Method Summary
 String getDocumentType()
          Returns the type for comment document models.
 void updateDocumentModel(DocumentModel docModel, DocumentModel comment)
          Transforms the comment object into the document model.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentConverterImpl

public CommentConverterImpl()
Method Detail

getDocumentType

public String getDocumentType()
Description copied from interface: CommentConverter
Returns the type for comment document models.

Specified by:
getDocumentType in interface CommentConverter

updateDocumentModel

public void updateDocumentModel(DocumentModel docModel,
                                DocumentModel comment)
Description copied from interface: CommentConverter
Transforms the comment object into the document model.

Specified by:
updateDocumentModel in interface CommentConverter

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.