Constructor and Description |
---|
CommentsImpl() |
Modifier and Type | Method and Description |
---|---|
Comment |
createComment(java.lang.String nodeId,
Comment comment) |
void |
deleteComment(java.lang.String nodeId,
java.lang.String commentNodeId) |
CollectionWithPagingInfo |
getComments(java.lang.String nodeId,
Paging paging) |
void |
setCommentService(org.alfresco.repo.forum.CommentService commentService) |
void |
setContentService(org.alfresco.service.cmr.repository.ContentService contentService) |
void |
setLockService(org.alfresco.service.cmr.lock.LockService lockService) |
void |
setNodes(Nodes nodes) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService) |
void |
setTypeConstraint(org.alfresco.util.TypeConstraint typeConstraint) |
Comment |
updateComment(java.lang.String nodeId,
Comment comment) |
public void setTypeConstraint(org.alfresco.util.TypeConstraint typeConstraint)
public void setNodes(Nodes nodes)
public void setLockService(org.alfresco.service.cmr.lock.LockService lockService)
public void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setCommentService(org.alfresco.repo.forum.CommentService commentService)
public void setContentService(org.alfresco.service.cmr.repository.ContentService contentService)
public Comment createComment(java.lang.String nodeId, Comment comment)
createComment
in interface Comments
public Comment updateComment(java.lang.String nodeId, Comment comment)
updateComment
in interface Comments
public CollectionWithPagingInfo getComments(java.lang.String nodeId, Paging paging)
getComments
in interface Comments
public void deleteComment(java.lang.String nodeId, java.lang.String commentNodeId)
deleteComment
in interface Comments
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.