Class DefautB2BRegistrationWorkflowFacade
- java.lang.Object
-
- de.hybris.platform.secureportaladdon.facades.impl.DefautB2BRegistrationWorkflowFacade
-
- All Implemented Interfaces:
B2BRegistrationWorkflowFacade
public class DefautB2BRegistrationWorkflowFacade extends java.lang.Object implements B2BRegistrationWorkflowFacade
Default implementation ofB2BRegistrationWorkflowFacade
-
-
Constructor Summary
Constructors Constructor Description DefautB2BRegistrationWorkflowFacade()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlaunchWorkflow(WorkflowTemplateModel workflowTemplateModel, B2BRegistrationModel b2bRegistrationModel)Launches a new workflow instancevoidsetModelService(ModelService modelService)voidsetUserService(UserService userService)voidsetWorkflowProcessingService(WorkflowProcessingService workflowProcessingService)voidsetWorkflowService(WorkflowService workflowService)
-
-
-
Method Detail
-
setWorkflowService
public void setWorkflowService(WorkflowService workflowService)
- Parameters:
workflowService- the workflowService to set
-
setWorkflowProcessingService
public void setWorkflowProcessingService(WorkflowProcessingService workflowProcessingService)
- Parameters:
workflowProcessingService- the workflowProcessingService to set
-
setUserService
public void setUserService(UserService userService)
- Parameters:
userService- the userService to set
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
launchWorkflow
public void launchWorkflow(WorkflowTemplateModel workflowTemplateModel, B2BRegistrationModel b2bRegistrationModel)
Description copied from interface:B2BRegistrationWorkflowFacadeLaunches a new workflow instance- Specified by:
launchWorkflowin interfaceB2BRegistrationWorkflowFacade- Parameters:
workflowTemplateModel- The workflow template definition to useb2bRegistrationModel- All registration specific information
-
-