Class CreateAddressWizardHandler
java.lang.Object
de.hybris.platform.customersupportbackoffice.widgets.CreateAddressWizardHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class CreateAddressWizardHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CustomerAccountServicevoidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, Map<String, String> map) protected AddressModelvoidsetCustomerAccountService(CustomerAccountService customerAccountService) voidsetModelService(ModelService modelService)
-
Constructor Details
-
CreateAddressWizardHandler
public CreateAddressWizardHandler()
-
-
Method Details
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, Map<String, String> map) - Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
populateAddress
- Parameters:
form-- Returns:
- AddressModel
-
getCustomerAccountService
- Returns:
- the customerAccountService
-
setCustomerAccountService
-
getModelService
- Returns:
- the modelService
-
setModelService
- Parameters:
modelService- the modelService to set
-