Uses of Class
de.hybris.platform.comments.jalo.AbstractComment
Packages that use AbstractComment
Package
Description
-
Uses of AbstractComment in de.hybris.platform.cms2.jalo
Subclasses of AbstractComment in de.hybris.platform.cms2.jalo -
Uses of AbstractComment in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type AbstractCommentModifier and TypeMethodDescriptionprotected StringCommentLabelProvider.getIconPath(AbstractComment item) Deprecated.protected StringCommentLabelProvider.getIconPath(AbstractComment item, String languageIso) Deprecated.protected StringCommentLabelProvider.getItemDescription(AbstractComment item) Deprecated.protected StringCommentLabelProvider.getItemDescription(AbstractComment item, String languageIso) Deprecated.protected StringCommentLabelProvider.getItemLabel(AbstractComment item) Deprecated.protected StringCommentLabelProvider.getItemLabel(AbstractComment item, String languageIso) Deprecated. -
Uses of AbstractComment in de.hybris.platform.comments.jalo
Subclasses of AbstractComment in de.hybris.platform.comments.jaloModifier and TypeClassDescriptionclassclassGenerated class for typeComment.classGenerated class for typeReply.classFields in de.hybris.platform.comments.jalo with type parameters of type AbstractCommentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<AbstractComment>GeneratedCommentsManager.ABSTRACTCOMMENTAUTHORRELATIONCREATEDCOMMENTSHANDLEROneToManyHandlerfor handling 1:n CREATEDCOMMENTS's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return AbstractCommentModifier and TypeMethodDescriptionGeneratedCommentAttachment.getAbstractComment()Generated method - Getter of theCommentAttachment.abstractCommentattribute.GeneratedCommentAttachment.getAbstractComment(SessionContext ctx) Generated method - Getter of theCommentAttachment.abstractCommentattribute.GeneratedCommentUserSetting.getComment()Generated method - Getter of theCommentUserSetting.commentattribute.GeneratedCommentUserSetting.getComment(SessionContext ctx) Generated method - Getter of theCommentUserSetting.commentattribute.Methods in de.hybris.platform.comments.jalo that return types with arguments of type AbstractCommentModifier and TypeMethodDescriptionGeneratedCommentsManager.getCreatedComments(SessionContext ctx, User item) Generated method - Getter of theUser.createdCommentsattribute.GeneratedCommentsManager.getCreatedComments(User item) Generated method - Getter of theUser.createdCommentsattribute.Methods in de.hybris.platform.comments.jalo with parameters of type AbstractCommentModifier and TypeMethodDescriptionvoidGeneratedCommentsManager.addToCreatedComments(SessionContext ctx, User item, AbstractComment value) Generated method - Addsvalueto createdComments.voidGeneratedCommentsManager.addToCreatedComments(User item, AbstractComment value) Generated method - Addsvalueto createdComments.voidGeneratedCommentsManager.removeFromCreatedComments(SessionContext ctx, User item, AbstractComment value) Generated method - Removesvaluefrom createdComments.voidGeneratedCommentsManager.removeFromCreatedComments(User item, AbstractComment value) Generated method - Removesvaluefrom createdComments.voidGeneratedCommentAttachment.setAbstractComment(AbstractComment value) Generated method - Setter of theCommentAttachment.abstractCommentattribute.voidGeneratedCommentAttachment.setAbstractComment(SessionContext ctx, AbstractComment value) Generated method - Setter of theCommentAttachment.abstractCommentattribute.protected voidGeneratedCommentUserSetting.setComment(AbstractComment value) Generated method - Setter of theCommentUserSetting.commentattribute.protected voidGeneratedCommentUserSetting.setComment(SessionContext ctx, AbstractComment value) Generated method - Setter of theCommentUserSetting.commentattribute.Method parameters in de.hybris.platform.comments.jalo with type arguments of type AbstractCommentModifier and TypeMethodDescriptionvoidGeneratedCommentsManager.setCreatedComments(SessionContext ctx, User item, List<AbstractComment> value) Generated method - Setter of theUser.createdCommentsattribute.voidGeneratedCommentsManager.setCreatedComments(User item, List<AbstractComment> value) Generated method - Setter of theUser.createdCommentsattribute. -
Uses of AbstractComment in de.hybris.platform.ticket.events.jalo
Subclasses of AbstractComment in de.hybris.platform.ticket.events.jaloModifier and TypeClassDescriptionclassclassclassclassGenerated class for typeCsCustomerEvent.classGenerated class for typeCsTicketEvent.classGenerated class for typeCsTicketResolutionEvent.