Interface FulfillmentOptionSubmitValidator
-
- All Superinterfaces:
FulfillmentValidator
,org.springframework.validation.SmartValidator
,org.springframework.validation.Validator
public interface FulfillmentOptionSubmitValidator extends FulfillmentValidator
Validates a submitted fulfillment option of a fulfillment group.- Author:
- Jacob Mitash
- See Also:
FulfillmentGroupSubmitValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
supports(com.broadleafcommerce.order.common.domain.FulfillmentOption option)
Tells if this validator supports the given fulfillment option.-
Methods inherited from interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidator
getSupportedClass, supports, validate, validate, validate, validate, validate
-
-
-
-
Method Detail
-
supports
boolean supports(com.broadleafcommerce.order.common.domain.FulfillmentOption option)
Tells if this validator supports the given fulfillment option.- Parameters:
option
- the fulfillment option to test support of- Returns:
- true if this supports validation of the given fulfillment option, false otherwise
-
-