Liferay 7.0-ce-m3

com.liferay.portlet.messageboards.comment
Class MBCommentManagerImpl

java.lang.Object
  extended by com.liferay.portlet.messageboards.comment.MBCommentManagerImpl
All Implemented Interfaces:
CommentManager

public class MBCommentManagerImpl
extends Object
implements CommentManager


Constructor Summary
MBCommentManagerImpl()
           
 
Method Summary
 void addComment(long userId, long groupId, String className, long classPK, String body, ServiceContext serviceContext)
           
 long addComment(long userId, long groupId, String className, long classPK, String userName, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 void addDiscussion(long userId, long groupId, String className, long classPK, String userName)
           
 void deleteComment(long commentId)
           
 void deleteDiscussion(String className, long classPK)
           
 int getCommentsCount(String className, long classPK)
           
 void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBCommentManagerImpl

public MBCommentManagerImpl()
Method Detail

addComment

public void addComment(long userId,
                       long groupId,
                       String className,
                       long classPK,
                       String body,
                       ServiceContext serviceContext)
                throws PortalException
Specified by:
addComment in interface CommentManager
Throws:
PortalException

addComment

public long addComment(long userId,
                       long groupId,
                       String className,
                       long classPK,
                       String userName,
                       String subject,
                       String body,
                       Function<String,ServiceContext> serviceContextFunction)
                throws PortalException
Specified by:
addComment in interface CommentManager
Throws:
PortalException

addDiscussion

public void addDiscussion(long userId,
                          long groupId,
                          String className,
                          long classPK,
                          String userName)
                   throws PortalException
Specified by:
addDiscussion in interface CommentManager
Throws:
PortalException

deleteComment

public void deleteComment(long commentId)
                   throws PortalException
Specified by:
deleteComment in interface CommentManager
Throws:
PortalException

deleteDiscussion

public void deleteDiscussion(String className,
                             long classPK)
                      throws PortalException
Specified by:
deleteDiscussion in interface CommentManager
Throws:
PortalException

getCommentsCount

public int getCommentsCount(String className,
                            long classPK)
Specified by:
getCommentsCount in interface CommentManager

setMBMessageLocalService

public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)

Liferay 7.0-ce-m3