Uses of Class
de.hybris.platform.comments.model.ComponentModel
Packages that use ComponentModel
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.
-
Uses of ComponentModel in com.hybris.backoffice.widgets.itemcomments
Methods in com.hybris.backoffice.widgets.itemcomments with parameters of type ComponentModelModifier and TypeMethodDescriptionprotected Optional<CommentModel>ItemCommentsController.createNewComment(String text, ComponentModel component, CommentTypeModel commentType) -
Uses of ComponentModel in de.hybris.platform.cms2.model
Constructors in de.hybris.platform.cms2.model with parameters of type ComponentModelModifierConstructorDescriptionCMSWorkflowCommentModel(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 ComponentModel in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type ComponentModelModifier 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 ComponentModel in de.hybris.platform.cockpit.components.listview.impl
Methods in de.hybris.platform.cockpit.components.listview.impl that return ComponentModelMethods in de.hybris.platform.cockpit.components.listview.impl with parameters of type ComponentModelModifier and TypeMethodDescriptionvoidAbstractCommentAction.setComponent(ComponentModel component) -
Uses of ComponentModel in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Fields in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl declared as ComponentModelModifier and TypeFieldDescriptionprotected ComponentModelDefaultCommentLayerComponentController.componentMethods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl that return ComponentModelModifier and TypeMethodDescriptionprotected ComponentModelDefaultCommentLayerComponentController.getCurrentComponent() -
Uses of ComponentModel in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services with parameters of type ComponentModelModifier and TypeMethodDescriptionCockpitCommentService.createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, Collection<ItemModel> items, String subject, String text) Creates and returns a new item comment.Method parameters in de.hybris.platform.cockpit.services with type arguments of type ComponentModelModifier and TypeMethodDescriptionCockpitCommentService.getComments(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Returns all comments in the specified domain components which are of the specified types and whereuseris a participant.CockpitCommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Gets comments.CockpitCommentService.getItemCommentsQuery(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types) Get item comments query. -
Uses of ComponentModel in de.hybris.platform.cockpit.services.comments.impl
Methods in de.hybris.platform.cockpit.services.comments.impl that return ComponentModelModifier and TypeMethodDescriptionprotected ComponentModelDefaultCommentLayerService.getCurrentComponent() -
Uses of ComponentModel in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl with parameters of type ComponentModelModifier and TypeMethodDescriptionDefaultCockpitCommentService.createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, Collection<ItemModel> items, String subject, String text) Method parameters in de.hybris.platform.cockpit.services.impl with type arguments of type ComponentModelModifier and TypeMethodDescriptionDefaultCockpitCommentService.getComments(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) DefaultCockpitCommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) DefaultCockpitCommentService.getItemCommentsQuery(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types) -
Uses of ComponentModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return ComponentModelModifier and TypeMethodDescriptionCommentModel.getComponent()Generated method - Getter of theComment.componentattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model that return types with arguments of type ComponentModelModifier and TypeMethodDescriptionDomainModel.getComponents()Generated method - Getter of theDomain.componentsattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type ComponentModelModifier and TypeMethodDescriptionvoidCommentModel.setComponent(ComponentModel value) Generated method - Initial setter ofComment.componentattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type ComponentModelModifier and TypeMethodDescriptionvoidDomainModel.setComponents(Collection<ComponentModel> value) Generated method - Setter ofDomain.componentsattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type ComponentModelModifierConstructorDescriptionCommentModel(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 ComponentModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return ComponentModelModifier and TypeMethodDescriptionCommentService.getComponentByCode(DomainModel domain, String componentCode) Deprecated, for removal: This API element is subject to removal in a future version.since ages - UseCommentService.getComponentForCode(DomainModel, String)instead.CommentService.getComponentForCode(DomainModel domain, String componentCode) Returns the domain component with the specified code.Methods in de.hybris.platform.comments.services that return types with arguments of type ComponentModelModifier and TypeMethodDescriptionCommentDao.findComponentsByDomainAndCode(DomainModel domain, String componentCode) Searches for components by domain and code.Methods in de.hybris.platform.comments.services with parameters of type ComponentModelModifier and TypeMethodDescriptionCommentService.getAvailableCommentTypes(ComponentModel component) Returns the available comment types for a given component.CommentService.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.Method parameters in de.hybris.platform.comments.services with type arguments of type ComponentModelModifier and TypeMethodDescriptionCommentDao.findAll(UserModel user, Collection<ComponentModel> components, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByUser(UserModel, Collection, int, int)CommentDao.findAllByItem(UserModel user, Collection<ComponentModel> components, ItemModel item, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByItem(UserModel, Collection, ItemModel, int, int)CommentDao.findAllByItemAndType(UserModel user, Collection<ComponentModel> components, ItemModel item, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByItemAndType(UserModel, Collection, ItemModel, Collection, int, int)CommentDao.findAllByType(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByType(UserModel, Collection, Collection, int, int)CommentDao.findCommentsByItem(UserModel user, Collection<ComponentModel> components, ItemModel item, int offset, int count) Searches for all item comments related to the specified item, which are in the specified domain components and whereuseris a participant.CommentDao.findCommentsByItemAndType(UserModel user, Collection<ComponentModel> components, ItemModel item, Collection<CommentTypeModel> types, int offset, int count) Searches for all item comments related to the specified item, which are of the specified types, in the specified domain components and whereuseris a participant.CommentDao.findCommentsByType(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Searches for all comments of the specified types in the specified domain components whereuseris a participant.CommentDao.findCommentsByUser(UserModel user, Collection<ComponentModel> components, int offset, int count) Searches for all comments in the specified domain components whereuseris a participant i.e.CommentService.getComments(UserModel user, Collection<ComponentModel> components, int offset, int count) Returns all comments in the specified domain components whereuseris a participant.CommentService.getComments(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Returns all comments in the specified domain components which are of the specified types and whereuseris a participant.CommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, int offset, int count) Returns all item comments for the specified item, which are in the specified domain components and whereuseris a participant.CommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Returns all item comments for the specified item, which are in the specified domain components, of the specified types and whereuseris a participant. -
Uses of ComponentModel in de.hybris.platform.comments.services.impl
Methods in de.hybris.platform.comments.services.impl that return ComponentModelModifier and TypeMethodDescriptionDefaultCommentService.getComponentByCode(DomainModel domain, String componentCode) DefaultCommentService.getComponentForCode(DomainModel domain, String componentCode) Methods in de.hybris.platform.comments.services.impl that return types with arguments of type ComponentModelModifier and TypeMethodDescriptionDefaultCommentDao.findComponentsByDomainAndCode(DomainModel domain, String componentCode) Methods in de.hybris.platform.comments.services.impl with parameters of type ComponentModelModifier and TypeMethodDescriptionDefaultCommentService.getAvailableCommentTypes(ComponentModel component) DefaultCommentService.getCommentTypeByCode(ComponentModel component, String commentTypeCode) DefaultCommentService.getCommentTypeForCode(ComponentModel comp, String commentTypeCode) Method parameters in de.hybris.platform.comments.services.impl with type arguments of type ComponentModelModifier and TypeMethodDescriptionDefaultCommentDao.findAll(UserModel user, Collection<ComponentModel> components, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findAllByItem(UserModel user, Collection<ComponentModel> components, ItemModel item, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findAllByItemAndType(UserModel user, Collection<ComponentModel> components, ItemModel item, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findAllByType(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesprotected SearchResult<CommentModel>DefaultCommentDao.findAllInternal(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, ItemModel item, int offset, int count) DefaultCommentDao.findCommentsByItem(UserModel user, Collection<ComponentModel> components, ItemModel item, int offset, int count) DefaultCommentDao.findCommentsByItemAndType(UserModel user, Collection<ComponentModel> components, ItemModel item, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentDao.findCommentsByType(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentDao.findCommentsByUser(UserModel user, Collection<ComponentModel> components, int offset, int count) DefaultCommentService.getComments(UserModel user, Collection<ComponentModel> components, int offset, int count) DefaultCommentService.getComments(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, int offset, int count) DefaultCommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) -
Uses of ComponentModel in de.hybris.platform.ticket.events.model
Constructors in de.hybris.platform.ticket.events.model with parameters of type ComponentModelModifierConstructorDescriptionCsCustomerEventModel(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 ComponentModel in de.hybris.platform.warehousing.comment
Methods in de.hybris.platform.warehousing.comment that return ComponentModelModifier and TypeMethodDescriptionWarehousingCommentService.getOrCreateComponent(WarehousingCommentEventType eventType) Get the component for the requestedWarehousingCommentEventType -
Uses of ComponentModel in de.hybris.platform.warehousing.comment.impl
Methods in de.hybris.platform.warehousing.comment.impl that return ComponentModelModifier and TypeMethodDescriptionAbstractWarehousingCommentService.getOrCreateComponent(WarehousingCommentEventType eventType) -
Uses of ComponentModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return ComponentModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type ComponentModel -
Uses of ComponentModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return ComponentModel