Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.GeographicAddress
Packages that use GeographicAddress
Package
Description
-
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfwebservices.v3.api
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.api that return types with arguments of type GeographicAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<GeographicAddress>>GeographicAddressApi.listGeographicAddress(@Valid String baseSiteId, @Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<GeographicAddress>GeographicAddressApi.retrieveGeographicAddress(String id, @Valid String fields, @Valid String relatedPartyId) -
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfwebservices.v3.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.controller that return types with arguments of type GeographicAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<GeographicAddress>>TmaGeographicAddressApiController.listGeographicAddress(@Valid String baseSiteId, @Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<GeographicAddress>TmaGeographicAddressApiController.retrieveGeographicAddress(String id, @Valid String fields, @Valid String relatedPartyId) -
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return GeographicAddressModifier and TypeMethodDescriptionGeographicAddress.addGeographicSubAddressItem(GeographicSubAddress geographicSubAddressItem) GeographicAddress.addRelatedPartyItem(RelatedPartyRef relatedPartyItem) GeographicAddress.atBaseType(String atBaseType) GeographicAddress.atSchemaLocation(String atSchemaLocation) GeographicAddress.countryName(String countryName) GeographicAddress.geographicSubAddress(List<GeographicSubAddress> geographicSubAddress) @Valid GeographicAddressGeographicAddressValidation.getSubmittedGeographicAddress()Get submittedGeographicAddress@Valid GeographicAddressGeographicAddressValidation.getValidGeographicAddress()Get validGeographicAddressGeographicAddress.isBillingAddress(Boolean isBillingAddress) GeographicAddress.isContactAddress(Boolean isContactAddress) GeographicAddress.isInstallationAddress(Boolean isInstallationAddress) GeographicAddress.isShippingAddress(Boolean isShippingAddress) GeographicAddress.isUnloadingAddress(Boolean isUnloadingAddress) GeographicAddress.relatedParty(List<RelatedPartyRef> relatedParty) GeographicAddress.stateOrProvince(String stateOrProvince) GeographicAddress.streetName(String streetName) GeographicAddress.streetNrLast(String streetNrLast) GeographicAddress.streetNrLastSuffix(String streetNrLastSuffix) GeographicAddress.streetNrSuffix(String streetNrSuffix) GeographicAddress.streetSuffix(String streetSuffix) GeographicAddress.streetType(String streetType) Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type GeographicAddressModifier and TypeMethodDescription@Valid List<GeographicAddress>GeographicAddressValidation.getAlternateGeographicAddress()Get alternateGeographicAddressMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type GeographicAddressModifier and TypeMethodDescriptionGeographicAddressValidation.addAlternateGeographicAddressItem(GeographicAddress alternateGeographicAddressItem) voidGeographicAddressValidation.setSubmittedGeographicAddress(GeographicAddress submittedGeographicAddress) voidGeographicAddressValidation.setValidGeographicAddress(GeographicAddress validGeographicAddress) GeographicAddressValidation.submittedGeographicAddress(GeographicAddress submittedGeographicAddress) GeographicAddressValidation.validGeographicAddress(GeographicAddress validGeographicAddress) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type GeographicAddressModifier and TypeMethodDescriptionGeographicAddressValidation.alternateGeographicAddress(List<GeographicAddress> alternateGeographicAddress) voidGeographicAddressValidation.setAlternateGeographicAddress(List<GeographicAddress> alternateGeographicAddress) -
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.geographicaddress
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.geographicaddress with parameters of type GeographicAddressModifier and TypeMethodDescriptionvoidGeographicAddressCityAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressCountryAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressIsBillingAddressAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressIsContactAddressAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressIsInstallationAddressAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressIsShippingAddressAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressIsUnloadingAddressAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressPostCodeAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressStateOrProvinceAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetNameAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetNumberAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressSubAddressAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressAtTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressCityAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressCountryAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressCountryNameAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressHrefAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressIdAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressIsBillingAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressIsContactAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressIsInstallationAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressIsShippingAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressIsUnloadingAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressLocalityAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressNameAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressPostCodeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressRelatedPartyAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressSchemaLocationAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressStateOrProvinceAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetNameAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetNumberAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressSubAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) -
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfwebservices.v3.validators
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.validators with parameters of type GeographicAddressModifier and TypeMethodDescriptionprotected voidTmaGeographicAddressValidationCreateValidator.validateCountry(GeographicAddress geographicAddress, org.springframework.validation.Errors errors) Checks if the country code is emptyprotected voidTmaGeographicAddressValidationCreateValidator.validateStateOfProvinceAndPostCode(GeographicAddress geographicAddress, org.springframework.validation.Errors errors) Checks if the at least one of postcode and stateOfProvince are present