Uses of Class
de.hybris.platform.comments.model.ComponentModel
-
Packages that use ComponentModel Package Description com.hybris.backoffice.widgets.itemcomments de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.cmsfacades.workflow.impl de.hybris.platform.cockpit.components.listview.impl de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl de.hybris.platform.cockpit.services de.hybris.platform.cockpit.services.comments.impl de.hybris.platform.cockpit.services.impl de.hybris.platform.comments.model Contains generated models for each type of de.hybris.platform.comments.jalo package.de.hybris.platform.comments.services de.hybris.platform.comments.services.impl de.hybris.platform.ticket.events.model Contains generated models for each type of de.hybris.platform.ticket.events.jalo package.de.hybris.platform.warehousing.comment de.hybris.platform.warehousing.comment.impl de.hybris.platform.warehousing.util.builder de.hybris.platform.warehousing.util.models -
-
Uses of ComponentModel in com.hybris.backoffice.widgets.itemcomments
Methods in com.hybris.backoffice.widgets.itemcomments with parameters of type ComponentModel Modifier and Type Method Description protected java.util.Optional<CommentModel>ItemCommentsController. createNewComment(java.lang.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 ComponentModel Constructor Description CMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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 parametersCMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, 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 ComponentModel in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type ComponentModel Modifier and Type Method Description protected CMSWorkflowCommentModelDefaultCMSWorkflowFacade. createComment(WorkflowDecisionModel decision, CommentTypeModel commentType, ComponentModel component, java.lang.String subject, java.lang.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 ComponentModel Modifier and Type Method Description ComponentModelAbstractCommentAction. getComponent()Methods in de.hybris.platform.cockpit.components.listview.impl with parameters of type ComponentModel Modifier and Type Method Description voidAbstractCommentAction. 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 ComponentModel Modifier and Type Field Description protected ComponentModelDefaultCommentLayerComponentController. componentMethods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl that return ComponentModel Modifier and Type Method Description protected ComponentModelDefaultCommentLayerComponentController. getCurrentComponent() -
Uses of ComponentModel in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services with parameters of type ComponentModel Modifier and Type Method Description CommentModelCockpitCommentService. createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, java.util.Collection<ItemModel> items, java.lang.String subject, java.lang.String text)Creates and returns a new item comment.Method parameters in de.hybris.platform.cockpit.services with type arguments of type ComponentModel Modifier and Type Method Description java.util.List<CommentModel>CockpitCommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, java.util.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.java.util.List<CommentModel>CockpitCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Gets comments.QueryCockpitCommentService. getItemCommentsQuery(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.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 ComponentModel Modifier and Type Method Description protected ComponentModelDefaultCommentLayerService. getCurrentComponent() -
Uses of ComponentModel in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl with parameters of type ComponentModel Modifier and Type Method Description CommentModelDefaultCockpitCommentService. createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, java.util.Collection<ItemModel> items, java.lang.String subject, java.lang.String text)Method parameters in de.hybris.platform.cockpit.services.impl with type arguments of type ComponentModel Modifier and Type Method Description java.util.List<CommentModel>DefaultCockpitCommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCockpitCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)QueryDefaultCockpitCommentService. getItemCommentsQuery(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types) -
Uses of ComponentModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return ComponentModel Modifier and Type Method Description ComponentModelCommentModel. getComponent()Generated method - Getter of theComment.componentattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model that return types with arguments of type ComponentModel Modifier and Type Method Description java.util.Collection<ComponentModel>DomainModel. getComponents()Generated method - Getter of theDomain.componentsattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type ComponentModel Modifier and Type Method Description voidCommentModel. 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 ComponentModel Modifier and Type Method Description voidDomainModel. setComponents(java.util.Collection<ComponentModel> value)Generated method - Setter ofDomain.componentsattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type ComponentModel Constructor Description CommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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 parametersCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, 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 ComponentModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return ComponentModel Modifier and Type Method Description ComponentModelCommentService. getComponentByCode(DomainModel domain, java.lang.String componentCode)Deprecated, for removal: This API element is subject to removal in a future version.since ages - UseCommentService.getComponentForCode(DomainModel, String)instead.ComponentModelCommentService. getComponentForCode(DomainModel domain, java.lang.String componentCode)Returns the domain component with the specified code.Methods in de.hybris.platform.comments.services that return types with arguments of type ComponentModel Modifier and Type Method Description java.util.List<ComponentModel>CommentDao. findComponentsByDomainAndCode(DomainModel domain, java.lang.String componentCode)Searches for components by domain and code.Methods in de.hybris.platform.comments.services with parameters of type ComponentModel Modifier and Type Method Description java.util.Collection<CommentTypeModel>CommentService. getAvailableCommentTypes(ComponentModel component)Returns the available comment types for a given component.CommentTypeModelCommentService. getCommentTypeByCode(ComponentModel component, java.lang.String commentTypeCode)Deprecated, for removal: This API element is subject to removal in a future version.since ages - UseCommentService.getCommentTypeForCode(ComponentModel, String)instead.CommentTypeModelCommentService. getCommentTypeForCode(ComponentModel component, java.lang.String commentTypeCode)Returns the comment type with the specified code.Method parameters in de.hybris.platform.comments.services with type arguments of type ComponentModel Modifier and Type Method Description SearchResult<CommentModel>CommentDao. findAll(UserModel user, java.util.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)SearchResult<CommentModel>CommentDao. findAllByItem(UserModel user, java.util.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)SearchResult<CommentModel>CommentDao. findAllByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.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)SearchResult<CommentModel>CommentDao. findAllByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.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)java.util.List<CommentModel>CommentDao. findCommentsByItem(UserModel user, java.util.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.java.util.List<CommentModel>CommentDao. findCommentsByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.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.java.util.List<CommentModel>CommentDao. findCommentsByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Searches for all comments of the specified types in the specified domain components whereuseris a participant.java.util.List<CommentModel>CommentDao. findCommentsByUser(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Searches for all comments in the specified domain components whereuseris a participant i.e.java.util.List<CommentModel>CommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Returns all comments in the specified domain components whereuseris a participant.java.util.List<CommentModel>CommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, java.util.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.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, java.util.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.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.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 ComponentModel Modifier and Type Method Description ComponentModelDefaultCommentService. getComponentByCode(DomainModel domain, java.lang.String componentCode)ComponentModelDefaultCommentService. getComponentForCode(DomainModel domain, java.lang.String componentCode)Methods in de.hybris.platform.comments.services.impl that return types with arguments of type ComponentModel Modifier and Type Method Description java.util.List<ComponentModel>DefaultCommentDao. findComponentsByDomainAndCode(DomainModel domain, java.lang.String componentCode)Methods in de.hybris.platform.comments.services.impl with parameters of type ComponentModel Modifier and Type Method Description java.util.Collection<CommentTypeModel>DefaultCommentService. getAvailableCommentTypes(ComponentModel component)CommentTypeModelDefaultCommentService. getCommentTypeByCode(ComponentModel component, java.lang.String commentTypeCode)CommentTypeModelDefaultCommentService. getCommentTypeForCode(ComponentModel comp, java.lang.String commentTypeCode)Method parameters in de.hybris.platform.comments.services.impl with type arguments of type ComponentModel Modifier and Type Method Description SearchResult<CommentModel>DefaultCommentDao. findAll(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Deprecated, for removal: This API element is subject to removal in a future version.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)Deprecated, for removal: This API element is subject to removal in a future version.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated, for removal: This API element is subject to removal in a future version.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.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, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, ItemModel item, int offset, int count)java.util.List<CommentModel>DefaultCommentDao. findCommentsByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)java.util.List<CommentModel>DefaultCommentDao. findCommentsByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCommentDao. findCommentsByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCommentDao. findCommentsByUser(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.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 ComponentModel Constructor Description CsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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 parametersCsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, 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 parametersCsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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 parametersCsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, 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 parametersCsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, CsResolutionType _resolutionType, 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 parametersCsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, CsResolutionType _resolutionType, 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 ComponentModel in de.hybris.platform.warehousing.comment
Methods in de.hybris.platform.warehousing.comment that return ComponentModel Modifier and Type Method Description ComponentModelWarehousingCommentService. 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 ComponentModel Modifier and Type Method Description ComponentModelAbstractWarehousingCommentService. getOrCreateComponent(WarehousingCommentEventType eventType) -
Uses of ComponentModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return ComponentModel Modifier and Type Method Description ComponentModelComponentModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type ComponentModel Modifier and Type Method Description CommentModelBuilderCommentModelBuilder. withComponent(ComponentModel component) -
Uses of ComponentModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return ComponentModel Modifier and Type Method Description ComponentModelComponents. ticketComponent()ComponentModelComponents. warehousingComponent()
-