Uses of Class
de.hybris.platform.comments.jalo.CommentType
Packages that use CommentType
-
Uses of CommentType in de.hybris.platform.comments.jalo
Fields in de.hybris.platform.comments.jalo with type parameters of type CommentTypeModifier and TypeFieldDescriptionprotected static final OneToManyHandler<CommentType>GeneratedDomain.COMMENTTYPESHANDLEROneToManyHandlerfor handling 1:n COMMENTTYPES's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return CommentTypeModifier and TypeMethodDescriptionGeneratedCommentsManager.createCommentType(SessionContext ctx, Map attributeValues) GeneratedCommentsManager.createCommentType(Map attributeValues) GeneratedComment.getCommentType()Generated method - Getter of theComment.commentTypeattribute.GeneratedComment.getCommentType(SessionContext ctx) Generated method - Getter of theComment.commentTypeattribute.Methods in de.hybris.platform.comments.jalo that return types with arguments of type CommentTypeModifier and TypeMethodDescriptionComponent.getAvailableCommentTypes(SessionContext ctx) GeneratedComponent.getAvailableCommentTypes()Generated method - Getter of theComponent.availableCommentTypesattribute.abstract Collection<CommentType>GeneratedComponent.getAvailableCommentTypes(SessionContext ctx) Generated method - Getter of theComponent.availableCommentTypesattribute.GeneratedDomain.getCommentTypes()Generated method - Getter of theDomain.commentTypesattribute.GeneratedDomain.getCommentTypes(SessionContext ctx) Generated method - Getter of theDomain.commentTypesattribute.Methods in de.hybris.platform.comments.jalo with parameters of type CommentTypeModifier and TypeMethodDescriptionvoidGeneratedDomain.addToCommentTypes(CommentType value) Generated method - Addsvalueto commentTypes.voidGeneratedDomain.addToCommentTypes(SessionContext ctx, CommentType value) Generated method - Addsvalueto commentTypes.voidGeneratedDomain.removeFromCommentTypes(CommentType value) Generated method - Removesvaluefrom commentTypes.voidGeneratedDomain.removeFromCommentTypes(SessionContext ctx, CommentType value) Generated method - Removesvaluefrom commentTypes.protected voidGeneratedComment.setCommentType(CommentType value) Generated method - Setter of theComment.commentTypeattribute.protected voidGeneratedComment.setCommentType(SessionContext ctx, CommentType value) Generated method - Setter of theComment.commentTypeattribute.Method parameters in de.hybris.platform.comments.jalo with type arguments of type CommentTypeModifier and TypeMethodDescriptionvoidGeneratedDomain.setCommentTypes(SessionContext ctx, Collection<CommentType> value) Generated method - Setter of theDomain.commentTypesattribute.voidGeneratedDomain.setCommentTypes(Collection<CommentType> value) Generated method - Setter of theDomain.commentTypesattribute. -
Uses of CommentType in de.hybris.platform.ticket.jalo
Methods in de.hybris.platform.ticket.jalo that return CommentTypeModifier and TypeMethodDescriptionGeneratedCsTicketEventEmailConfiguration.getEventType()Generated method - Getter of theCsTicketEventEmailConfiguration.eventTypeattribute.GeneratedCsTicketEventEmailConfiguration.getEventType(SessionContext ctx) Generated method - Getter of theCsTicketEventEmailConfiguration.eventTypeattribute.Methods in de.hybris.platform.ticket.jalo with parameters of type CommentTypeModifier and TypeMethodDescriptionvoidGeneratedCsTicketEventEmailConfiguration.setEventType(CommentType value) Generated method - Setter of theCsTicketEventEmailConfiguration.eventTypeattribute.voidGeneratedCsTicketEventEmailConfiguration.setEventType(SessionContext ctx, CommentType value) Generated method - Setter of theCsTicketEventEmailConfiguration.eventTypeattribute.