Uses of Interface
org.onehippo.forge.document.commenting.cms.api.CommentPersistenceManager
Packages that use CommentPersistenceManager
-
Uses of CommentPersistenceManager in org.onehippo.forge.document.commenting.cms.impl
Classes in org.onehippo.forge.document.commenting.cms.impl that implement CommentPersistenceManagerModifier and TypeClassDescriptionclassCommentPersistenceManagerimplementation which stores data into JCR repository.Methods in org.onehippo.forge.document.commenting.cms.impl that return CommentPersistenceManagerModifier and TypeMethodDescriptionprotected CommentPersistenceManagerDefaultDocumentCommentingEditorDialog.getCommentPersistenceManager()protected CommentPersistenceManagerDefaultDocumentCommentingFieldPlugin.getCommentPersistenceManager()Constructors in org.onehippo.forge.document.commenting.cms.impl with parameters of type CommentPersistenceManagerModifierConstructorDescriptionDefaultDocumentCommentingEditorDialog(org.apache.wicket.model.IModel<String> titleModel, CommentingContext commentingContext, CommentPersistenceManager commentPersistenceManager, CommentItem originalCommentItem, SerializableCallable<Object> onOkCallback)