Uses of Class
de.hybris.platform.workflow.model.AutomatedWorkflowActionTemplateModel
-
-
Uses of AutomatedWorkflowActionTemplateModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl that return AutomatedWorkflowActionTemplateModel Modifier and Type Method Description protected AutomatedWorkflowActionTemplateModelAbstractWorkflowTemplateStrategy. createAutomatedWorkflowActionTemplate(java.lang.String code, java.lang.String qualifier, WorkflowActionType actionType, UserModel user, WorkflowTemplateModel workflowTemplateModel, java.lang.Class<? extends AutomatedWorkflowTemplateJob> jobClass, java.lang.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 Modifier and Type Method Description AutomatedWorkflowActionTemplateModelAutomatedWorkflowActionTemplateModelBuilder. build() -
Uses of AutomatedWorkflowActionTemplateModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return AutomatedWorkflowActionTemplateModel Modifier and Type Method Description AutomatedWorkflowActionTemplateModelAutomatedWorkflowActionTemplates. AutoDeleteCancellationEvent()AutomatedWorkflowActionTemplateModelAutomatedWorkflowActionTemplates. AutoDeleteStockLevel()AutomatedWorkflowActionTemplateModelAutomatedWorkflowActionTemplates. AutoPacking()AutomatedWorkflowActionTemplateModelAutomatedWorkflowActionTemplates. AutoPickup()AutomatedWorkflowActionTemplateModelAutomatedWorkflowActionTemplates. AutoReallocateConsignment()AutomatedWorkflowActionTemplateModelAutomatedWorkflowActionTemplates. AutoShipping()Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type AutomatedWorkflowActionTemplateModel Modifier and Type Method Description protected WarehousingDao<AutomatedWorkflowActionTemplateModel>AutomatedWorkflowActionTemplates. getAutomatedWorkflowActionTemplateDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type AutomatedWorkflowActionTemplateModel Modifier and Type Method Description voidAutomatedWorkflowActionTemplates. setAutomatedWorkflowActionTemplateDao(WarehousingDao<AutomatedWorkflowActionTemplateModel> automatedWorkflowActionTemplateDao) -
Uses of AutomatedWorkflowActionTemplateModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return AutomatedWorkflowActionTemplateModel Modifier and Type Method Description protected AutomatedWorkflowActionTemplateModelWorkflowTest. createAutomatedWorkflowActionTemplateModel(UserModel user, java.lang.String code, WorkflowActionType actionType, WorkflowTemplateModel workflow, java.lang.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 AutomatedWorkflowActionTemplateModel Modifier and Type Method Description AutomatedWorkflowTemplateJobAutomatedWorkflowTemplateRegistry. 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 AutomatedWorkflowActionTemplateModel Modifier and Type Method Description AutomatedWorkflowTemplateJobDefaultAutomatedWorkflowTemplateRegistry. getAutomatedWorkflowTemplateJobForTemplate(AutomatedWorkflowActionTemplateModel template)
-