| Modifier and Type | Method and Description |
|---|---|
protected AddressVerificationService<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> |
DefaultAddressVerificationFacade.getAddressVerificationService() |
AddressVerificationResult<AddressVerificationDecision> |
DefaultAddressVerificationFacade.verifyAddressData(AddressData addressData) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,AddressVerificationErrorField> |
DefaultAddressVerificationFacade.generateVerificationResultErrorMap(AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> result) |
void |
DefaultAddressVerificationFacade.setAddressVerificationService(AddressVerificationService<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> addressVerificationService) |
| Modifier and Type | Method and Description |
|---|---|
static AddressVerificationDecision |
AddressVerificationDecision.lookup(java.lang.String decisionKey) |
static AddressVerificationDecision |
AddressVerificationDecision.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddressVerificationDecision[] |
AddressVerificationDecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> |
MockAddressVerificationService.createVerificationResult() |
AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> |
MockAddressVerificationService.verifyAddress(AddressModel addressModel) |
AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> |
DefaultAddressVerificationService.verifyAddress(AddressModel addressModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MockAddressVerificationService.validateAddressFields(AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> result,
AddressModel address)
Validates each field input in an AddressForm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CisAvsAddressMatchingPopulator.populate(AddressModel source,
AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> target) |
| Modifier and Type | Method and Description |
|---|---|
protected AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> |
DefaultCisAddressVerificationService.createVerificationResult() |
protected Populator<AddressModel,AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>>> |
DefaultCisAddressVerificationService.getCisAvsAddressMatchingPopulator() |
AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> |
DefaultCisAddressVerificationService.verifyAddress(AddressModel addressModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCisAddressVerificationService.setCisAvsAddressMatchingPopulator(Populator<AddressModel,AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>>> cisAvsAddressMatchingPopulator) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressDataErrorsPopulator.populate(AddressVerificationResult<AddressVerificationDecision> source,
Errors target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CustomersController.populateErrors(Errors errors,
AddressVerificationResult<AddressVerificationDecision> addressVerificationResult)
Populates Errors object
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AddressController.populateErrors(Errors errors,
AddressVerificationResult<AddressVerificationDecision> addressVerificationResult)
Populates Errors object
|
Copyright © 2018 SAP SE. All Rights Reserved.