Uses of Class
de.hybris.platform.comments.model.CommentModel
-
-
Uses of CommentModel in com.hybris.backoffice.widgets.itemcomments
Methods in com.hybris.backoffice.widgets.itemcomments that return types with arguments of type CommentModel Modifier and Type Method Description protected java.util.Optional<CommentModel>ItemCommentsController. createNewComment(java.lang.String text, ComponentModel component, CommentTypeModel commentType)protected java.util.Optional<CommentModel>ItemCommentsController. createNewComment(org.zkoss.zul.Textbox textbox)protected java.util.List<CommentModel>ItemCommentsController. filterNotPermitted(java.util.List<CommentModel> comments)com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Div,java.lang.Void,CommentModel>ItemCommentsController. getCommentRenderer()java.util.List<CommentModel>ItemCommentsController. getCommentsFromModel()Methods in com.hybris.backoffice.widgets.itemcomments with parameters of type CommentModel Modifier and Type Method Description protected voidItemCommentsController. addCommentToItem(CommentModel newComment)protected booleanItemCommentsController. canReadThisComment(CommentModel comment)protected voidItemCommentsController. tryToSaveItemComment(CommentModel comment)Method parameters in com.hybris.backoffice.widgets.itemcomments with type arguments of type CommentModel Modifier and Type Method Description protected java.util.List<CommentModel>ItemCommentsController. filterNotPermitted(java.util.List<CommentModel> comments)voidItemCommentsController. setCommentRenderer(com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Div,java.lang.Void,CommentModel> commentRenderer)protected voidItemCommentsController. sortAndSetComments(java.util.List<CommentModel> comments) -
Uses of CommentModel in com.hybris.backoffice.widgets.itemcomments.renderer
Methods in com.hybris.backoffice.widgets.itemcomments.renderer with parameters of type CommentModel Modifier and Type Method Description protected booleanDefaultItemCommentsRenderer. canReadAuthor(CommentModel commentModel)protected booleanDefaultItemCommentsRenderer. canReadCreationTime(CommentModel commentModel)protected booleanDefaultItemCommentsRenderer. canReadText(CommentModel commentModel)protected org.zkoss.zk.ui.HtmlBasedComponentDefaultItemCommentsRenderer. createCommentContent(CommentModel comment)protected org.zkoss.zk.ui.HtmlBasedComponentDefaultItemCommentsRenderer. createCommentHeader(CommentModel comment)protected java.lang.StringDefaultItemCommentsRenderer. readAuthor(CommentModel commentModel)protected java.lang.StringDefaultItemCommentsRenderer. readCreationTime(CommentModel commentModel)protected java.lang.StringDefaultItemCommentsRenderer. readText(CommentModel commentModel)voidDefaultItemCommentsRenderer. render(org.zkoss.zul.Div commentsContainer, java.lang.Object configuration, CommentModel comment, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected voidDefaultItemCommentsRenderer. renderOneComment(org.zkoss.zul.Div commentsListContainer, CommentModel comment, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of CommentModel in com.sap.hybris.sapquoteintegration.inbound.helper.impl
Methods in com.sap.hybris.sapquoteintegration.inbound.helper.impl that return types with arguments of type CommentModel Modifier and Type Method Description protected java.util.List<CommentModel>DefaultInboundQuoteEntryHelper. processQuoteEntryComments(QuoteEntryModel inboundQuoteEntry) -
Uses of CommentModel in com.sap.hybris.sapquoteintegration.outbound.service
Classes in com.sap.hybris.sapquoteintegration.outbound.service with type parameters of type CommentModel Modifier and Type Interface Description interfaceSapCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCpiOutboundQuoteCommentModel>Provides mapping fromCommentModeltoSAPCpiOutboundQuoteCommentModel. -
Uses of CommentModel in com.sap.hybris.sapquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl that return types with arguments of type CommentModel Modifier and Type Method Description protected java.util.List<CommentModel>DefaultSapCpiOutboundQuoteConversionService. getDeltaComments(QuoteModel quoteModel)protected java.util.List<CommentModel>DefaultSapCpiOutboundQuoteConversionService. getDeltaCommentsForEntry(AbstractOrderEntryModel item)java.util.List<SapCpiQuoteCommentMapperService<CommentModel,SAPCpiOutboundQuoteCommentModel>>DefaultSapCpiOutboundQuoteConversionService. getSapCpiQuoteCommentMappers()Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type CommentModel Modifier and Type Method Description voidDefaultSapCpiQuoteCommentMapperService. map(CommentModel comment, SAPCpiOutboundQuoteCommentModel scpiQuoteComment)protected voidDefaultSapCpiQuoteCommentMapperService. mapComments(CommentModel comment, SAPCpiOutboundQuoteCommentModel scpiQuoteComment)Method parameters in com.sap.hybris.sapquoteintegration.outbound.service.impl with type arguments of type CommentModel Modifier and Type Method Description voidDefaultSapCpiOutboundQuoteConversionService. setSapCpiQuoteCommentMappers(java.util.List<SapCpiQuoteCommentMapperService<CommentModel,SAPCpiOutboundQuoteCommentModel>> sapCpiQuoteCommentMappers) -
Uses of CommentModel in de.hybris.platform.cms2.common.predicates
Methods in de.hybris.platform.cms2.common.predicates with parameters of type CommentModel Modifier and Type Method Description booleanCMSWorkflowCommentPredicate. test(CommentModel commentModel) -
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.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return types with arguments of type CommentModel Modifier and Type Method Description protected Converter<CommentModel,CMSCommentData>DefaultCMSWorkflowActionFacade. getCmsCommentDataConverter()Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type CommentModel Modifier and Type Method Description protected voidDefaultCMSWorkflowFacadeTest. assertActionHasComment(WorkflowActionModel actionModel, CommentModel expectedComment)Method parameters in de.hybris.platform.cmsfacades.workflow.impl with type arguments of type CommentModel Modifier and Type Method Description voidDefaultCMSWorkflowActionFacade. setCmsCommentDataConverter(Converter<CommentModel,CMSCommentData> cmsCommentDataConverter) -
Uses of CommentModel in de.hybris.platform.cmsfacades.workflow.populator
Methods in de.hybris.platform.cmsfacades.workflow.populator that return types with arguments of type CommentModel Modifier and Type Method Description protected java.util.function.Predicate<CommentModel>CMSCommentDataPopulator. getCmsWorkflowCommentPredicate()Methods in de.hybris.platform.cmsfacades.workflow.populator with parameters of type CommentModel Modifier and Type Method Description voidCMSCommentDataPopulator. populate(CommentModel commentModel, CMSCommentData cmsCommentData)Method parameters in de.hybris.platform.cmsfacades.workflow.populator with type arguments of type CommentModel Modifier and Type Method Description voidCMSCommentDataPopulator. setCmsWorkflowCommentPredicate(java.util.function.Predicate<CommentModel> cmsWorkflowCommentPredicate) -
Uses of CommentModel in de.hybris.platform.cockpit.components.contentbrowser
Methods in de.hybris.platform.cockpit.components.contentbrowser with parameters of type CommentModel Modifier and Type Method Description protected voidCommentMainAreaBrowserComponent. renderCommentDetailsBox(org.zkoss.zul.Div groupboxContentDiv, CommentModel comment)protected voidCommentMainAreaBrowserComponent. renderCommentTextBox(org.zkoss.zul.Div groupboxContentDiv, CommentModel commentModel)protected org.zkoss.zul.DivCommentMainAreaBrowserComponent. renderDetailsContainer(CommentModel commentModel)protected AdvancedGroupboxCommentMainAreaBrowserComponent. renderSingleComment(CommentModel commentModel, org.zkoss.zul.Div parent) -
Uses of CommentModel in de.hybris.platform.cockpit.components.mvc.commentlayer
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer with parameters of type CommentModel Modifier and Type Method Description booleanCommentLayerComponent. containsComment(CommentModel commentModel)Returns true if this component contains given comment or false otherwise.CommentIconCommentLayerComponent. getCommentIcon(CommentModel commentModel)ReturnsCommentIconcorresponding to the targetCommentModelinstancestatic CommentLayerComponentCommentLayerUtils. getOwningCommentLayer(CommentLayerAwareModel model, CommentModel commentItemModel)protected voidContextAreaCommentTreeComponent. renderCommentDetailsBox(org.zkoss.zul.Div groupboxContentDiv, CommentModel comment)protected voidContextAreaCommentTreeComponent. renderCommentTextBox(org.zkoss.zul.Div groupboxContentDiv, CommentModel commentModel)protected AdvancedGroupboxContextAreaCommentTreeComponent. renderSingleComment(CommentModel commentModel, org.zkoss.zul.Div parent) -
Uses of CommentModel in de.hybris.platform.cockpit.components.mvc.commentlayer.controller
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller with parameters of type CommentModel Modifier and Type Method Description booleanCommentLayerComponentController. canDeleteComment(CommentModel comment)Evaluates if current user is eligible to delete the target comment instance.booleanCommentLayerComponentController. canEditComment(CommentModel comment)Evaluates if current user can edit a comment behind the comment icon on the comment layer component.booleanCommentLayerComponentController. canReplyToComment(CommentModel comment)Evaluates if current user can reply to a comment behind the comment icon on the comment layer component.voidContextAreaCommentTreeController. deleteComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)Performs delete routine for the given comment instance.CommentIconContextAreaCommentTreeController. getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment)Returns a correspondingCommentIconcomponent for the target comment instance.CommentIconCommentLayerComponentController. getCommentIconForComment(T component, CommentModel comment)Returns CommentIcon component for the givenCommentModelwhich is placed on the givenCommentLayerComponent;CommentLayerComponentContextAreaCommentTreeController. getOwningCommentLayer(ContextAreaCommentTreeModel model, CommentModel commentItemModel)ReturnsCommentLayerComponentthat owns icon representing the target comment instance.booleanContextAreaCommentTreeController. isCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)Evaluates if the target comment is currently visible on the comment layer.voidContextAreaCommentTreeController. selectComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)Performs select routine for the given comment instance.voidContextAreaCommentTreeController. toggleCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)Toggles visibility of the target comment instance on the comment layer component. -
Uses of CommentModel in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type CommentModel Modifier and Type Method Description booleanDefaultCommentLayerComponentController. canDeleteComment(CommentModel comment)booleanDefaultCommentLayerComponentController. canEditComment(CommentModel comment)booleanDefaultCommentLayerComponentController. canReplyToComment(CommentModel comment)protected CommentMetadataModelDefaultCommentLayerComponentController. createCommentMetadata(CommentLayerComponentModel model, CommentModel commentToSave, CommentIcon newIcon)protected voidDefaultCommentLayerComponentController. createEditPopupContentForComment(org.zkoss.zul.Window newCommentPopup, CommentLayerComponent clComponent, CommentLayerAwareModel clAwareModel, CommentIcon newIcon, CommentModel commentToEdit, boolean create)Create additional content for comment creation and edit popup.protected org.zkoss.zul.WindowDefaultCommentLayerComponentController. createEditPopupForComment(CommentLayerComponent clComponent, CommentLayerAwareModel clAwareModel, CommentIcon newIcon, CommentModel commentToEdit, boolean create)protected org.zkoss.zul.WindowDefaultCommentLayerComponentController. createEditPopupForComment(CommentLayerAwareModel clAwareModel, CommentIcon newIcon, CommentModel commentToEdit, boolean create)voidDefaultContextAreaCommentTreeController. deleteComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)CommentIconDefaultContextAreaCommentTreeController. getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment)CommentIconDefaultCommentLayerComponentController. getCommentIconForComment(CommentLayerComponent component, CommentModel comment)CommentLayerComponentDefaultContextAreaCommentTreeController. getOwningCommentLayer(ContextAreaCommentTreeModel model, CommentModel commentItemModel)booleanDefaultContextAreaCommentTreeController. isCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)voidDefaultContextAreaCommentTreeController. selectComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)protected voidDefaultCommentLayerComponentController. setCommentAttachments(CommentModel comment, java.lang.Object currentValue)voidDefaultContextAreaCommentTreeController. toggleCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)protected voidDefaultCommentLayerComponentController. updateComment(CommentModel comment, ObjectValueContainer ovc, java.lang.String text)protected voidDefaultCommentLayerComponentController. updateComponentIcon(CommentLayerComponent clComponent, CommentIcon newIcon, CommentModel commentToSave) -
Uses of CommentModel in de.hybris.platform.cockpit.components.mvc.commentlayer.model
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.model that return CommentModel Modifier and Type Method Description CommentModelCommentLayerContext. getActiveComment()CommentModelCommentIconModel. getComment()Returns the actualCommentModelthat corresponds to the comment icon.Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.model with parameters of type CommentModel Modifier and Type Method Description voidCommentIconModel. setComment(CommentModel comment)Constructors in de.hybris.platform.cockpit.components.mvc.commentlayer.model with parameters of type CommentModel Constructor Description CommentIconModel(CommentModel comment, int x_Position, int y_Position) -
Uses of CommentModel in de.hybris.platform.cockpit.model
Methods in de.hybris.platform.cockpit.model that return CommentModel Modifier and Type Method Description CommentModelCommentMetadataModel. getComment()Generated method - Getter of theCommentMetadata.commentattribute defined at extensioncockpit.Methods in de.hybris.platform.cockpit.model with parameters of type CommentModel Modifier and Type Method Description voidCommentMetadataModel. setComment(CommentModel value)Generated method - Initial setter ofCommentMetadata.commentattribute defined at extensioncockpit.Constructors in de.hybris.platform.cockpit.model with parameters of type CommentModel Constructor Description CommentMetadataModel(CommentModel _comment)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentMetadataModel(CommentModel _comment, ItemModel _owner)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.cockpit.services
Methods in de.hybris.platform.cockpit.services that return CommentModel 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.Methods in de.hybris.platform.cockpit.services that return types with arguments of type CommentModel 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. getCurrentUserComments()Returns all comments in the default domain components which are of the default types and where the current user is a participant.java.util.List<CommentModel>CockpitCommentService. getCurrentUserComments(org.zkoss.zk.ui.Desktop desktop)Returns all comments in the default domain components which are of the default types and where the current user is 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.Methods in de.hybris.platform.cockpit.services with parameters of type CommentModel Modifier and Type Method Description java.util.List<ReplyModel>CockpitCommentService. getDirectReplies(CommentModel comment, int offset, int count)Returns all direct comment replies for the specified comment.Method parameters in de.hybris.platform.cockpit.services with type arguments of type CommentModel Modifier and Type Method Description voidCockpitCommentService. saveChangedComments(java.util.List<CommentModel> comments)Saves only modified comments from comments list -
Uses of CommentModel in de.hybris.platform.cockpit.services.comments
Methods in de.hybris.platform.cockpit.services.comments that return types with arguments of type CommentModel Modifier and Type Method Description java.util.List<CommentModel>CommentLayerService. getCommentsForCommentLayer(UserModel user, ItemModel item)Returns all comments for the given page that the target user is eligible to view on the comment layer.Methods in de.hybris.platform.cockpit.services.comments with parameters of type CommentModel Modifier and Type Method Description booleanCommentLayerService. canUserMoveComment(UserModel user, CommentModel comment)Evaluates if the given user is able to move given comment on the comment layer component.CommentMetadataModelCommentLayerService. getCommentLocationForPreview(CommentModel comment, MediaModel preview)Returns Comment position meta-data of the givenCommentModelinstance for the given preview media. -
Uses of CommentModel in de.hybris.platform.cockpit.services.comments.impl
Methods in de.hybris.platform.cockpit.services.comments.impl that return types with arguments of type CommentModel Modifier and Type Method Description protected java.util.List<CommentModel>DefaultCommentLayerService. filterCommentsWithoutPositionMetaData(java.util.List<CommentModel> input)java.util.List<CommentModel>DefaultCommentLayerService. getCommentsForCommentLayer(UserModel user, ItemModel item)Methods in de.hybris.platform.cockpit.services.comments.impl with parameters of type CommentModel Modifier and Type Method Description booleanDefaultCommentLayerService. canUserMoveComment(UserModel user, CommentModel comment)CommentMetadataModelDefaultCommentLayerService. getCommentLocationForPreview(CommentModel comment, MediaModel preview)Method parameters in de.hybris.platform.cockpit.services.comments.impl with type arguments of type CommentModel Modifier and Type Method Description protected java.util.List<CommentModel>DefaultCommentLayerService. filterCommentsWithoutPositionMetaData(java.util.List<CommentModel> input) -
Uses of CommentModel in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return CommentModel 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)Methods in de.hybris.platform.cockpit.services.impl that return types with arguments of type CommentModel 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. getCurrentUserComments()java.util.List<CommentModel>DefaultCockpitCommentService. getCurrentUserComments(org.zkoss.zk.ui.Desktop desktop)java.util.List<CommentModel>DefaultCockpitCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Methods in de.hybris.platform.cockpit.services.impl with parameters of type CommentModel Modifier and Type Method Description java.util.List<ReplyModel>DefaultCockpitCommentService. getDirectReplies(CommentModel comment, int offset, int count)Method parameters in de.hybris.platform.cockpit.services.impl with type arguments of type CommentModel Modifier and Type Method Description voidDefaultCockpitCommentService. saveChangedComments(java.util.List<CommentModel> comments) -
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.comments.services
Methods in de.hybris.platform.comments.services that return types with arguments of type CommentModel Modifier and Type Method Description SearchResult<CommentModel>CommentDao. findAll(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Deprecated.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.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.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.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, DomainModel domain, int offset, int count)Returns all comments in the specified domain whereuseris a participant.java.util.List<CommentModel>CommentService. getComments(UserModel user, DomainModel domain, java.util.Collection<CommentTypeModel> types, int offset, int count)Returns all comments in the specified domain which are of the specified types and whereuseris a participant.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, DomainModel domain, int offset, int count)Returns all item comments for the specified item, which are in the specified domain and whereuseris a participant.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, java.util.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.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.Methods in de.hybris.platform.comments.services with parameters of type CommentModel Modifier and Type Method Description SearchResult<ReplyModel>CommentDao. findAllDirectReplies(CommentModel comment, int offset, int count)Deprecated.since ages - as of release 4.3, please useCommentDao.findDirectRepliesByComment(CommentModel, int, int)java.util.List<ReplyModel>CommentDao. findDirectRepliesByComment(CommentModel comment, int offset, int count)Searches for all direct comment replies i.e.java.util.List<ReplyModel>CommentService. getDirectReplies(CommentModel comment, int offset, int count)Returns all direct comment replies for the specified comment. -
Uses of CommentModel in de.hybris.platform.comments.services.impl
Methods in de.hybris.platform.comments.services.impl that return types with arguments of type CommentModel Modifier and Type Method Description SearchResult<CommentModel>DefaultCommentDao. findAll(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Deprecated.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)Deprecated.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated.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, DomainModel domain, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getComments(UserModel user, DomainModel domain, java.util.Collection<CommentTypeModel> types, 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, DomainModel domain, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, 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)Methods in de.hybris.platform.comments.services.impl with parameters of type CommentModel Modifier and Type Method Description SearchResult<ReplyModel>DefaultCommentDao. findAllDirectReplies(CommentModel comment, int offset, int count)Deprecated.since agesjava.util.List<ReplyModel>DefaultCommentDao. findDirectRepliesByComment(CommentModel comment, int offset, int count)java.util.List<ReplyModel>DefaultCommentService. getDirectReplies(CommentModel comment, int offset, int count) -
Uses of CommentModel in de.hybris.platform.commercefacades.comment.converters.populator
Methods in de.hybris.platform.commercefacades.comment.converters.populator with parameters of type CommentModel Modifier and Type Method Description voidCommentPopulator. populate(CommentModel source, CommentData target) -
Uses of CommentModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type CommentModel Modifier and Type Method Description protected Converter<CommentModel,CommentData>AbstractOrderPopulator. getOrderCommentConverter()protected Converter<CommentModel,CommentData>OrderEntryPopulator. getOrderCommentConverter()Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type CommentModel Modifier and Type Method Description voidAbstractOrderPopulator. setOrderCommentConverter(Converter<CommentModel,CommentData> orderCommentConverter)voidOrderEntryPopulator. setOrderCommentConverter(Converter<CommentModel,CommentData> orderEntryCommentConverter) -
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.sap.c4c.quote.outbound.impl
Methods in de.hybris.platform.sap.c4c.quote.outbound.impl that return types with arguments of type CommentModel Modifier and Type Method Description protected java.util.List<CommentModel>DefaultQuoteCommentContributor. getDeltaComments(QuoteModel currentQuote)protected java.util.List<CommentModel>DefaultQuoteCommentContributorTest. populateComments(int size)Method parameters in de.hybris.platform.sap.c4c.quote.outbound.impl with type arguments of type CommentModel Modifier and Type Method Description protected voidDefaultQuoteCommentContributor. addCommentData(java.util.List<CommentModel> comments, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, QuoteModel quoteModel) -
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. -
Uses of CommentModel in de.hybris.platform.warehousing.comment
Methods in de.hybris.platform.warehousing.comment that return CommentModel Modifier and Type Method Description CommentModelWarehousingCommentService. createAndSaveComment(WarehousingCommentContext context, java.lang.String code)Create and save the comment subject, text, code and creation time in the associated item. -
Uses of CommentModel in de.hybris.platform.warehousing.comment.impl
Methods in de.hybris.platform.warehousing.comment.impl that return CommentModel Modifier and Type Method Description CommentModelAbstractWarehousingCommentService. createAndSaveComment(WarehousingCommentContext context, java.lang.String code) -
Uses of CommentModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return CommentModel Modifier and Type Method Description CommentModelCommentModelBuilder. build()Method parameters in de.hybris.platform.warehousing.util.builder with type arguments of type CommentModel Modifier and Type Method Description AsnModelBuilderAsnModelBuilder. withComments(java.util.List<CommentModel> comments) -
Uses of CommentModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return CommentModel Modifier and Type Method Description CommentModelComments. commentAdjustmentNote()
-