Class DefaultCMSWorkflowTemplateService
java.lang.Object
de.hybris.platform.cms2.workflow.service.impl.DefaultCMSWorkflowTemplateService
- All Implemented Interfaces:
CMSWorkflowTemplateService
Default implementation of the
CMSWorkflowTemplateService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSWorkflowTemplateDaoprotected UserServicegetVisibleWorkflowTemplatesForCatalogVersion(CatalogVersionModel catalogVersion) Retrieves the list of workflow templates for a given catalog version and principal.voidsetCmsWorkflowTemplateDao(CMSWorkflowTemplateDao cmsWorkflowTemplateDao) voidsetUserService(UserService userService)
-
Constructor Details
-
DefaultCMSWorkflowTemplateService
public DefaultCMSWorkflowTemplateService()
-
-
Method Details
-
getVisibleWorkflowTemplatesForCatalogVersion
public List<WorkflowTemplateModel> getVisibleWorkflowTemplatesForCatalogVersion(CatalogVersionModel catalogVersion) Description copied from interface:CMSWorkflowTemplateServiceRetrieves the list of workflow templates for a given catalog version and principal.- Specified by:
getVisibleWorkflowTemplatesForCatalogVersionin interfaceCMSWorkflowTemplateService- Parameters:
catalogVersion- The catalog version associated to a workflow template- Returns:
- A list of workflow templates
-
getCmsWorkflowTemplateDao
-
setCmsWorkflowTemplateDao
-
getUserService
-
setUserService
-