Uses of Class
de.hybris.platform.comments.jalo.AbstractComment
-
Packages that use AbstractComment Package Description de.hybris.platform.cms2.jalo de.hybris.platform.cockpit.services.label.impl de.hybris.platform.comments.jalo de.hybris.platform.ticket.events.jalo -
-
Uses of AbstractComment in de.hybris.platform.cms2.jalo
Subclasses of AbstractComment in de.hybris.platform.cms2.jalo Modifier and Type Class Description classCMSWorkflowCommentclassGeneratedCMSWorkflowCommentGenerated class for typeCMSWorkflowComment. -
Uses of AbstractComment in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type AbstractComment Modifier and Type Method Description protected java.lang.StringCommentLabelProvider. getIconPath(AbstractComment item)Deprecated.protected java.lang.StringCommentLabelProvider. getIconPath(AbstractComment item, java.lang.String languageIso)Deprecated.protected java.lang.StringCommentLabelProvider. getItemDescription(AbstractComment item)Deprecated.protected java.lang.StringCommentLabelProvider. getItemDescription(AbstractComment item, java.lang.String languageIso)Deprecated.protected java.lang.StringCommentLabelProvider. getItemLabel(AbstractComment item)Deprecated.protected java.lang.StringCommentLabelProvider. getItemLabel(AbstractComment item, java.lang.String languageIso)Deprecated. -
Uses of AbstractComment in de.hybris.platform.comments.jalo
Subclasses of AbstractComment in de.hybris.platform.comments.jalo Modifier and Type Class Description classCommentclassGeneratedCommentGenerated class for typeComment.classGeneratedReplyGenerated class for typeReply.classReplyFields in de.hybris.platform.comments.jalo with type parameters of type AbstractComment Modifier and Type Field Description protected static OneToManyHandler<AbstractComment>GeneratedCommentsManager. ABSTRACTCOMMENTAUTHORRELATIONCREATEDCOMMENTSHANDLEROneToManyHandlerfor handling 1:n CREATEDCOMMENTS's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return AbstractComment Modifier and Type Method Description AbstractCommentGeneratedCommentAttachment. getAbstractComment()Generated method - Getter of theCommentAttachment.abstractCommentattribute.AbstractCommentGeneratedCommentAttachment. getAbstractComment(SessionContext ctx)Generated method - Getter of theCommentAttachment.abstractCommentattribute.AbstractCommentGeneratedCommentUserSetting. getComment()Generated method - Getter of theCommentUserSetting.commentattribute.AbstractCommentGeneratedCommentUserSetting. getComment(SessionContext ctx)Generated method - Getter of theCommentUserSetting.commentattribute.Methods in de.hybris.platform.comments.jalo that return types with arguments of type AbstractComment Modifier and Type Method Description java.util.List<AbstractComment>GeneratedCommentsManager. getCreatedComments(SessionContext ctx, User item)Generated method - Getter of theUser.createdCommentsattribute.java.util.List<AbstractComment>GeneratedCommentsManager. getCreatedComments(User item)Generated method - Getter of theUser.createdCommentsattribute.Methods in de.hybris.platform.comments.jalo with parameters of type AbstractComment Modifier and Type Method Description voidGeneratedCommentsManager. 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 AbstractComment Modifier and Type Method Description voidGeneratedCommentsManager. setCreatedComments(SessionContext ctx, User item, java.util.List<AbstractComment> value)Generated method - Setter of theUser.createdCommentsattribute.voidGeneratedCommentsManager. setCreatedComments(User item, java.util.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.jalo Modifier and Type Class Description classCsCustomerEventclassCsTicketEventclassCsTicketResolutionEventclassGeneratedCsCustomerEventGenerated class for typeCsCustomerEvent.classGeneratedCsTicketEventGenerated class for typeCsTicketEvent.classGeneratedCsTicketResolutionEventGenerated class for typeCsTicketResolutionEvent.
-