Uses of Class
de.hybris.platform.comments.model.AbstractCommentModel
-
Packages that use AbstractCommentModel Package Description de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.comments.model Contains generated models for each type of de.hybris.platform.comments.jalo package.de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package.de.hybris.platform.ticket.events.model 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.model Modifier and Type Class Description classCMSWorkflowCommentModelGenerated 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.model Modifier and Type Class Description classCommentModelGenerated model class for type Comment first defined at extension comments.classReplyModelGenerated model class for type Reply first defined at extension comments.Methods in de.hybris.platform.comments.model that return AbstractCommentModel Modifier and Type Method Description AbstractCommentModelCommentAttachmentModel. getAbstractComment()Generated method - Getter of theCommentAttachment.abstractCommentattribute defined at extensioncomments.AbstractCommentModelCommentUserSettingModel. getComment()Generated method - Getter of theCommentUserSetting.commentattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type AbstractCommentModel Modifier and Type Method Description voidCommentAttachmentModel. 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 AbstractCommentModel Constructor Description CommentUserSettingModel(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 AbstractCommentModel Modifier and Type Method Description java.util.List<AbstractCommentModel>UserModel. getCreatedComments()Generated method - Getter of theUser.createdCommentsattribute defined at extensioncomments.Method parameters in de.hybris.platform.core.model.user with type arguments of type AbstractCommentModel Modifier and Type Method Description voidUserModel. setCreatedComments(java.util.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.model Modifier and Type Class Description classCsCustomerEventModelGenerated model class for type CsCustomerEvent first defined at extension ticketsystem.classCsTicketEventModelGenerated model class for type CsTicketEvent first defined at extension ticketsystem.classCsTicketResolutionEventModelGenerated model class for type CsTicketResolutionEvent first defined at extension ticketsystem.
-