Uses of Interface
com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
-
Uses of FulfillmentAddressSubmitValidator in com.broadleafcommerce.cartoperation.service.fulfillment.validation.address
Classes in com.broadleafcommerce.cartoperation.service.fulfillment.validation.address that implement FulfillmentAddressSubmitValidator Modifier and Type Class Description class
DefaultFulfillmentAddressSubmitValidator
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 FulfillmentAddressSubmitValidator Modifier and Type Method Description protected Set<FulfillmentAddressSubmitValidator>
AbstractTypeFulfillmentGroupSubmitValidator. getAddressValidators()
Constructor parameters in com.broadleafcommerce.cartoperation.service.fulfillment.validation.type with type arguments of type FulfillmentAddressSubmitValidator Constructor Description AbstractTypeFulfillmentGroupSubmitValidator(Set<FulfillmentAddressSubmitValidator> addressValidators)
PickupTypeFulfillmentGroupSubmitValidator(Set<FulfillmentAddressSubmitValidator> addressValidators)
ShipTypeFulfillmentGroupSubmitValidator(Set<FulfillmentAddressSubmitValidator> addressValidators)
VirtualTypeFulfillmentGroupSubmitValidator(Set<FulfillmentAddressSubmitValidator> addressValidators)
-