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 void
ItemCommentsController. addCommentToItem(CommentModel newComment)
protected boolean
ItemCommentsController. canReadThisComment(CommentModel comment)
protected void
ItemCommentsController. 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)
void
ItemCommentsController. setCommentRenderer(com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Div,java.lang.Void,CommentModel> commentRenderer)
protected void
ItemCommentsController. 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 boolean
DefaultItemCommentsRenderer. canReadAuthor(CommentModel commentModel)
protected boolean
DefaultItemCommentsRenderer. canReadCreationTime(CommentModel commentModel)
protected boolean
DefaultItemCommentsRenderer. canReadText(CommentModel commentModel)
protected org.zkoss.zk.ui.HtmlBasedComponent
DefaultItemCommentsRenderer. createCommentContent(CommentModel comment)
protected org.zkoss.zk.ui.HtmlBasedComponent
DefaultItemCommentsRenderer. createCommentHeader(CommentModel comment)
protected java.lang.String
DefaultItemCommentsRenderer. readAuthor(CommentModel commentModel)
protected java.lang.String
DefaultItemCommentsRenderer. readCreationTime(CommentModel commentModel)
protected java.lang.String
DefaultItemCommentsRenderer. readText(CommentModel commentModel)
void
DefaultItemCommentsRenderer. 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 void
DefaultItemCommentsRenderer. 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 interface
SapCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCpiOutboundQuoteCommentModel>
Provides mapping fromCommentModel
toSAPCpiOutboundQuoteCommentModel
. -
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 void
DefaultSapCpiQuoteCommentMapperService. map(CommentModel comment, SAPCpiOutboundQuoteCommentModel scpiQuoteComment)
protected void
DefaultSapCpiQuoteCommentMapperService. 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 void
DefaultSapCpiOutboundQuoteConversionService. 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 boolean
CMSWorkflowCommentPredicate. 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 class
CMSWorkflowCommentModel
Generated 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 void
DefaultCMSWorkflowFacadeTest. 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 void
DefaultCMSWorkflowActionFacade. 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 void
CMSCommentDataPopulator. 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 void
CMSCommentDataPopulator. 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 void
CommentMainAreaBrowserComponent. renderCommentDetailsBox(org.zkoss.zul.Div groupboxContentDiv, CommentModel comment)
protected void
CommentMainAreaBrowserComponent. renderCommentTextBox(org.zkoss.zul.Div groupboxContentDiv, CommentModel commentModel)
protected org.zkoss.zul.Div
CommentMainAreaBrowserComponent. renderDetailsContainer(CommentModel commentModel)
protected AdvancedGroupbox
CommentMainAreaBrowserComponent. 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 boolean
CommentLayerComponent. containsComment(CommentModel commentModel)
Returns true if this component contains given comment or false otherwise.CommentIcon
CommentLayerComponent. getCommentIcon(CommentModel commentModel)
ReturnsCommentIcon
corresponding to the targetCommentModel
instancestatic CommentLayerComponent
CommentLayerUtils. getOwningCommentLayer(CommentLayerAwareModel model, CommentModel commentItemModel)
protected void
ContextAreaCommentTreeComponent. renderCommentDetailsBox(org.zkoss.zul.Div groupboxContentDiv, CommentModel comment)
protected void
ContextAreaCommentTreeComponent. renderCommentTextBox(org.zkoss.zul.Div groupboxContentDiv, CommentModel commentModel)
protected AdvancedGroupbox
ContextAreaCommentTreeComponent. 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 boolean
CommentLayerComponentController. canDeleteComment(CommentModel comment)
Evaluates if current user is eligible to delete the target comment instance.boolean
CommentLayerComponentController. canEditComment(CommentModel comment)
Evaluates if current user can edit a comment behind the comment icon on the comment layer component.boolean
CommentLayerComponentController. canReplyToComment(CommentModel comment)
Evaluates if current user can reply to a comment behind the comment icon on the comment layer component.void
ContextAreaCommentTreeController. deleteComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)
Performs delete routine for the given comment instance.CommentIcon
ContextAreaCommentTreeController. getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment)
Returns a correspondingCommentIcon
component for the target comment instance.CommentIcon
CommentLayerComponentController. getCommentIconForComment(T component, CommentModel comment)
Returns CommentIcon component for the givenCommentModel
which is placed on the givenCommentLayerComponent
;CommentLayerComponent
ContextAreaCommentTreeController. getOwningCommentLayer(ContextAreaCommentTreeModel model, CommentModel commentItemModel)
ReturnsCommentLayerComponent
that owns icon representing the target comment instance.boolean
ContextAreaCommentTreeController. isCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)
Evaluates if the target comment is currently visible on the comment layer.void
ContextAreaCommentTreeController. selectComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)
Performs select routine for the given comment instance.void
ContextAreaCommentTreeController. 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 boolean
DefaultCommentLayerComponentController. canDeleteComment(CommentModel comment)
boolean
DefaultCommentLayerComponentController. canEditComment(CommentModel comment)
boolean
DefaultCommentLayerComponentController. canReplyToComment(CommentModel comment)
protected CommentMetadataModel
DefaultCommentLayerComponentController. createCommentMetadata(CommentLayerComponentModel model, CommentModel commentToSave, CommentIcon newIcon)
protected void
DefaultCommentLayerComponentController. 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.Window
DefaultCommentLayerComponentController. createEditPopupForComment(CommentLayerComponent clComponent, CommentLayerAwareModel clAwareModel, CommentIcon newIcon, CommentModel commentToEdit, boolean create)
protected org.zkoss.zul.Window
DefaultCommentLayerComponentController. createEditPopupForComment(CommentLayerAwareModel clAwareModel, CommentIcon newIcon, CommentModel commentToEdit, boolean create)
void
DefaultContextAreaCommentTreeController. deleteComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)
CommentIcon
DefaultContextAreaCommentTreeController. getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment)
CommentIcon
DefaultCommentLayerComponentController. getCommentIconForComment(CommentLayerComponent component, CommentModel comment)
CommentLayerComponent
DefaultContextAreaCommentTreeController. getOwningCommentLayer(ContextAreaCommentTreeModel model, CommentModel commentItemModel)
boolean
DefaultContextAreaCommentTreeController. isCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)
void
DefaultContextAreaCommentTreeController. selectComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)
protected void
DefaultCommentLayerComponentController. setCommentAttachments(CommentModel comment, java.lang.Object currentValue)
void
DefaultContextAreaCommentTreeController. toggleCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)
protected void
DefaultCommentLayerComponentController. updateComment(CommentModel comment, ObjectValueContainer ovc, java.lang.String text)
protected void
DefaultCommentLayerComponentController. 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 CommentModel
CommentLayerContext. getActiveComment()
CommentModel
CommentIconModel. getComment()
Returns the actualCommentModel
that 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 void
CommentIconModel. 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 CommentModel
CommentMetadataModel. getComment()
Generated method - Getter of theCommentMetadata.comment
attribute defined at extensioncockpit
.Methods in de.hybris.platform.cockpit.model with parameters of type CommentModel Modifier and Type Method Description void
CommentMetadataModel. setComment(CommentModel value)
Generated method - Initial setter ofCommentMetadata.comment
attribute 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 CommentModel
CockpitCommentService. 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 whereuser
is 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 void
CockpitCommentService. 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 boolean
CommentLayerService. canUserMoveComment(UserModel user, CommentModel comment)
Evaluates if the given user is able to move given comment on the comment layer component.CommentMetadataModel
CommentLayerService. getCommentLocationForPreview(CommentModel comment, MediaModel preview)
Returns Comment position meta-data of the givenCommentModel
instance 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 boolean
DefaultCommentLayerService. canUserMoveComment(UserModel user, CommentModel comment)
CommentMetadataModel
DefaultCommentLayerService. 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 CommentModel
DefaultCockpitCommentService. 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 void
DefaultCockpitCommentService. 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 CommentModel
ReplyModel. getComment()
Generated method - Getter of theReply.comment
attribute defined at extensioncomments
.Methods in de.hybris.platform.comments.model with parameters of type CommentModel Modifier and Type Method Description void
ReplyModel. setComment(CommentModel value)
Generated method - Initial setter ofReply.comment
attribute 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 whereuser
is 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 whereuser
is 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 whereuser
is 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 whereuser
is 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 whereuser
is 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 whereuser
is 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 whereuser
is 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 whereuser
is 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 whereuser
is 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 whereuser
is 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 whereuser
is 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 whereuser
is 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 void
CommentPopulator. 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 void
AbstractOrderPopulator. setOrderCommentConverter(Converter<CommentModel,CommentData> orderCommentConverter)
void
OrderEntryPopulator. 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.comments
attribute defined at extensioncomments
.Method parameters in de.hybris.platform.core.model with type arguments of type CommentModel Modifier and Type Method Description void
ItemModel. setComments(java.util.List<CommentModel> value)
Generated method - Setter ofItem.comments
attribute 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.watchedComments
attribute defined at extensioncomments
.Method parameters in de.hybris.platform.core.model.security with type arguments of type CommentModel Modifier and Type Method Description void
PrincipalModel. setWatchedComments(java.util.List<CommentModel> value)
Generated method - Setter ofPrincipal.watchedComments
attribute 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.assignedComments
attribute defined at extensioncomments
.Method parameters in de.hybris.platform.core.model.user with type arguments of type CommentModel Modifier and Type Method Description void
UserModel. setAssignedComments(java.util.List<CommentModel> value)
Generated method - Setter ofUser.assignedComments
attribute 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 void
DefaultQuoteCommentContributor. 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 class
CsCustomerEventModel
Generated model class for type CsCustomerEvent first defined at extension ticketsystem.class
CsTicketEventModel
Generated model class for type CsTicketEvent first defined at extension ticketsystem.class
CsTicketResolutionEventModel
Generated 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 CommentModel
WarehousingCommentService. 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 CommentModel
AbstractWarehousingCommentService. 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 CommentModel
CommentModelBuilder. build()
Method parameters in de.hybris.platform.warehousing.util.builder with type arguments of type CommentModel Modifier and Type Method Description AsnModelBuilder
AsnModelBuilder. 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 CommentModel
Comments. commentAdjustmentNote()
-