Uses of Class
com.hybris.cis.client.shared.models.CisAddress
-
-
Uses of CisAddress in com.hybris.cis.client.avs
Methods in com.hybris.cis.client.avs with parameters of type CisAddress Modifier and Type Method Description AvsResultAvsClient. verifyAddress(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address)Verifies the given address -
Uses of CisAddress in com.hybris.cis.client.avs.models
Methods in com.hybris.cis.client.avs.models that return types with arguments of type CisAddress Modifier and Type Method Description java.util.List<CisAddress>AvsResult. getSuggestedAddresses()Method parameters in com.hybris.cis.client.avs.models with type arguments of type CisAddress Modifier and Type Method Description voidAvsResult. setSuggestedAddresses(java.util.List<CisAddress> standardizedAddr) -
Uses of CisAddress in com.hybris.cis.client.fraud.models
Methods in com.hybris.cis.client.fraud.models that return types with arguments of type CisAddress Modifier and Type Method Description java.util.List<CisAddress>CisFraudTransaction. getAddresses()Method parameters in com.hybris.cis.client.fraud.models with type arguments of type CisAddress Modifier and Type Method Description voidCisFraudTransaction. setAddresses(java.util.List<CisAddress> addresses) -
Uses of CisAddress in com.hybris.cis.client.geolocation.models
Methods in com.hybris.cis.client.geolocation.models that return types with arguments of type CisAddress Modifier and Type Method Description java.util.List<CisAddress>CisLocationRequest. getAddresses()java.util.List<CisAddress>GeoLocationResult. getGeoLocations()Method parameters in com.hybris.cis.client.geolocation.models with type arguments of type CisAddress Modifier and Type Method Description voidCisLocationRequest. setAddresses(java.util.List<CisAddress> addresses)voidGeoLocationResult. setGeoLocations(java.util.List<CisAddress> geoLocations) -
Uses of CisAddress in com.hybris.cis.client.mock
Methods in com.hybris.cis.client.mock with parameters of type CisAddress Modifier and Type Method Description AvsResultAvsClientMock. verifyAddress(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address)The mock implementation is used for testing purposes. -
Uses of CisAddress in com.hybris.cis.client.payment.models
Methods in com.hybris.cis.client.payment.models that return CisAddress Modifier and Type Method Description CisAddressCisCreditCardAuthorization. getAddress()CisAddressCisPaymentSessionInitRequest. getAddress()CisAddressCisTokenizedPaymentAuthorization. getAddress()CisAddressCisPaymentProfileRequest. getBillingAddress()CisAddressCisPaymentProfileResult. getCustomerAddress()CisAddressCisPaymentProfileRequest. getShippingAddress()Methods in com.hybris.cis.client.payment.models with parameters of type CisAddress Modifier and Type Method Description voidCisCreditCardAuthorization. setAddress(CisAddress address)voidCisPaymentSessionInitRequest. setAddress(CisAddress address)voidCisTokenizedPaymentAuthorization. setAddress(CisAddress address)voidCisPaymentProfileRequest. setBillingAddress(CisAddress billingAddress)voidCisPaymentProfileResult. setCustomerAddress(CisAddress customerAddress)voidCisPaymentProfileRequest. setShippingAddress(CisAddress shippingAddress) -
Uses of CisAddress in com.hybris.cis.client.shared.models
Methods in com.hybris.cis.client.shared.models that return CisAddress Modifier and Type Method Description CisAddressCisOrder. getAddressByType(CisAddressType type)Returns the first address of the given type.Methods in com.hybris.cis.client.shared.models that return types with arguments of type CisAddress Modifier and Type Method Description java.util.List<CisAddress>CisOrder. getAddresses()Method parameters in com.hybris.cis.client.shared.models with type arguments of type CisAddress Modifier and Type Method Description voidCisOrder. setAddresses(java.util.List<CisAddress> shipments) -
Uses of CisAddress in com.hybris.cis.client.shipping.models
Methods in com.hybris.cis.client.shipping.models that return CisAddress Modifier and Type Method Description CisAddressCisShipment. getAddressByType(CisAddressType type)Returns the first address of the given type.Methods in com.hybris.cis.client.shipping.models that return types with arguments of type CisAddress Modifier and Type Method Description java.util.List<CisAddress>CisShipment. getAddresses() -
Uses of CisAddress in com.hybris.cis.service
Methods in com.hybris.cis.service with parameters of type CisAddress Modifier and Type Method Description AvsResultCisClientAvsService. verifyAddress(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address)Seede.hybris.platform.commerceservices.address.AddressVerificationService#verifyAddress(CisAddress). -
Uses of CisAddress in com.hybris.cis.service.impl
Methods in com.hybris.cis.service.impl with parameters of type CisAddress Modifier and Type Method Description AvsResultDefaultCisClientAvsService. verifyAddress(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address) -
Uses of CisAddress in de.hybris.platform.integration.cis.avs.populators
Methods in de.hybris.platform.integration.cis.avs.populators that return types with arguments of type CisAddress Modifier and Type Method Description protected Converter<java.util.List<CisAddress>,java.util.List<AddressModel>>CisAddressVerificationResultPopulator. getCisAvsReverseAddressesConverter()protected Populator<CisAddress,AddressModel>CisAvsReverseAddressesPopulator. getCisAvsReverseAddressPopulator()Methods in de.hybris.platform.integration.cis.avs.populators with parameters of type CisAddress Modifier and Type Method Description voidCisAvsAddressPopulator. populate(AddressModel source, CisAddress target)voidCisAvsReverseAddressPopulator. populate(CisAddress source, AddressModel target)Method parameters in de.hybris.platform.integration.cis.avs.populators with type arguments of type CisAddress Modifier and Type Method Description voidCisAvsReverseAddressesPopulator. populate(java.util.List<CisAddress> source, java.util.List<AddressModel> target)voidCisAddressVerificationResultPopulator. setCisAvsReverseAddressesConverter(Converter<java.util.List<CisAddress>,java.util.List<AddressModel>> cisAvsReverseAddressesConverter)voidCisAvsReverseAddressesPopulator. setCisAvsReverseAddressPopulator(Populator<CisAddress,AddressModel> cisAvsReverseAddressPopulator) -
Uses of CisAddress in de.hybris.platform.integration.cis.avs.services.impl
Methods in de.hybris.platform.integration.cis.avs.services.impl that return types with arguments of type CisAddress Modifier and Type Method Description protected Converter<AddressModel,CisAddress>DefaultCisAddressVerificationService. getCisAvsAddressConverter()Methods in de.hybris.platform.integration.cis.avs.services.impl with parameters of type CisAddress Modifier and Type Method Description protected booleanDefaultCisAddressVerificationService. areAddressesEqual(CisAddress veryfiedAddress, CisAddress suggestedAddress)protected RegionModelDefaultCisAddressVerificationService. getRegionForCountryIsoCode(CisAddress address)protected voidDefaultCisAddressVerificationService. 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 listMethod parameters in de.hybris.platform.integration.cis.avs.services.impl with type arguments of type CisAddress Modifier and Type Method Description protected voidDefaultCisAddressVerificationService. 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 listvoidDefaultCisAddressVerificationService. setCisAvsAddressConverter(Converter<AddressModel,CisAddress> cisAvsAddressConverter) -
Uses of CisAddress in de.hybris.platform.integration.cis.tax.populators
Methods in de.hybris.platform.integration.cis.tax.populators with parameters of type CisAddress Modifier and Type Method Description voidCisAddressPopulator. populate(AddressModel source, CisAddress target) -
Uses of CisAddress in de.hybris.platform.integration.cis.tax.service.impl
Methods in de.hybris.platform.integration.cis.tax.service.impl that return types with arguments of type CisAddress Modifier and Type Method Description Converter<AddressModel,CisAddress>DefaultCisTaxCalculationService. getCisAddressConverter()Method parameters in de.hybris.platform.integration.cis.tax.service.impl with type arguments of type CisAddress Modifier and Type Method Description voidDefaultCisTaxCalculationService. setCisAddressConverter(Converter<AddressModel,CisAddress> cisAddressConverter) -
Uses of CisAddress in de.hybris.platform.integration.cis.tax.strategies
Methods in de.hybris.platform.integration.cis.tax.strategies that return types with arguments of type CisAddress Modifier and Type Method Description java.util.List<CisAddress>CisShippingAddressStrategy. getAddresses(AbstractOrderModel abstractOrder) -
Uses of CisAddress in de.hybris.platform.integration.cis.tax.strategies.impl
Methods in de.hybris.platform.integration.cis.tax.strategies.impl that return types with arguments of type CisAddress Modifier and Type Method Description java.util.List<CisAddress>DefaultCisShippingAddressStrategy. getAddresses(AbstractOrderModel abstractOrder)protected Converter<AddressModel,CisAddress>DefaultCisShippingAddressStrategy. getCisAddressConverter()Method parameters in de.hybris.platform.integration.cis.tax.strategies.impl with type arguments of type CisAddress Modifier and Type Method Description voidDefaultCisShippingAddressStrategy. setCisAddressConverter(Converter<AddressModel,CisAddress> cisAddressConverter)
-