Uses of Class
de.hybris.platform.comments.model.CommentTypeModel
Packages that use CommentTypeModel
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.ticket.events.jalo package.
Contains generated models for each type of de.hybris.platform.ticket.jalo package.
-
Uses of CommentTypeModel in com.hybris.backoffice.widgets.itemcomments
Methods in com.hybris.backoffice.widgets.itemcomments with parameters of type CommentTypeModelModifier and TypeMethodDescriptionprotected Optional<CommentModel>ItemCommentsController.createNewComment(String text, ComponentModel component, CommentTypeModel commentType) -
Uses of CommentTypeModel in de.hybris.platform.cms2.model
Constructors in de.hybris.platform.cms2.model with parameters of type CommentTypeModelModifierConstructorDescriptionCMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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 parametersCMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, 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 CommentTypeModel in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type CommentTypeModelModifier and TypeMethodDescriptionprotected CMSWorkflowCommentModelDefaultCMSWorkflowFacade.createComment(WorkflowDecisionModel decision, CommentTypeModel commentType, ComponentModel component, String subject, String text) Creates a comment and assigns a decision to it. -
Uses of CommentTypeModel in de.hybris.platform.cockpit.components.listview.impl
Methods in de.hybris.platform.cockpit.components.listview.impl that return CommentTypeModelMethods in de.hybris.platform.cockpit.components.listview.impl with parameters of type CommentTypeModelModifier and TypeMethodDescriptionvoidAbstractCommentAction.setCommentType(CommentTypeModel commentType) -
Uses of CommentTypeModel in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Fields in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl declared as CommentTypeModelModifier and TypeFieldDescriptionprotected CommentTypeModelDefaultCommentLayerComponentController.commentTypeMethods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl that return CommentTypeModelModifier and TypeMethodDescriptionprotected CommentTypeModelDefaultCommentLayerComponentController.getCommentType() -
Uses of CommentTypeModel in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services with parameters of type CommentTypeModelModifier and TypeMethodDescriptionCockpitCommentService.createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, Collection<ItemModel> items, String subject, String text) Creates and returns a new item comment. -
Uses of CommentTypeModel in de.hybris.platform.cockpit.services.comments.impl
Methods in de.hybris.platform.cockpit.services.comments.impl that return CommentTypeModelModifier and TypeMethodDescriptionprotected CommentTypeModelDefaultCommentLayerService.getCommentType() -
Uses of CommentTypeModel in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl with parameters of type CommentTypeModelModifier and TypeMethodDescriptionDefaultCockpitCommentService.createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, Collection<ItemModel> items, String subject, String text) -
Uses of CommentTypeModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return CommentTypeModelModifier and TypeMethodDescriptionCommentModel.getCommentType()Generated method - Getter of theComment.commentTypeattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model that return types with arguments of type CommentTypeModelModifier and TypeMethodDescriptionComponentModel.getAvailableCommentTypes()Deprecated, for removal: This API element is subject to removal in a future version.since agesDomainModel.getCommentTypes()Generated method - Getter of theDomain.commentTypesattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type CommentTypeModelModifier and TypeMethodDescriptionvoidCommentModel.setCommentType(CommentTypeModel value) Generated method - Initial setter ofComment.commentTypeattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type CommentTypeModelModifier and TypeMethodDescriptionvoidDomainModel.setCommentTypes(Collection<CommentTypeModel> value) Generated method - Setter ofDomain.commentTypesattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type CommentTypeModelModifierConstructorDescriptionCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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 parametersCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, 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 CommentTypeModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return CommentTypeModelModifier and TypeMethodDescriptionCommentService.getCommentTypeByCode(ComponentModel component, String commentTypeCode) Deprecated, for removal: This API element is subject to removal in a future version.since ages - UseCommentService.getCommentTypeForCode(ComponentModel, String)instead.CommentService.getCommentTypeForCode(ComponentModel component, String commentTypeCode) Returns the comment type with the specified code.Methods in de.hybris.platform.comments.services that return types with arguments of type CommentTypeModelModifier and TypeMethodDescriptionCommentService.getAvailableCommentTypes(ComponentModel component) Returns the available comment types for a given component.Method parameters in de.hybris.platform.comments.services with type arguments of type CommentTypeModelModifier and TypeMethodDescriptionCommentService.getComments(UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) Returns all comments in the specified domain which are of the specified types and whereuseris a participant.CommentService.getItemComments(ItemModel item, UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) Returns all item comments for the specified item, which are in the specified domain, of the specified types and whereuseris a participant. -
Uses of CommentTypeModel in de.hybris.platform.comments.services.impl
Methods in de.hybris.platform.comments.services.impl that return CommentTypeModelModifier and TypeMethodDescriptionDefaultCommentService.getCommentTypeByCode(ComponentModel component, String commentTypeCode) DefaultCommentService.getCommentTypeForCode(ComponentModel comp, String commentTypeCode) Methods in de.hybris.platform.comments.services.impl that return types with arguments of type CommentTypeModelModifier and TypeMethodDescriptionDefaultCommentService.getAvailableCommentTypes(ComponentModel component) Method parameters in de.hybris.platform.comments.services.impl with type arguments of type CommentTypeModelModifier and TypeMethodDescriptionDefaultCommentService.getComments(UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentService.getItemComments(ItemModel item, UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) -
Uses of CommentTypeModel in de.hybris.platform.ticket.events.model
Constructors in de.hybris.platform.ticket.events.model with parameters of type CommentTypeModelModifierConstructorDescriptionCsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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 parametersCsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, 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 parametersCsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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 parametersCsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, 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 parametersCsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, CsResolutionType _resolutionType, 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 parametersCsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, CsResolutionType _resolutionType, 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 CommentTypeModel in de.hybris.platform.ticket.model
Methods in de.hybris.platform.ticket.model that return CommentTypeModelModifier and TypeMethodDescriptionCsTicketEventEmailConfigurationModel.getEventType()Generated method - Getter of theCsTicketEventEmailConfiguration.eventTypeattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.model with parameters of type CommentTypeModelModifier and TypeMethodDescriptionvoidCsTicketEventEmailConfigurationModel.setEventType(CommentTypeModel value) Generated method - Setter ofCsTicketEventEmailConfiguration.eventTypeattribute defined at extensionticketsystem. -
Uses of CommentTypeModel in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return CommentTypeModelModifier and TypeMethodDescriptionTicketService.getTicketType(String type) Get the comment type given the code of that type -
Uses of CommentTypeModel in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return CommentTypeModel -
Uses of CommentTypeModel in de.hybris.platform.warehousing.comment
Methods in de.hybris.platform.warehousing.comment that return CommentTypeModelModifier and TypeMethodDescriptionWarehousingCommentService.getOrCreateCommentType(WarehousingCommentEventType eventType) Get the comment type for the requestedWarehousingCommentEventType -
Uses of CommentTypeModel in de.hybris.platform.warehousing.comment.impl
Methods in de.hybris.platform.warehousing.comment.impl that return CommentTypeModelModifier and TypeMethodDescriptionAbstractWarehousingCommentService.getOrCreateCommentType(WarehousingCommentEventType eventType) -
Uses of CommentTypeModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return CommentTypeModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type CommentTypeModelModifier and TypeMethodDescriptionCommentModelBuilder.withCommentType(CommentTypeModel commentType) Method parameters in de.hybris.platform.warehousing.util.builder with type arguments of type CommentTypeModelModifier and TypeMethodDescriptionDomainModelBuilder.withCommentTypes(Collection<CommentTypeModel> commentTypes) -
Uses of CommentTypeModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return CommentTypeModelModifier and TypeMethodDescriptionCommentTypes.adjustmentNote()CommentTypes.ticketCreationEvent()