Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.GeographicAddress
Packages that use GeographicAddress
Package
Description
-
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicaddress
Methods in de.hybris.platform.b2ctelcotmfwebservices.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) voidGeographicAddressStateOfProvinceAttributeMapper.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) 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) 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) voidGeographicAddressStateOfProvinceAttributeMapper.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) voidGeographicAddressSubAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) -
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfwebservices.v2.api
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.api that return types with arguments of type GeographicAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GeographicAddress>GeographicAddressApi.createGeographicAddress(@Valid GeographicAddress geographicAddress, @NotNull @Valid String relatedPartyId) org.springframework.http.ResponseEntity<List<GeographicAddress>>GeographicAddressApi.geographicAddressFind(@Valid String fields, @Valid String baseSiteId, @Valid String relatedPartyId, @Valid String offset, @Valid String limit) org.springframework.http.ResponseEntity<GeographicAddress>GeographicAddressApi.getGeographicAddressById(String id, @Valid String fields, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<GeographicAddress>GeographicAddressApi.updateGeographicAddressById(String id, @Valid GeographicAddress geographicAddress, @NotNull @Valid String relatedPartyId) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.api with parameters of type GeographicAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GeographicAddress>GeographicAddressApi.createGeographicAddress(@Valid GeographicAddress geographicAddress, @NotNull @Valid String relatedPartyId) org.springframework.http.ResponseEntity<GeographicAddress>GeographicAddressApi.updateGeographicAddressById(String id, @Valid GeographicAddress geographicAddress, @NotNull @Valid String relatedPartyId) -
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller that return types with arguments of type GeographicAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GeographicAddress>TmaGeographicAddressApiController.createGeographicAddress(@Valid GeographicAddress geographicAddress, @NotNull @Valid String relatedPartyId) org.springframework.http.ResponseEntity<List<GeographicAddress>>TmaGeographicAddressApiController.geographicAddressFind(@Valid String fields, @Valid String baseSiteId, @Valid String relatedPartyId, @Valid String offset, @Valid String limit) org.springframework.http.ResponseEntity<GeographicAddress>TmaGeographicAddressApiController.getGeographicAddressById(String id, @Valid String fields, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<GeographicAddress>TmaGeographicAddressApiController.updateGeographicAddressById(String id, @Valid GeographicAddress geographicAddress, @NotNull @Valid String relatedPartyId) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller with parameters of type GeographicAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GeographicAddress>TmaGeographicAddressApiController.createGeographicAddress(@Valid GeographicAddress geographicAddress, @NotNull @Valid String relatedPartyId) org.springframework.http.ResponseEntity<GeographicAddress>TmaGeographicAddressApiController.updateGeographicAddressById(String id, @Valid GeographicAddress geographicAddress, @NotNull @Valid String relatedPartyId) -
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return GeographicAddressModifier and TypeMethodDescriptionGeographicAddress.addGeographicSubAddressItem(GeographicSubAddress geographicSubAddressItem) GeographicAddress.addRelatedPartyItem(RelatedPartyRef relatedPartyItem) GeographicAddress.atSchemaLocation(String atSchemaLocation) GeographicAddress.geographicLocationRefOrValue(GeographicLocation geographicLocationRefOrValue) GeographicAddress.geographicSubAddress(List<GeographicSubAddress> geographicSubAddress) GeographicAddress.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.stateOfProvince(String stateOfProvince) GeographicAddress.streetName(String streetName) GeographicAddress.streetNrLast(String streetNrLast) GeographicAddress.streetNrLastSuffix(String streetNrLastSuffix) GeographicAddress.streetNrSuffix(String streetNrSuffix) GeographicAddress.streetSuffix(String streetSuffix) GeographicAddress.streetType(String streetType) -
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfwebservices.validators
Methods in de.hybris.platform.b2ctelcotmfwebservices.validators with parameters of type GeographicAddressModifier and TypeMethodDescriptionprotected voidTmaGeoraphicAddressValidator.validateCountry(GeographicAddress geographicAddress, org.springframework.validation.Errors errors) Checks is the country code is emptyprotected voidTmaGeoraphicAddressValidator.validatePostCode(GeographicAddress geographicAddress, org.springframework.validation.Errors errors) Checks if the post code is empty