Uses of Class
de.hybris.platform.comments.model.CommentModel
Packages that use CommentModel
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 package.
Contains generated models for each type of de.hybris.platform.jalo.security 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 CommentModel in de.hybris.platform.cms2.model
Subclasses of CommentModel in de.hybris.platform.cms2.modelModifier and TypeClassDescriptionclassGenerated model class for type CMSWorkflowComment first defined at extension cms2. -
Uses of CommentModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return CommentModelModifier and TypeMethodDescriptionReplyModel.getComment()Generated method - Getter of theReply.commentattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type CommentModelModifier and TypeMethodDescriptionvoidReplyModel.setComment(CommentModel value) Generated method - Initial setter ofReply.commentattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type CommentModelModifierConstructorDescriptionReplyModel(UserModel _author, CommentModel _comment, ItemModel _owner, ReplyModel _parent, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplyModel(UserModel _author, CommentModel _comment, String _text) 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 CommentModel in de.hybris.platform.core.model
Methods in de.hybris.platform.core.model that return types with arguments of type CommentModelModifier and TypeMethodDescriptionItemModel.getComments()Generated method - Getter of theItem.commentsattribute defined at extensioncomments.Method parameters in de.hybris.platform.core.model with type arguments of type CommentModelModifier and TypeMethodDescriptionvoidItemModel.setComments(List<CommentModel> value) Generated method - Setter ofItem.commentsattribute defined at extensioncomments. -
Uses of CommentModel in de.hybris.platform.core.model.security
Methods in de.hybris.platform.core.model.security that return types with arguments of type CommentModelModifier and TypeMethodDescriptionPrincipalModel.getWatchedComments()Generated method - Getter of thePrincipal.watchedCommentsattribute defined at extensioncomments.Method parameters in de.hybris.platform.core.model.security with type arguments of type CommentModelModifier and TypeMethodDescriptionvoidPrincipalModel.setWatchedComments(List<CommentModel> value) Generated method - Setter ofPrincipal.watchedCommentsattribute defined at extensioncomments. -
Uses of CommentModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type CommentModelModifier and TypeMethodDescriptionUserModel.getAssignedComments()Generated method - Getter of theUser.assignedCommentsattribute defined at extensioncomments.Method parameters in de.hybris.platform.core.model.user with type arguments of type CommentModelModifier and TypeMethodDescriptionvoidUserModel.setAssignedComments(List<CommentModel> value) Generated method - Setter ofUser.assignedCommentsattribute defined at extensioncomments. -
Uses of CommentModel in de.hybris.platform.ticket.events.model
Subclasses of CommentModel 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.