Class 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 Detail

      • CreateAddressWizardHandler

        public CreateAddressWizardHandler()
    • 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:
        perform in interface com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
      • 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