Uses of Class
de.hybris.platform.workflow.model.AutomatedWorkflowActionTemplateModel
Packages that use AutomatedWorkflowActionTemplateModel
Package
Description
-
Uses of AutomatedWorkflowActionTemplateModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl that return AutomatedWorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected AutomatedWorkflowActionTemplateModelAbstractWorkflowTemplateStrategy.createAutomatedWorkflowActionTemplate(String code, String qualifier, WorkflowActionType actionType, UserModel user, WorkflowTemplateModel workflowTemplateModel, Class<? extends AutomatedWorkflowTemplateJob> jobClass, String jobHandlerBeanId) Creates an automated workflow cronjob by either joblass or springBean id -
Uses of AutomatedWorkflowActionTemplateModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return AutomatedWorkflowActionTemplateModel -
Uses of AutomatedWorkflowActionTemplateModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return AutomatedWorkflowActionTemplateModelModifier and TypeMethodDescriptionAutomatedWorkflowActionTemplates.AutoDeleteCancellationEvent()AutomatedWorkflowActionTemplates.AutoDeleteStockLevel()AutomatedWorkflowActionTemplates.AutoPacking()AutomatedWorkflowActionTemplates.AutoPickup()AutomatedWorkflowActionTemplates.AutoReallocateConsignment()AutomatedWorkflowActionTemplates.AutoShipping()Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type AutomatedWorkflowActionTemplateModelModifier and TypeMethodDescriptionAutomatedWorkflowActionTemplates.getAutomatedWorkflowActionTemplateDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type AutomatedWorkflowActionTemplateModelModifier and TypeMethodDescriptionvoidAutomatedWorkflowActionTemplates.setAutomatedWorkflowActionTemplateDao(WarehousingDao<AutomatedWorkflowActionTemplateModel> automatedWorkflowActionTemplateDao) -
Uses of AutomatedWorkflowActionTemplateModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return AutomatedWorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected AutomatedWorkflowActionTemplateModelWorkflowTest.createAutomatedWorkflowActionTemplateModel(UserModel user, String code, WorkflowActionType actionType, WorkflowTemplateModel workflow, Class jobClass) Creates new automated action template. -
Uses of AutomatedWorkflowActionTemplateModel in de.hybris.platform.workflow.services.internal
Methods in de.hybris.platform.workflow.services.internal with parameters of type AutomatedWorkflowActionTemplateModelModifier and TypeMethodDescriptionAutomatedWorkflowTemplateRegistry.getAutomatedWorkflowTemplateJobForTemplate(AutomatedWorkflowActionTemplateModel template) Gets the automated workflow template job for passed as parameter template. -
Uses of AutomatedWorkflowActionTemplateModel in de.hybris.platform.workflow.services.internal.impl
Methods in de.hybris.platform.workflow.services.internal.impl with parameters of type AutomatedWorkflowActionTemplateModelModifier and TypeMethodDescriptionDefaultAutomatedWorkflowTemplateRegistry.getAutomatedWorkflowTemplateJobForTemplate(AutomatedWorkflowActionTemplateModel template)