Uses of Interface
de.hybris.platform.comments.services.CommentService
-
-
Uses of CommentService in com.hybris.backoffice.widgets.itemcomments
Methods in com.hybris.backoffice.widgets.itemcomments that return CommentService Modifier and Type Method Description CommentServiceItemCommentsController. getCommentService()Methods in com.hybris.backoffice.widgets.itemcomments with parameters of type CommentService Modifier and Type Method Description voidItemCommentsController. setCommentService(CommentService commentService) -
Uses of CommentService in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return CommentService Modifier and Type Method Description protected CommentServiceDefaultCMSWorkflowActionFacade. getCommentService()protected CommentServiceDefaultCMSWorkflowFacade. getCommentService()Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type CommentService Modifier and Type Method Description voidDefaultCMSWorkflowActionFacade. setCommentService(CommentService commentService)voidDefaultCMSWorkflowFacade. setCommentService(CommentService commentService) -
Uses of CommentService in de.hybris.platform.cockpit.components.editorarea.renderer
Methods in de.hybris.platform.cockpit.components.editorarea.renderer that return CommentService Modifier and Type Method Description CommentServiceCommentsSectionRenderer. getCommentService() -
Uses of CommentService in de.hybris.platform.cockpit.components.listview.impl
Methods in de.hybris.platform.cockpit.components.listview.impl that return CommentService Modifier and Type Method Description CommentServiceAbstractCommentAction. getCommentService() -
Uses of CommentService in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Fields in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl declared as CommentService Modifier and Type Field Description protected CommentServiceDefaultCommentLayerComponentController. commentServiceMethods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type CommentService Modifier and Type Method Description voidDefaultCommentLayerComponentController. setCommentService(CommentService commentService)voidDefaultContextAreaCommentTreeController. setCommentService(CommentService commentService) -
Uses of CommentService in de.hybris.platform.cockpit.services.comments.impl
Methods in de.hybris.platform.cockpit.services.comments.impl with parameters of type CommentService Modifier and Type Method Description voidDefaultCommentLayerService. setCommentService(CommentService commentService) -
Uses of CommentService in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return CommentService Modifier and Type Method Description CommentServiceDefaultCockpitCommentService. getCommentService()Deprecated.since 6.3Methods in de.hybris.platform.cockpit.services.impl with parameters of type CommentService Modifier and Type Method Description voidDefaultCockpitCommentService. setCommentService(CommentService commentService) -
Uses of CommentService in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return CommentService Modifier and Type Method Description CommentServiceCommunicationBrowserModel. getCommentService() -
Uses of CommentService in de.hybris.platform.comments.services.impl
Classes in de.hybris.platform.comments.services.impl that implement CommentService Modifier and Type Class Description classDefaultCommentServiceDefault comment service implementation. -
Uses of CommentService in de.hybris.platform.commerceservices.comments.impl
Classes in de.hybris.platform.commerceservices.comments.impl that implement CommentService Modifier and Type Class Description classDefaultCommerceCommentServiceDefault implementation forCommerceCommentService. -
Uses of CommentService in de.hybris.platform.ticket.factory.impl
Methods in de.hybris.platform.ticket.factory.impl with parameters of type CommentService Modifier and Type Method Description voidDefaultTicketEventFactoryImpl. setCommentService(CommentService commentService) -
Uses of CommentService in de.hybris.platform.ticket.interceptors
Methods in de.hybris.platform.ticket.interceptors with parameters of type CommentService Modifier and Type Method Description voidCsTicketEventPrepareInterceptor. setCommentService(CommentService commentService) -
Uses of CommentService in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl with parameters of type CommentService Modifier and Type Method Description voidDefaultTicketService. setCommentService(CommentService commentService) -
Uses of CommentService in de.hybris.platform.warehousing.comment
Subinterfaces of CommentService in de.hybris.platform.warehousing.comment Modifier and Type Interface Description interfaceWarehousingCommentServiceService to simplify working with theCommentService. -
Uses of CommentService in de.hybris.platform.warehousing.comment.impl
Classes in de.hybris.platform.warehousing.comment.impl that implement CommentService Modifier and Type Class Description classAbstractWarehousingCommentServiceAbstract implementation of theWarehousingCommentServiceprovides implementations for comment creation and initialization.classDefaultAsnCommentServiceComment service for handling Advanced shipping notice.classDefaultConsignmentEntryCommentServiceComment service for handling consignment entries.classDefaultOrderEntryCommentServiceComment service for handling order entries.classDefaultStockLevelCommentServiceComment service for handling Stock level. -
Uses of CommentService in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return CommentService Modifier and Type Method Description protected CommentServiceCommentTypes. getCommentService()protected CommentServiceComponents. getCommentService()protected CommentServiceDomains. getCommentService()Methods in de.hybris.platform.warehousing.util.models with parameters of type CommentService Modifier and Type Method Description voidCommentTypes. setCommentService(CommentService commentService)voidComponents. setCommentService(CommentService commentService)voidDomains. setCommentService(CommentService commentService)
-