Uses of Class
com.riadalabs.jira.plugins.insight.services.model.CommentBean
Packages that use CommentBean
Package
Description
-
Uses of CommentBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return CommentBeanModifier and TypeMethodDescriptionObjectFacade.loadCommentBean
(int commentId) Load aCommentBean
ObjectFacade.storeCommentBean
(CommentBean commentBean) Store aCommentBean
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return types with arguments of type CommentBeanModifier and TypeMethodDescriptionObjectFacade.findCommentBeans
(int objectId) Find allCommentBean
for anObjectBean
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade with parameters of type CommentBeanModifier and TypeMethodDescriptionObjectFacade.storeCommentBean
(CommentBean commentBean) Store aCommentBean
-
Uses of CommentBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return CommentBeanModifier and TypeMethodDescriptionObjectFacadeImpl.loadCommentBean
(int commentId) ObjectFacadeImpl.storeCommentBean
(CommentBean commentBean) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return types with arguments of type CommentBeanMethods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl with parameters of type CommentBean -
Uses of CommentBean in com.riadalabs.jira.plugins.insight.services.events.objects.event
Methods in com.riadalabs.jira.plugins.insight.services.events.objects.event that return CommentBeanConstructors in com.riadalabs.jira.plugins.insight.services.events.objects.event with parameters of type CommentBeanModifierConstructorDescriptionInsightObjectCommentAddedEvent
(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser) InsightObjectCommentDeletedEvent
(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser) InsightObjectCommentEditedEvent
(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser)