public interface

CommentService

org.mule.LiquidPlanner.client.services.CommentService
Known Indirect Subclasses

Summary

Public Methods
abstract Comment createComment(String workSpaceId, Comment comment)
abstract Comment deleteComment(String workSpaceId, String commentId)
abstract Comment getComment(String workSpaceId, String commentId)
abstract List<Comment> getComments(String workSpaceId)
abstract Comment updateComment(String workSpaceId, Comment comment)

Public Methods

public abstract Comment createComment (String workSpaceId, Comment comment)

Parameters
workSpaceId
comment

public abstract Comment deleteComment (String workSpaceId, String commentId)

Parameters
workSpaceId
commentId

public abstract Comment getComment (String workSpaceId, String commentId)

Parameters
workSpaceId
commentId

public abstract List<Comment> getComments (String workSpaceId)

Parameters
workSpaceId

public abstract Comment updateComment (String workSpaceId, Comment comment)

Parameters
workSpaceId
comment