Uses of Class
de.hybris.platform.secureportaladdon.model.B2BRegistrationModel
-
Packages that use B2BRegistrationModel Package Description de.hybris.platform.secureportaladdon.email.context de.hybris.platform.secureportaladdon.facades de.hybris.platform.secureportaladdon.facades.impl de.hybris.platform.secureportaladdon.model Contains generated models for each type of de.hybris.platform.secureportaladdon.jalo package.de.hybris.platform.secureportaladdon.workflows de.hybris.platform.secureportaladdon.workflows.actions -
-
Uses of B2BRegistrationModel in de.hybris.platform.secureportaladdon.email.context
Methods in de.hybris.platform.secureportaladdon.email.context that return B2BRegistrationModel Modifier and Type Method Description B2BRegistrationModelB2BRegistrationEmailContext. getRegistration()Methods in de.hybris.platform.secureportaladdon.email.context with parameters of type B2BRegistrationModel Modifier and Type Method Description voidB2BRegistrationEmailContext. setRegistration(B2BRegistrationModel registration) -
Uses of B2BRegistrationModel in de.hybris.platform.secureportaladdon.facades
Methods in de.hybris.platform.secureportaladdon.facades with parameters of type B2BRegistrationModel Modifier and Type Method Description voidB2BRegistrationWorkflowFacade. launchWorkflow(WorkflowTemplateModel workflowTemplateModel, B2BRegistrationModel b2bRegistrationModel)Launches a new workflow instance -
Uses of B2BRegistrationModel in de.hybris.platform.secureportaladdon.facades.impl
Methods in de.hybris.platform.secureportaladdon.facades.impl that return B2BRegistrationModel Modifier and Type Method Description protected B2BRegistrationModelDefaultB2BRegistrationFacade. toRegistrationModel(B2BRegistrationData data)Converts aB2BRegistrationDatainto aMethods in de.hybris.platform.secureportaladdon.facades.impl with parameters of type B2BRegistrationModel Modifier and Type Method Description voidDefautB2BRegistrationWorkflowFacade. launchWorkflow(WorkflowTemplateModel workflowTemplateModel, B2BRegistrationModel b2bRegistrationModel) -
Uses of B2BRegistrationModel in de.hybris.platform.secureportaladdon.model
Methods in de.hybris.platform.secureportaladdon.model that return B2BRegistrationModel Modifier and Type Method Description B2BRegistrationModelB2BRegistrationProcessModel. getRegistration()Generated method - Getter of theB2BRegistrationProcess.registrationattribute defined at extensionsecureportaladdon.Methods in de.hybris.platform.secureportaladdon.model with parameters of type B2BRegistrationModel Modifier and Type Method Description voidB2BRegistrationProcessModel. setRegistration(B2BRegistrationModel value)Generated method - Setter ofB2BRegistrationProcess.registrationattribute defined at extensionsecureportaladdon. -
Uses of B2BRegistrationModel in de.hybris.platform.secureportaladdon.workflows
Methods in de.hybris.platform.secureportaladdon.workflows that return B2BRegistrationModel Modifier and Type Method Description protected B2BRegistrationModelB2BRegistrationWorkflowIntegrationTest. getB2BRegistrationModel() -
Uses of B2BRegistrationModel in de.hybris.platform.secureportaladdon.workflows.actions
Methods in de.hybris.platform.secureportaladdon.workflows.actions that return B2BRegistrationModel Modifier and Type Method Description protected B2BRegistrationModelAbstractAutomatedWorkflowTemplateJob. getRegistrationAttachment(WorkflowActionModel workflowActionModel)Gets theB2BRegistrationModelattached to the workflowMethods in de.hybris.platform.secureportaladdon.workflows.actions with parameters of type B2BRegistrationModel Modifier and Type Method Description protected B2BCustomerModelRegistrationApprovedAutomatedWorkflowTemplateJob. createB2BCustomerModel(CustomerModel customer, B2BRegistrationModel registration)Creates an instance ofB2BCustomerModelout ofCustomerModel.protected B2BRegistrationApprovedProcessModelSendApprovedEmailAutomatedWorkflowTemplateJob. createProcessModel(CustomerModel customerModel, B2BRegistrationModel registrationModel)protected PROCESSSendEmailAutomatedWorkflowTemplateJob. createProcessModel(CustomerModel customerModel, B2BRegistrationModel registrationModel)Creates an instance ofB2BRegistrationProcessModelusing the process definition.protected PROCESSSendEmailAutomatedWorkflowTemplateTestJob. createProcessModel(CustomerModel customerModel, B2BRegistrationModel registrationModel)Creates an instance ofB2BRegistrationProcessModelusing the process definition.protected B2BRegistrationRejectedProcessModelSendRejectedEmailAutomatedWorkflowTemplateJob. createProcessModel(CustomerModel customerModel, B2BRegistrationModel registrationModel)protected CustomerModelAbstractAutomatedWorkflowTemplateJob. getCustomer(B2BRegistrationModel b2bRegistrationModel)Gets theCustomerModelattached to the workflow
-