public interface FulfillmentAddressSubmitValidator extends FulfillmentValidator
FulfillmentGroupSubmitValidator
Modifier and Type | Field and Description |
---|---|
static String |
HINT_CITY_NOT_REQUIRED
Hint to the validator that the city name is not required.
|
static String |
HINT_COMPANY_NAME_REQUIRED
Hint to the validator that the company name is required.
|
static String |
HINT_COUNTRY_NOT_REQUIRED
Hint to the validator that the country is not required.
|
static String |
HINT_COUNTY_REQUIRED
Hint to the validator that the county is required.
|
static String |
HINT_EMAIL_REQUIRED
Hint to the validator that the email address is required.
|
static String |
HINT_PHONE_PRIMARY_NOT_REQUIRED
Hint to the validator the the primary phone number is not required.
|
static String |
HINT_POSTAL_CODE_NOT_REQUIRED
Hint to the validator that the postal code is not required.
|
static String |
HINT_STATE_PROVINCE_REGION_NOT_REQUIRED
Hint to the validator that the state province region is not required.
|
static String |
HINT_VALIDATE_FIRST_AND_LAST
Hint to the validator to validate the first and last name individually as opposed to the full
name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
supports(com.broadleafcommerce.order.common.domain.Address address)
Tells if this validator supports the given fulfillment group address.
|
getSupportedClass, supports, validate, validate, validate, validate, validate
static final String HINT_VALIDATE_FIRST_AND_LAST
static final String HINT_EMAIL_REQUIRED
static final String HINT_COMPANY_NAME_REQUIRED
static final String HINT_CITY_NOT_REQUIRED
static final String HINT_COUNTY_REQUIRED
static final String HINT_COUNTRY_NOT_REQUIRED
static final String HINT_STATE_PROVINCE_REGION_NOT_REQUIRED
static final String HINT_POSTAL_CODE_NOT_REQUIRED
static final String HINT_PHONE_PRIMARY_NOT_REQUIRED
boolean supports(com.broadleafcommerce.order.common.domain.Address address)
address
- the fulfillment group address to test support ofCopyright © 2021. All rights reserved.