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