| Modifier and Type | Method and Description |
|---|---|
AvsResult |
AvsClient.verifyAddress(java.lang.String xCisClientRef,
java.lang.String tenantId,
CisAddress address)
Verifies the given address
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CisAddress> |
AvsResult.getSuggestedAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
AvsResult.setSuggestedAddresses(java.util.List<CisAddress> standardizedAddr) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CisAddress> |
CisFraudTransaction.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
CisFraudTransaction.setAddresses(java.util.List<CisAddress> addresses) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CisAddress> |
CisLocationRequest.getAddresses() |
java.util.List<CisAddress> |
GeoLocationResult.getGeoLocations() |
| Modifier and Type | Method and Description |
|---|---|
void |
CisLocationRequest.setAddresses(java.util.List<CisAddress> addresses) |
void |
GeoLocationResult.setGeoLocations(java.util.List<CisAddress> geoLocations) |
| Modifier and Type | Method and Description |
|---|---|
AvsResult |
AvsClientMock.verifyAddress(java.lang.String xCisClientRef,
java.lang.String tenantId,
CisAddress address)
The mock implementation is used for testing purposes.
|
| Modifier and Type | Method and Description |
|---|---|
CisAddress |
CisCreditCardAuthorization.getAddress() |
CisAddress |
CisTokenizedPaymentAuthorization.getAddress() |
CisAddress |
CisPaymentSessionInitRequest.getAddress() |
CisAddress |
CisPaymentProfileRequest.getBillingAddress() |
CisAddress |
CisPaymentProfileResult.getCustomerAddress() |
CisAddress |
CisPaymentProfileRequest.getShippingAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
CisCreditCardAuthorization.setAddress(CisAddress address) |
void |
CisTokenizedPaymentAuthorization.setAddress(CisAddress address) |
void |
CisPaymentSessionInitRequest.setAddress(CisAddress address) |
void |
CisPaymentProfileRequest.setBillingAddress(CisAddress billingAddress) |
void |
CisPaymentProfileResult.setCustomerAddress(CisAddress customerAddress) |
void |
CisPaymentProfileRequest.setShippingAddress(CisAddress shippingAddress) |
| Modifier and Type | Method and Description |
|---|---|
CisAddress |
CisOrder.getAddressByType(CisAddressType type)
Returns the first address of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CisAddress> |
CisOrder.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
CisOrder.setAddresses(java.util.List<CisAddress> shipments) |
| Modifier and Type | Method and Description |
|---|---|
CisAddress |
CisShipment.getAddressByType(CisAddressType type)
Returns the first address of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CisAddress> |
CisShipment.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
AvsResult |
CisClientAvsService.verifyAddress(java.lang.String xCisClientRef,
java.lang.String tenantId,
CisAddress address)
See
de.hybris.platform.commerceservices.address.AddressVerificationService#verifyAddress(CisAddress). |
| Modifier and Type | Method and Description |
|---|---|
AvsResult |
DefaultCisClientAvsService.verifyAddress(java.lang.String xCisClientRef,
java.lang.String tenantId,
CisAddress address) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<java.util.List<CisAddress>,java.util.List<AddressModel>> |
CisAddressVerificationResultPopulator.getCisAvsReverseAddressesConverter() |
protected Populator<CisAddress,AddressModel> |
CisAvsReverseAddressesPopulator.getCisAvsReverseAddressPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CisAvsAddressPopulator.populate(AddressModel source,
CisAddress target) |
void |
CisAvsReverseAddressPopulator.populate(CisAddress source,
AddressModel target) |
| Modifier and Type | Method and Description |
|---|---|
void |
CisAvsReverseAddressesPopulator.populate(java.util.List<CisAddress> source,
java.util.List<AddressModel> target) |
void |
CisAddressVerificationResultPopulator.setCisAvsReverseAddressesConverter(Converter<java.util.List<CisAddress>,java.util.List<AddressModel>> cisAvsReverseAddressesConverter) |
void |
CisAvsReverseAddressesPopulator.setCisAvsReverseAddressPopulator(Populator<CisAddress,AddressModel> cisAvsReverseAddressPopulator) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<AddressModel,CisAddress> |
DefaultCisAddressVerificationService.getCisAvsAddressConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultCisAddressVerificationService.areAddressesEqual(CisAddress veryfiedAddress,
CisAddress suggestedAddress) |
protected RegionModel |
DefaultCisAddressVerificationService.getRegionForCountryIsoCode(CisAddress address) |
protected void |
DefaultCisAddressVerificationService.removeVerifiedAddressFromSuggestedAddresses(CisAddress veryfiedAddress,
java.util.List<CisAddress> suggestedAddressesList)
This method will remove suggested address from list when it is identical with address we sent for verification but
only when it is the only address on the list
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCisAddressVerificationService.removeVerifiedAddressFromSuggestedAddresses(CisAddress veryfiedAddress,
java.util.List<CisAddress> suggestedAddressesList)
This method will remove suggested address from list when it is identical with address we sent for verification but
only when it is the only address on the list
|
void |
DefaultCisAddressVerificationService.setCisAvsAddressConverter(Converter<AddressModel,CisAddress> cisAvsAddressConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CisAddressPopulator.populate(AddressModel source,
CisAddress target) |
| Modifier and Type | Method and Description |
|---|---|
Converter<AddressModel,CisAddress> |
DefaultCisTaxCalculationService.getCisAddressConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCisTaxCalculationService.setCisAddressConverter(Converter<AddressModel,CisAddress> cisAddressConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CisAddress> |
CisShippingAddressStrategy.getAddresses(AbstractOrderModel abstractOrder) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CisAddress> |
DefaultCisShippingAddressStrategy.getAddresses(AbstractOrderModel abstractOrder) |
protected Converter<AddressModel,CisAddress> |
DefaultCisShippingAddressStrategy.getCisAddressConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCisShippingAddressStrategy.setCisAddressConverter(Converter<AddressModel,CisAddress> cisAddressConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.