Uses of Class
org.onehippo.forge.document.commenting.cms.api.CommentingException
Packages that use CommentingException
Package
Description
-
Uses of CommentingException in org.onehippo.forge.document.commenting.cms.api
Methods in org.onehippo.forge.document.commenting.cms.api that throw CommentingExceptionModifier and TypeMethodDescriptionCommentPersistenceManager.createCommentItem(CommentingContext commentingContext, CommentItem commentItem) Create comment data item based on givencommentItem.voidCommentPersistenceManager.deleteCommentItem(CommentingContext commentingContext, CommentItem commentItem) Deletes comment data item based on information given bycommentItem.CommentPersistenceManager.getCommentBodyText(CommentingContext commentingContext, CommentItem commentItem) Gets comment body text to display in user interface fromcommentItem.CommentPersistenceManager.getCommentBodyTooltip(CommentingContext commentingContext, CommentItem commentItem) Gets comment body tooltip text to display in user interface fromcommentItem.CommentPersistenceManager.getCommentHeadText(CommentingContext commentingContext, CommentItem commentItem) Gets comment header text to display in user interface fromcommentItem.CommentPersistenceManager.getCommentHeadTooltip(CommentingContext commentingContext, CommentItem commentItem) Gets comment header tooltip text to display in user interface fromcommentItem.CommentPersistenceManager.getCommentItemById(CommentingContext commentingContext, String commentId) Retrieves a comment data item bycommentId.CommentPersistenceManager.getLatestCommentItemsBySubjectId(CommentingContext commentingContext, String subjectId, long offset, long limit) Retrieves command data bysubjectId,offsetandlimit.voidCommentPersistenceManager.updateCommentItem(CommentingContext commentingContext, CommentItem commentItem) Updates comment data item bycommentItem. -
Uses of CommentingException in org.onehippo.forge.document.commenting.cms.impl
Methods in org.onehippo.forge.document.commenting.cms.impl that throw CommentingExceptionModifier and TypeMethodDescriptionDefaultJcrCommentPersistenceManager.createCommentItem(CommentingContext commentingContext, CommentItem commentItem) voidDefaultJcrCommentPersistenceManager.deleteCommentItem(CommentingContext commentingContext, CommentItem commentItem) DefaultJcrCommentPersistenceManager.getCommentBodyText(CommentingContext commentingContext, CommentItem commentItem) DefaultJcrCommentPersistenceManager.getCommentBodyTooltip(CommentingContext commentingContext, CommentItem commentItem) DefaultJcrCommentPersistenceManager.getCommentHeadText(CommentingContext commentingContext, CommentItem commentItem) DefaultJcrCommentPersistenceManager.getCommentHeadTooltip(CommentingContext commentingContext, CommentItem commentItem) DefaultJcrCommentPersistenceManager.getCommentItemById(CommentingContext commentingContext, String commentId) DefaultJcrCommentPersistenceManager.getLatestCommentItemsBySubjectId(CommentingContext commentingContext, String subjectId, long offset, long limit) voidDefaultJcrCommentPersistenceManager.updateCommentItem(CommentingContext commentingContext, CommentItem commentItem)