Uses of Class
org.onehippo.forge.document.commenting.cms.api.CommentingContext
Packages that use CommentingContext
Package
Description
-
Uses of CommentingContext in org.onehippo.forge.document.commenting.cms.api
Methods in org.onehippo.forge.document.commenting.cms.api with parameters of type CommentingContextModifier 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 CommentingContext in org.onehippo.forge.document.commenting.cms.impl
Methods in org.onehippo.forge.document.commenting.cms.impl that return CommentingContextModifier and TypeMethodDescriptionprotected CommentingContextDefaultDocumentCommentingEditorDialog.getCommentingContext()protected CommentingContextDefaultDocumentCommentingFieldPlugin.getCommentingContext()Methods in org.onehippo.forge.document.commenting.cms.impl with parameters of type CommentingContextModifier and TypeMethodDescriptionDefaultJcrCommentPersistenceManager.createCommentItem(CommentingContext commentingContext, CommentItem commentItem) protected QueryDefaultJcrCommentPersistenceManager.createLatestCommentItemsReadQuery(CommentingContext commentingContext, String subjectId, long offset, long limit) 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) protected StringDefaultJcrCommentPersistenceManager.getDateFormat(CommentingContext commentingContext) DefaultJcrCommentPersistenceManager.getLatestCommentItemsBySubjectId(CommentingContext commentingContext, String subjectId, long offset, long limit) voidDefaultJcrCommentPersistenceManager.updateCommentItem(CommentingContext commentingContext, CommentItem commentItem) Constructors in org.onehippo.forge.document.commenting.cms.impl with parameters of type CommentingContextModifierConstructorDescriptionDefaultDocumentCommentingEditorDialog(org.apache.wicket.model.IModel<String> titleModel, CommentingContext commentingContext, CommentPersistenceManager commentPersistenceManager, CommentItem originalCommentItem, SerializableCallable<Object> onOkCallback)