Class RespSapDigiPaySummaryCheckoutStepValidator
- java.lang.Object
-
- de.hybris.platform.acceleratorstorefrontcommons.checkout.steps.validation.AbstractCheckoutStepValidator
-
- de.hybris.platform.sapdigitalpaymentaddon.controllers.pages.checkout.validation.RespSapDigiPaySummaryCheckoutStepValidator
-
- All Implemented Interfaces:
CheckoutStepValidator
public class RespSapDigiPaySummaryCheckoutStepValidator extends AbstractCheckoutStepValidator
Responsive Checkout summary validator class for the multi-step checkout flow with SAP Digital payment
-
-
Constructor Summary
Constructors Constructor Description RespSapDigiPaySummaryCheckoutStepValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ValidationResultscheckCartAndDelivery(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)protected ValidationResultscheckPaymentMethodAndPickup(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)ValidationResultsvalidateOnEnter(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
-
-
-
-
Method Detail
-
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)
-
-