Uses of Class
de.hybris.platform.comments.model.CommentModel
-
Packages that use CommentModel 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 Contains generated models for each type of de.hybris.platform.jalo package.de.hybris.platform.core.model.security Contains generated models for each type of de.hybris.platform.jalo.security 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 CommentModel in de.hybris.platform.cms2.model
Subclasses of CommentModel in de.hybris.platform.cms2.model Modifier and Type Class Description classCMSWorkflowCommentModelGenerated 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 CommentModel Modifier and Type Method Description CommentModelReplyModel. getComment()Generated method - Getter of theReply.commentattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type CommentModel Modifier and Type Method Description voidReplyModel. setComment(CommentModel value)Generated method - Initial setter ofReply.commentattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type CommentModel Constructor Description ReplyModel(UserModel _author, CommentModel _comment, ItemModel _owner, ReplyModel _parent, java.lang.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, java.lang.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 CommentModel Modifier and Type Method Description java.util.List<CommentModel>ItemModel. getComments()Generated method - Getter of theItem.commentsattribute defined at extensioncomments.Method parameters in de.hybris.platform.core.model with type arguments of type CommentModel Modifier and Type Method Description voidItemModel. setComments(java.util.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 CommentModel Modifier and Type Method Description java.util.List<CommentModel>PrincipalModel. getWatchedComments()Generated method - Getter of thePrincipal.watchedCommentsattribute defined at extensioncomments.Method parameters in de.hybris.platform.core.model.security with type arguments of type CommentModel Modifier and Type Method Description voidPrincipalModel. setWatchedComments(java.util.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 CommentModel Modifier and Type Method Description java.util.List<CommentModel>UserModel. getAssignedComments()Generated method - Getter of theUser.assignedCommentsattribute defined at extensioncomments.Method parameters in de.hybris.platform.core.model.user with type arguments of type CommentModel Modifier and Type Method Description voidUserModel. setAssignedComments(java.util.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.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.
-