Uses of Class
de.hybris.platform.comments.model.AbstractCommentModel
Packages that use AbstractCommentModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
Contains generated models for each type of de.hybris.platform.comments.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.ticket.events.jalo package.
-
Uses of AbstractCommentModel in de.hybris.platform.cms2.model
Subclasses of AbstractCommentModel in de.hybris.platform.cms2.modelModifier and TypeClassDescriptionclassGenerated model class for type CMSWorkflowComment first defined at extension cms2. -
Uses of AbstractCommentModel in de.hybris.platform.comments.model
Subclasses of AbstractCommentModel in de.hybris.platform.comments.modelModifier and TypeClassDescriptionclassGenerated model class for type Comment first defined at extension comments.classGenerated model class for type Reply first defined at extension comments.Methods in de.hybris.platform.comments.model that return AbstractCommentModelModifier and TypeMethodDescriptionCommentAttachmentModel.getAbstractComment()Generated method - Getter of theCommentAttachment.abstractCommentattribute defined at extensioncomments.CommentUserSettingModel.getComment()Generated method - Getter of theCommentUserSetting.commentattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type AbstractCommentModelModifier and TypeMethodDescriptionvoidCommentAttachmentModel.setAbstractComment(AbstractCommentModel value) Generated method - Setter ofCommentAttachment.abstractCommentattribute defined at extensioncomments.voidCommentUserSettingModel.setComment(AbstractCommentModel value) Generated method - Initial setter ofCommentUserSetting.commentattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type AbstractCommentModelModifierConstructorDescriptionCommentUserSettingModel(AbstractCommentModel _comment, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentUserSettingModel(AbstractCommentModel _comment, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractCommentModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type AbstractCommentModelModifier and TypeMethodDescriptionUserModel.getCreatedComments()Generated method - Getter of theUser.createdCommentsattribute defined at extensioncomments.Method parameters in de.hybris.platform.core.model.user with type arguments of type AbstractCommentModelModifier and TypeMethodDescriptionvoidUserModel.setCreatedComments(List<AbstractCommentModel> value) Generated method - Setter ofUser.createdCommentsattribute defined at extensioncomments. -
Uses of AbstractCommentModel in de.hybris.platform.ticket.events.model
Subclasses of AbstractCommentModel in de.hybris.platform.ticket.events.modelModifier and TypeClassDescriptionclassGenerated model class for type CsCustomerEvent first defined at extension ticketsystem.classGenerated model class for type CsTicketEvent first defined at extension ticketsystem.classGenerated model class for type CsTicketResolutionEvent first defined at extension ticketsystem.