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 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:
      perform in interface com.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