Uses of Class
de.hybris.platform.comments.jalo.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in de.hybris.platform.cms2.jalo
Subclasses of Comment in de.hybris.platform.cms2.jalo -
Uses of Comment in de.hybris.platform.cockpit.jalo
Methods in de.hybris.platform.cockpit.jalo that return CommentModifier and TypeMethodDescriptionGeneratedCommentMetadata.getComment()Generated method - Getter of theCommentMetadata.commentattribute.GeneratedCommentMetadata.getComment(SessionContext ctx) Generated method - Getter of theCommentMetadata.commentattribute.Methods in de.hybris.platform.cockpit.jalo with parameters of type CommentModifier and TypeMethodDescriptionvoidGeneratedCockpitManager.addToCommentMetadata(Comment item, CommentMetadata value) Generated method - Addsvalueto commentMetadata.voidGeneratedCockpitManager.addToCommentMetadata(SessionContext ctx, Comment item, CommentMetadata value) Generated method - Addsvalueto commentMetadata.GeneratedCockpitManager.getCommentMetadata(Comment item) Generated method - Getter of theComment.commentMetadataattribute.GeneratedCockpitManager.getCommentMetadata(SessionContext ctx, Comment item) Generated method - Getter of theComment.commentMetadataattribute.voidGeneratedCockpitManager.removeFromCommentMetadata(Comment item, CommentMetadata value) Generated method - Removesvaluefrom commentMetadata.voidGeneratedCockpitManager.removeFromCommentMetadata(SessionContext ctx, Comment item, CommentMetadata value) Generated method - Removesvaluefrom commentMetadata.protected voidGeneratedCommentMetadata.setComment(Comment value) Generated method - Setter of theCommentMetadata.commentattribute.protected voidGeneratedCommentMetadata.setComment(SessionContext ctx, Comment value) Generated method - Setter of theCommentMetadata.commentattribute.voidGeneratedCockpitManager.setCommentMetadata(Comment item, Collection<CommentMetadata> value) Generated method - Setter of theComment.commentMetadataattribute.voidGeneratedCockpitManager.setCommentMetadata(SessionContext ctx, Comment item, Collection<CommentMetadata> value) Generated method - Setter of theComment.commentMetadataattribute. -
Uses of Comment in de.hybris.platform.comments.jalo
Fields in de.hybris.platform.comments.jalo with type parameters of type CommentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<Comment>GeneratedCommentType.COMMENTHANDLEROneToManyHandlerfor handling 1:n COMMENT's relation attributes from 'many' side.protected static final OneToManyHandler<Comment>GeneratedComponent.COMMENTHANDLEROneToManyHandlerfor handling 1:n COMMENT's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return CommentModifier and TypeMethodDescriptionGeneratedCommentsManager.createComment(SessionContext ctx, Map attributeValues) GeneratedCommentsManager.createComment(Map attributeValues) GeneratedReply.getComment()Generated method - Getter of theReply.commentattribute.GeneratedReply.getComment(SessionContext ctx) Generated method - Getter of theReply.commentattribute.Methods in de.hybris.platform.comments.jalo that return types with arguments of type CommentModifier and TypeMethodDescriptionGeneratedCommentsManager.getAssignedComments(SessionContext ctx, User item) Generated method - Getter of theUser.assignedCommentsattribute.GeneratedCommentsManager.getAssignedComments(User item) Generated method - Getter of theUser.assignedCommentsattribute.GeneratedCommentsManager.getComments(Item item) Generated method - Getter of theItem.commentsattribute.GeneratedCommentsManager.getComments(SessionContext ctx, Item item) Generated method - Getter of theItem.commentsattribute.GeneratedCommentsManager.getWatchedComments(Principal item) Generated method - Getter of thePrincipal.watchedCommentsattribute.GeneratedCommentsManager.getWatchedComments(SessionContext ctx, Principal item) Generated method - Getter of thePrincipal.watchedCommentsattribute.Methods in de.hybris.platform.comments.jalo with parameters of type CommentModifier and TypeMethodDescriptionvoidGeneratedCommentsManager.addToAssignedComments(SessionContext ctx, User item, Comment value) Generated method - Addsvalueto assignedComments.voidGeneratedCommentsManager.addToAssignedComments(User item, Comment value) Generated method - Addsvalueto assignedComments.voidGeneratedCommentsManager.addToComments(Item item, Comment value) Generated method - Addsvalueto comments.voidGeneratedCommentsManager.addToComments(SessionContext ctx, Item item, Comment value) Generated method - Addsvalueto comments.voidGeneratedCommentsManager.addToWatchedComments(Principal item, Comment value) Generated method - Addsvalueto watchedComments.voidGeneratedCommentsManager.addToWatchedComments(SessionContext ctx, Principal item, Comment value) Generated method - Addsvalueto watchedComments.voidGeneratedCommentsManager.removeFromAssignedComments(SessionContext ctx, User item, Comment value) Generated method - Removesvaluefrom assignedComments.voidGeneratedCommentsManager.removeFromAssignedComments(User item, Comment value) Generated method - Removesvaluefrom assignedComments.voidGeneratedCommentsManager.removeFromComments(Item item, Comment value) Generated method - Removesvaluefrom comments.voidGeneratedCommentsManager.removeFromComments(SessionContext ctx, Item item, Comment value) Generated method - Removesvaluefrom comments.voidGeneratedCommentsManager.removeFromWatchedComments(Principal item, Comment value) Generated method - Removesvaluefrom watchedComments.voidGeneratedCommentsManager.removeFromWatchedComments(SessionContext ctx, Principal item, Comment value) Generated method - Removesvaluefrom watchedComments.protected voidGeneratedReply.setComment(Comment value) Generated method - Setter of theReply.commentattribute.protected voidGeneratedReply.setComment(SessionContext ctx, Comment value) Generated method - Setter of theReply.commentattribute.Method parameters in de.hybris.platform.comments.jalo with type arguments of type CommentModifier and TypeMethodDescriptionvoidGeneratedCommentsManager.setAssignedComments(SessionContext ctx, User item, List<Comment> value) Generated method - Setter of theUser.assignedCommentsattribute.voidGeneratedCommentsManager.setAssignedComments(User item, List<Comment> value) Generated method - Setter of theUser.assignedCommentsattribute.voidGeneratedCommentsManager.setComments(Item item, List<Comment> value) Generated method - Setter of theItem.commentsattribute.voidGeneratedCommentsManager.setComments(SessionContext ctx, Item item, List<Comment> value) Generated method - Setter of theItem.commentsattribute.voidGeneratedCommentsManager.setWatchedComments(Principal item, List<Comment> value) Generated method - Setter of thePrincipal.watchedCommentsattribute.voidGeneratedCommentsManager.setWatchedComments(SessionContext ctx, Principal item, List<Comment> value) Generated method - Setter of thePrincipal.watchedCommentsattribute. -
Uses of Comment in de.hybris.platform.ticket.events.jalo
Subclasses of Comment in de.hybris.platform.ticket.events.jaloModifier and TypeClassDescriptionclassclassclassclassGenerated class for typeCsCustomerEvent.classGenerated class for typeCsTicketEvent.classGenerated class for typeCsTicketResolutionEvent.