Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- bindCommentNode(Node, CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
C
- call() - Method in interface org.onehippo.forge.document.commenting.cms.api.SerializableCallable
-
Computes a result, or throws an exception if unable to do so.
- canCreateCommentItem(Session) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- clone() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- CommentingContext - Class in org.onehippo.forge.document.commenting.cms.api
-
Document commenting context object containing all the relative context data.
- CommentingContext() - Constructor for class org.onehippo.forge.document.commenting.cms.api.CommentingContext
- CommentingContext(IPluginContext, IPluginConfig, JcrNodeModel) - Constructor for class org.onehippo.forge.document.commenting.cms.api.CommentingContext
- CommentingException - Exception Class in org.onehippo.forge.document.commenting.cms.api
-
Document commenting exception.
- CommentingException() - Constructor for exception class org.onehippo.forge.document.commenting.cms.api.CommentingException
- CommentingException(String) - Constructor for exception class org.onehippo.forge.document.commenting.cms.api.CommentingException
- CommentingException(String, Throwable) - Constructor for exception class org.onehippo.forge.document.commenting.cms.api.CommentingException
- CommentingException(Throwable) - Constructor for exception class org.onehippo.forge.document.commenting.cms.api.CommentingException
- CommentItem - Class in org.onehippo.forge.document.commenting.cms.api
-
Comment data holder object.
- CommentItem() - Constructor for class org.onehippo.forge.document.commenting.cms.api.CommentItem
- CommentPersistenceManager - Interface in org.onehippo.forge.document.commenting.cms.api
-
Comment data persistence manager service interface, providing CRUD operations.
- createCommentItem(CommentingContext, CommentItem) - Method in interface org.onehippo.forge.document.commenting.cms.api.CommentPersistenceManager
-
Create comment data item based on given
commentItem. - createCommentItem(CommentingContext, CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- createDialogFactory(CommentItem, SerializableCallable<Object>) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- createDialogInstance(CommentItem, SerializableCallable<Object>) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- createEditModel() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- createEditPanel(String, String) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- createLatestCommentItemsReadQuery(CommentingContext, String, long, long) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
D
- DEFAULT_COMMENTS_LOCATION - Static variable in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- DEFAULT_DIALOG_SIZE - Static variable in class org.onehippo.forge.document.commenting.cms.impl.PluginConstants
-
Default dialog size parameter value.
- DEFAULT_EDITOR_CONFIG - Static variable in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- DEFAULT_FIELD_CAPTION - Static variable in class org.onehippo.forge.document.commenting.cms.impl.PluginConstants
-
Default field caption string which can be used instead when 'caption' plugin parameter is not defined.
- DefaultDocumentCommentingEditorDialog - Class in org.onehippo.forge.document.commenting.cms.impl
- DefaultDocumentCommentingEditorDialog(IModel<String>, CommentingContext, CommentPersistenceManager, CommentItem, SerializableCallable<Object>) - Constructor for class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- DefaultDocumentCommentingFieldPlugin - Class in org.onehippo.forge.document.commenting.cms.impl
- DefaultDocumentCommentingFieldPlugin(IPluginContext, IPluginConfig) - Constructor for class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- DefaultJcrCommentPersistenceManager - Class in org.onehippo.forge.document.commenting.cms.impl
-
CommentPersistenceManagerimplementation which stores data into JCR repository. - DefaultJcrCommentPersistenceManager() - Constructor for class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- deleteCommentItem(CommentingContext, CommentItem) - Method in interface org.onehippo.forge.document.commenting.cms.api.CommentPersistenceManager
-
Deletes comment data item based on information given by
commentItem. - deleteCommentItem(CommentingContext, CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- detach() - Method in class org.onehippo.forge.document.commenting.cms.impl.SimpleListDataProvider
E
- equals(Object) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
G
- getAttribute(String) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- getAttributeNames() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- getAuthor() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- getAuthorName(CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- getCaptionModel() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- getCommentBodyText(CommentingContext, CommentItem) - Method in interface org.onehippo.forge.document.commenting.cms.api.CommentPersistenceManager
-
Gets comment body text to display in user interface from
commentItem. - getCommentBodyText(CommentingContext, CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- getCommentBodyTooltip(CommentingContext, CommentItem) - Method in interface org.onehippo.forge.document.commenting.cms.api.CommentPersistenceManager
-
Gets comment body tooltip text to display in user interface from
commentItem. - getCommentBodyTooltip(CommentingContext, CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- getCommentHeadText(CommentingContext, CommentItem) - Method in interface org.onehippo.forge.document.commenting.cms.api.CommentPersistenceManager
-
Gets comment header text to display in user interface from
commentItem. - getCommentHeadText(CommentingContext, CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- getCommentHeadTooltip(CommentingContext, CommentItem) - Method in interface org.onehippo.forge.document.commenting.cms.api.CommentPersistenceManager
-
Gets comment header tooltip text to display in user interface from
commentItem. - getCommentHeadTooltip(CommentingContext, CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- getCommentingContext() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- getCommentingContext() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- getCommentItemById(CommentingContext, String) - Method in interface org.onehippo.forge.document.commenting.cms.api.CommentPersistenceManager
-
Retrieves a comment data item by
commentId. - getCommentItemById(CommentingContext, String) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- getCommentPersistenceManager() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- getCommentPersistenceManager() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- getContent() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- getCreated() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- getCurrentCommentItem() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- getDateFormat(CommentingContext) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- getDialogService() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- getId() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- getLastModified() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- getLatestCommentItemsBySubjectId(CommentingContext, String, long, long) - Method in interface org.onehippo.forge.document.commenting.cms.api.CommentPersistenceManager
-
Retrieves command data by
subjectId,offsetandlimit. - getLatestCommentItemsBySubjectId(CommentingContext, String, long, long) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- getOnOkCallback() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- getOriginalCommentItem() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- getPluginConfig() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentingContext
- getPluginContext() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentingContext
- getProperties() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- getQueryLimit() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- getSession() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- getSubjectDocumentModel() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentingContext
- getSubjectId() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- getTitle() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
H
- hasAttribute(String) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- hashCode() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
I
- isCompareMode() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- isCurrentCommentItemUpdated() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- isDeletableByAuthorOnly() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- isDeletableCommentItem(Session, CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- isEditableByAuthorOnly() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- isEditableCommentItem(Session, CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- isEditMode() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
- isValidCommentInputForCreate(CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- isValidCommentInputForUpdate(CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- iterator(long, long) - Method in class org.onehippo.forge.document.commenting.cms.impl.SimpleListDataProvider
M
- mapCommentItem(CommentItem, Node) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- model(T) - Method in class org.onehippo.forge.document.commenting.cms.impl.SimpleListDataProvider
N
- NT_COMMENT - Static variable in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- NT_COMMENTS_CONTAINER - Static variable in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
O
- onOk() - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- org.onehippo.forge.document.commenting.cms.api - package org.onehippo.forge.document.commenting.cms.api
- org.onehippo.forge.document.commenting.cms.impl - package org.onehippo.forge.document.commenting.cms.impl
P
- PARAM_DIALOG_SIZE - Static variable in class org.onehippo.forge.document.commenting.cms.impl.PluginConstants
-
Plugin parameter for the picker dialog size.
- PluginConstants - Class in org.onehippo.forge.document.commenting.cms.impl
-
Constants used in this plugins.
- PROP_AUTHOR - Static variable in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- PROP_CONTENT - Static variable in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- PROP_CREATED - Static variable in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- PROP_LAST_MODIFIED - Static variable in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
- PROP_SUBJECTID - Static variable in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
R
- renderHead(IHeaderResponse) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
- renderHead(IHeaderResponse) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
S
- SerializableCallable<V> - Interface in org.onehippo.forge.document.commenting.cms.api
-
Callable interface to use in callback mechanisms, allowing to be serialized in Wicket environment.
- setAttribute(String, Object) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- setAuthor(String) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- setContent(String) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- setCreated(Calendar) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- setId(String) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- setLastModified(Calendar) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- setPluginConfig(IPluginConfig) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentingContext
- setPluginContext(IPluginContext) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentingContext
- setSubjectDocumentModel(JcrNodeModel) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentingContext
- setSubjectId(String) - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
- SimpleListDataProvider<T> - Class in org.onehippo.forge.document.commenting.cms.impl
- SimpleListDataProvider(List<T>) - Constructor for class org.onehippo.forge.document.commenting.cms.impl.SimpleListDataProvider
- size() - Method in class org.onehippo.forge.document.commenting.cms.impl.SimpleListDataProvider
T
- toString() - Method in class org.onehippo.forge.document.commenting.cms.api.CommentItem
U
- updateCommentItem(CommentingContext, CommentItem) - Method in interface org.onehippo.forge.document.commenting.cms.api.CommentPersistenceManager
-
Updates comment data item by
commentItem. - updateCommentItem(CommentingContext, CommentItem) - Method in class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form