Uses of Class
de.hybris.platform.comments.jalo.Comment
-
Packages that use Comment Package Description de.hybris.platform.cms2.jalo de.hybris.platform.cockpit.jalo de.hybris.platform.comments.jalo de.hybris.platform.ticket.events.jalo -
-
Uses of Comment in de.hybris.platform.cms2.jalo
Subclasses of Comment in de.hybris.platform.cms2.jalo Modifier and Type Class Description classCMSWorkflowCommentclassGeneratedCMSWorkflowCommentGenerated class for typeCMSWorkflowComment. -
Uses of Comment in de.hybris.platform.cockpit.jalo
Methods in de.hybris.platform.cockpit.jalo that return Comment Modifier and Type Method Description CommentGeneratedCommentMetadata. getComment()Generated method - Getter of theCommentMetadata.commentattribute.CommentGeneratedCommentMetadata. getComment(SessionContext ctx)Generated method - Getter of theCommentMetadata.commentattribute.Methods in de.hybris.platform.cockpit.jalo with parameters of type Comment Modifier and Type Method Description voidGeneratedCockpitManager. addToCommentMetadata(Comment item, CommentMetadata value)Generated method - Addsvalueto commentMetadata.voidGeneratedCockpitManager. addToCommentMetadata(SessionContext ctx, Comment item, CommentMetadata value)Generated method - Addsvalueto commentMetadata.java.util.Collection<CommentMetadata>GeneratedCockpitManager. getCommentMetadata(Comment item)Generated method - Getter of theComment.commentMetadataattribute.java.util.Collection<CommentMetadata>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, java.util.Collection<CommentMetadata> value)Generated method - Setter of theComment.commentMetadataattribute.voidGeneratedCockpitManager. setCommentMetadata(SessionContext ctx, Comment item, java.util.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 Comment Modifier and Type Field Description protected static OneToManyHandler<Comment>GeneratedCommentType. COMMENTHANDLEROneToManyHandlerfor handling 1:n COMMENT's relation attributes from 'many' side.protected static OneToManyHandler<Comment>GeneratedComponent. COMMENTHANDLEROneToManyHandlerfor handling 1:n COMMENT's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return Comment Modifier and Type Method Description CommentGeneratedCommentsManager. createComment(SessionContext ctx, java.util.Map attributeValues)CommentGeneratedCommentsManager. createComment(java.util.Map attributeValues)CommentGeneratedReply. getComment()Generated method - Getter of theReply.commentattribute.CommentGeneratedReply. getComment(SessionContext ctx)Generated method - Getter of theReply.commentattribute.Methods in de.hybris.platform.comments.jalo that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>GeneratedCommentsManager. getAssignedComments(SessionContext ctx, User item)Generated method - Getter of theUser.assignedCommentsattribute.java.util.List<Comment>GeneratedCommentsManager. getAssignedComments(User item)Generated method - Getter of theUser.assignedCommentsattribute.java.util.List<Comment>GeneratedCommentsManager. getComments(Item item)Generated method - Getter of theItem.commentsattribute.java.util.List<Comment>GeneratedCommentsManager. getComments(SessionContext ctx, Item item)Generated method - Getter of theItem.commentsattribute.java.util.List<Comment>GeneratedCommentsManager. getWatchedComments(Principal item)Generated method - Getter of thePrincipal.watchedCommentsattribute.java.util.List<Comment>GeneratedCommentsManager. getWatchedComments(SessionContext ctx, Principal item)Generated method - Getter of thePrincipal.watchedCommentsattribute.Methods in de.hybris.platform.comments.jalo with parameters of type Comment Modifier and Type Method Description voidGeneratedCommentsManager. 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 Comment Modifier and Type Method Description voidGeneratedCommentsManager. setAssignedComments(SessionContext ctx, User item, java.util.List<Comment> value)Generated method - Setter of theUser.assignedCommentsattribute.voidGeneratedCommentsManager. setAssignedComments(User item, java.util.List<Comment> value)Generated method - Setter of theUser.assignedCommentsattribute.voidGeneratedCommentsManager. setComments(Item item, java.util.List<Comment> value)Generated method - Setter of theItem.commentsattribute.voidGeneratedCommentsManager. setComments(SessionContext ctx, Item item, java.util.List<Comment> value)Generated method - Setter of theItem.commentsattribute.voidGeneratedCommentsManager. setWatchedComments(Principal item, java.util.List<Comment> value)Generated method - Setter of thePrincipal.watchedCommentsattribute.voidGeneratedCommentsManager. setWatchedComments(SessionContext ctx, Principal item, java.util.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.jalo Modifier and Type Class Description classCsCustomerEventclassCsTicketEventclassCsTicketResolutionEventclassGeneratedCsCustomerEventGenerated class for typeCsCustomerEvent.classGeneratedCsTicketEventGenerated class for typeCsTicketEvent.classGeneratedCsTicketResolutionEventGenerated class for typeCsTicketResolutionEvent.
-