Uses of Class
org.onehippo.forge.document.commenting.cms.api.CommentItem
Packages that use CommentItem
Package
Description
-
Uses of CommentItem in org.onehippo.forge.document.commenting.cms.api
Methods in org.onehippo.forge.document.commenting.cms.api that return CommentItemModifier and TypeMethodDescriptionCommentPersistenceManager.getCommentItemById(CommentingContext commentingContext, String commentId) Retrieves a comment data item bycommentId.Methods in org.onehippo.forge.document.commenting.cms.api that return types with arguments of type CommentItemModifier and TypeMethodDescriptionCommentPersistenceManager.getLatestCommentItemsBySubjectId(CommentingContext commentingContext, String subjectId, long offset, long limit) Retrieves command data bysubjectId,offsetandlimit.Methods in org.onehippo.forge.document.commenting.cms.api with parameters of type CommentItemModifier 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.voidCommentPersistenceManager.updateCommentItem(CommentingContext commentingContext, CommentItem commentItem) Updates comment data item bycommentItem. -
Uses of CommentItem in org.onehippo.forge.document.commenting.cms.impl
Methods in org.onehippo.forge.document.commenting.cms.impl that return CommentItemModifier and TypeMethodDescriptionDefaultJcrCommentPersistenceManager.getCommentItemById(CommentingContext commentingContext, String commentId) protected CommentItemDefaultDocumentCommentingEditorDialog.getCurrentCommentItem()protected CommentItemDefaultDocumentCommentingEditorDialog.getOriginalCommentItem()Methods in org.onehippo.forge.document.commenting.cms.impl that return types with arguments of type CommentItemModifier and TypeMethodDescriptionDefaultJcrCommentPersistenceManager.getLatestCommentItemsBySubjectId(CommentingContext commentingContext, String subjectId, long offset, long limit) Methods in org.onehippo.forge.document.commenting.cms.impl with parameters of type CommentItemModifier and TypeMethodDescriptionprotected voidDefaultJcrCommentPersistenceManager.bindCommentNode(Node commentNode, CommentItem commentItem) DefaultJcrCommentPersistenceManager.createCommentItem(CommentingContext commentingContext, CommentItem commentItem) protected org.hippoecm.frontend.dialog.IDialogFactoryDefaultDocumentCommentingFieldPlugin.createDialogFactory(CommentItem commentItem, SerializableCallable<Object> onOkCallback) protected org.hippoecm.frontend.dialog.AbstractDialog<Node> DefaultDocumentCommentingFieldPlugin.createDialogInstance(CommentItem commentItem, SerializableCallable<Object> onOkCallback) voidDefaultJcrCommentPersistenceManager.deleteCommentItem(CommentingContext commentingContext, CommentItem commentItem) protected StringDefaultJcrCommentPersistenceManager.getAuthorName(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) protected booleanDefaultDocumentCommentingFieldPlugin.isDeletableCommentItem(Session userJcrSession, CommentItem commentItem) protected booleanDefaultDocumentCommentingFieldPlugin.isEditableCommentItem(Session userJcrSession, CommentItem commentItem) protected booleanDefaultDocumentCommentingEditorDialog.isValidCommentInputForCreate(CommentItem commentItem) protected booleanDefaultDocumentCommentingEditorDialog.isValidCommentInputForUpdate(CommentItem commentItem) protected voidDefaultJcrCommentPersistenceManager.mapCommentItem(CommentItem commentItem, Node commentNode) voidDefaultJcrCommentPersistenceManager.updateCommentItem(CommentingContext commentingContext, CommentItem commentItem) Constructors in org.onehippo.forge.document.commenting.cms.impl with parameters of type CommentItemModifierConstructorDescriptionDefaultDocumentCommentingEditorDialog(org.apache.wicket.model.IModel<String> titleModel, CommentingContext commentingContext, CommentPersistenceManager commentPersistenceManager, CommentItem originalCommentItem, SerializableCallable<Object> onOkCallback)