Interface CommentConverter
-
- All Known Implementing Classes:
CommentConverterImpl
public interface CommentConverter
- Author:
- George Lefter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDocumentType()
Returns the type for comment document models.void
updateDocumentModel(DocumentModel docModel, DocumentModel comment)
Transforms the comment object into the document model.
-
-
-
Method Detail
-
updateDocumentModel
void updateDocumentModel(DocumentModel docModel, DocumentModel comment)
Transforms the comment object into the document model.
-
getDocumentType
String getDocumentType()
Returns the type for comment document models.
-
-