Interface FulfillmentItemSubmitValidator

All Superinterfaces:
FulfillmentValidator, org.springframework.validation.SmartValidator, org.springframework.validation.Validator

public interface FulfillmentItemSubmitValidator extends FulfillmentValidator
Validates a submitted fulfillment item of a fulfillment group.
Author:
Jacob Mitash
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    supports(com.broadleafcommerce.cart.client.domain.FulfillmentItem item)
    Tells if this validator supports the given fulfillment item.

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

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

    Methods inherited from interface org.springframework.validation.SmartValidator

    validateValue
  • Method Details

    • supports

      boolean supports(com.broadleafcommerce.cart.client.domain.FulfillmentItem item)
      Tells if this validator supports the given fulfillment item.
      Parameters:
      item - the fulfillment group to test support of
      Returns:
      true if this supports validation of the given fulfillment item, false otherwise