Uses of Class
de.hybris.platform.cmsfacades.data.CMSCommentData
Packages that use CMSCommentData
Package
Description
-
Uses of CMSCommentData in de.hybris.platform.cmsfacades.workflow
Methods in de.hybris.platform.cmsfacades.workflow that return types with arguments of type CMSCommentDataModifier and TypeMethodDescriptionCMSWorkflowActionFacade.getActionComments(String workflowCode, String actionCode, PageableData pageableData) Returns paginated list of action comments. -
Uses of CMSCommentData in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return types with arguments of type CMSCommentDataModifier and TypeMethodDescriptionDefaultCMSWorkflowActionFacade.getActionComments(String workflowCode, String actionCode, PageableData pageableData) protected Converter<CommentModel,CMSCommentData> DefaultCMSWorkflowActionFacade.getCmsCommentDataConverter()Method parameters in de.hybris.platform.cmsfacades.workflow.impl with type arguments of type CMSCommentDataModifier and TypeMethodDescriptionvoidDefaultCMSWorkflowActionFacade.setCmsCommentDataConverter(Converter<CommentModel, CMSCommentData> cmsCommentDataConverter) -
Uses of CMSCommentData in de.hybris.platform.cmsfacades.workflow.populator
Methods in de.hybris.platform.cmsfacades.workflow.populator with parameters of type CMSCommentDataModifier and TypeMethodDescriptionvoidCMSCommentDataPopulator.populate(CommentModel commentModel, CMSCommentData cmsCommentData)