Uses of Interface
com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
Packages that use FulfillmentAddressSubmitValidator
Package
Description
-
Uses of FulfillmentAddressSubmitValidator in com.broadleafcommerce.cartoperation.service.fulfillment.validation.address
Classes in com.broadleafcommerce.cartoperation.service.fulfillment.validation.address that implement FulfillmentAddressSubmitValidatorModifier and TypeClassDescriptionclass
Performs basic validation of the address of a fulfillment group to ensure required fields are present. -
Uses of FulfillmentAddressSubmitValidator in com.broadleafcommerce.cartoperation.service.fulfillment.validation.type
Methods in com.broadleafcommerce.cartoperation.service.fulfillment.validation.type that return types with arguments of type FulfillmentAddressSubmitValidatorModifier and TypeMethodDescriptionprotected Set<FulfillmentAddressSubmitValidator>
AbstractTypeFulfillmentGroupSubmitValidator.getAddressValidators()
Constructor parameters in com.broadleafcommerce.cartoperation.service.fulfillment.validation.type with type arguments of type FulfillmentAddressSubmitValidatorModifierConstructorDescriptionAbstractTypeFulfillmentGroupSubmitValidator
(Set<FulfillmentAddressSubmitValidator> addressValidators) PickupTypeFulfillmentGroupSubmitValidator
(Set<FulfillmentAddressSubmitValidator> addressValidators) ShipTypeFulfillmentGroupSubmitValidator
(Set<FulfillmentAddressSubmitValidator> addressValidators) VirtualTypeFulfillmentGroupSubmitValidator
(Set<FulfillmentAddressSubmitValidator> addressValidators)