Uses of Class
de.hybris.platform.cmsfacades.data.CMSCommentData
-
Packages that use CMSCommentData Package Description de.hybris.platform.cmsfacades.workflow de.hybris.platform.cmsfacades.workflow.impl de.hybris.platform.cmsfacades.workflow.populator -
-
Uses of CMSCommentData in de.hybris.platform.cmsfacades.workflow
Methods in de.hybris.platform.cmsfacades.workflow that return types with arguments of type CMSCommentData Modifier and Type Method Description SearchResult<CMSCommentData>CMSWorkflowActionFacade. getActionComments(java.lang.String workflowCode, java.lang.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 CMSCommentData Modifier and Type Method Description SearchResult<CMSCommentData>DefaultCMSWorkflowActionFacade. getActionComments(java.lang.String workflowCode, java.lang.String actionCode, PageableData pageableData)protected Converter<CommentModel,CMSCommentData>DefaultCMSWorkflowActionFacade. getCmsCommentDataConverter()Method parameters in de.hybris.platform.cmsfacades.workflow.impl with type arguments of type CMSCommentData Modifier and Type Method Description voidDefaultCMSWorkflowActionFacade. 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 CMSCommentData Modifier and Type Method Description voidCMSCommentDataPopulator. populate(CommentModel commentModel, CMSCommentData cmsCommentData)
-