Class ResponsiveSummaryCheckoutStepValidator
java.lang.Object
de.hybris.platform.acceleratorstorefrontcommons.checkout.steps.validation.AbstractCheckoutStepValidator
de.hybris.platform.yacceleratorstorefront.checkout.steps.validation.impl.ResponsiveSummaryCheckoutStepValidator
- All Implemented Interfaces:
CheckoutStepValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ValidationResultscheckCartAndDelivery(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) protected ValidationResultscheckPaymentMethodAndPickup(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) validateOnEnter(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) This method should be implemented to validate whether all the required details are present before entering the checkout step.Methods inherited from class de.hybris.platform.acceleratorstorefrontcommons.checkout.steps.validation.AbstractCheckoutStepValidator
getCheckoutFacade, getCheckoutFlowFacade, setCheckoutFacade, setCheckoutFlowFacade, validateOnExit
-
Constructor Details
-
ResponsiveSummaryCheckoutStepValidator
public ResponsiveSummaryCheckoutStepValidator()
-
-
Method Details
-
validateOnEnter
public ValidationResults validateOnEnter(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) Description copied from interface:CheckoutStepValidatorThis method should be implemented to validate whether all the required details are present before entering the checkout step.- Specified by:
validateOnEnterin interfaceCheckoutStepValidator- Specified by:
validateOnEnterin classAbstractCheckoutStepValidator- Returns:
- ValidationResults
-
checkPaymentMethodAndPickup
protected ValidationResults checkPaymentMethodAndPickup(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
checkCartAndDelivery
protected ValidationResults checkCartAndDelivery(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
-