Interface PricedFulfillmentOptionSubmitValidator

All Superinterfaces:
FulfillmentValidator, org.springframework.validation.SmartValidator, org.springframework.validation.Validator
All Known Implementing Classes:
DefaultPricedFulfillmentOptionSubmitValidator

public interface PricedFulfillmentOptionSubmitValidator extends FulfillmentValidator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    supports(com.broadleafcommerce.cart.client.domain.FulfillmentGroup pricedFulfillmentOption)
     

    Methods inherited from interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidator

    getSupportedClass, supports, validate, validate, validate, validate, validate, validateWithDataHolder

    Methods inherited from interface org.springframework.validation.SmartValidator

    unwrap, validateValue

    Methods inherited from interface org.springframework.validation.Validator

    validateObject
  • Method Details

    • supports

      boolean supports(com.broadleafcommerce.cart.client.domain.FulfillmentGroup pricedFulfillmentOption)